/* CSS Document */
#main h2{margin-bottom:15px;}

#main .sub_title{margin-bottom:16px;}

#main h3{
	font-size:90%;
	color:#b10000;
	background:url(../../img/icon_red.gif) no-repeat 0 3px;
	padding-left:12px;
}

div.content_sub_box {
	border-top: solid 2px #eb0000;
	margin-top:5px;
	margin-bottom:23px;
}

div.content_sub_box table {
	border-left:solid 1px #a8a8a8;
	border-bottom:solid 1px #a8a8a8;
}

div.content_sub_box table th {
	padding:10px 10px 9px 16px;
	color:#3c3c3c;
	font-size:90%;
	background:#d6d6d6;
	border-right:solid 1px #a8a8a8;
	text-align:left;
}

div.content_sub_box table td {
	padding:8px 11px 7px 11px;
	color:#3c3c3c;
	font-size:90%;
	line-height:1.4em;
	vertical-align:top;
	border-right:solid 1px #a8a8a8;
	background:url(../../img/line_dotted.gif) left bottom repeat-x;
}

div.content_sub_box table td.end {
	background:none;
}