/* CSS Document */


/*hed_img
--------------------------*/
.hed_img {
	background:url(../images/category/document/hed_img.jpg) 0 0 no-repeat;
	width:900px;
	height:154px;
	text-indent:-9999px;
}




/*index
--------------------------*/
.index_title_img {
	background:url(../images/category/document/title_img.gif) 0 0 no-repeat;
	width:640px;
	height:27px;
	text-indent:-9999px;
	margin-bottom:25px;
}


.document_box {
	width:600px;
	margin:0 auto 20px;
}

.selection {
	list-style-position:inside;
	margin-bottom:10px;
}

ol li {
	color:#0860A8;
	font-weight:bold;
	list-style-type:decimal;
	margin:0 0 10px 0;
}


ol li span {
	color:#000000;
	font-weight:normal;
}

.error_text {
	color:#990000;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}


.table_tag {
	background-color:#FFFFFF;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:20px;
}

.table_tag th {
	border-bottom:1px solid #E3E3E3;
	color:#000000;
	font-weight:normal;
	padding:5px;
	text-align:left;
	white-space:nowrap;

}

.table_tag td {
	border-bottom:1px dotted #E3E3E3;
	padding:5px;
}