@charset "utf-8";
/* CSS Document */

div#compbox{
	width: 600px;
	margin: 16px auto;
	text-align: left;
}
div#compbox h3{
	width: auto;
	font-size: 18px;
	line-height: 36px;
	font-weight: bolder;
	text-indent: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
div#compbox dl{
	margin: 0px 10px;;
}
div#compbox dl dt{
	font-size: 14px;
	color: #333;
	clear: both;
	float: left;
	width: 100px;
	margin: 0px 0px 6px 0px;
	line-height: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #1D8288;
}
div#compbox dl dd{
	font-size: 14px;
	margin-left: 110px;
	margin-bottom: 6px;
	line-height: 20px;
}

