/* CSS Document */
h2 {margin-bottom:15px;}

.box1 {
	width:700px;
	margin-top:16px;
	margin-bottom:26px;
}

.box1 .txt {
	width:550px;
	float:left;
}

.box1 .logo {
	float:right;
	width:130px;
}

div.content_sub_box {
	border-top: solid 2px #eb0000;
	margin-top:16px;
}

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.btn_cell {
	vertical-align:middle;
}


div.content_sub_box table td.end {
	background:none;
}

.box2 ul {
	margin:0;
	padding:16px 0;
}

.box2 li {
	background:url(../../img/icon_gray.gif) no-repeat 0 8px;
	padding-left:13px;
}

.box3 {width:700px;}

.box3 p {
	width:220px;
	float:left;
	margin-bottom:14px;
}




