@charset "utf-8";
/* CSS Document */


.textCenter {
	text-align:center;
}

.fs16 {
	font-size:16px;
}

.boxfix {
	overflow:hidden;
}

.linkul {
	margin:20px 0;
}
.linkul li {
	list-style:none;
	float:left;
}

.lh15 {
	line-height:1.5;
}


/* system.html
---------------------------------*/
.linebox {
	border-bottom:1px dotted #c0c0c0;
	overflow:hidden;
}

.dotted-line{
/*	width:700px;*/
	background-image:url(../images/dotted.gif);
	background-repeat:repeat-x;
	height:1px;
	margin:10px 0px 0px 0px;
	}
