@charset "utf-8";

#header {
	border-bottom: 2px solid #CCC;
}


/* ===============================================
article01
===============================================*/
#article01{
	padding-top: 20px;
}
.mainColInner .article{
	width: 100%;
	padding-bottom:0;
}

.article dl{
	width:220px;
	margin-right:18px;
	margin-bottom:20px;
	float:left;
}
.article .dlR{
	float:right;
	margin-right:0;
}
.article dt{
	border-bottom:3px solid #ccc;
	font-size:16px;
	padding-bottom:5px;
}
.article dd{
	border-bottom:1px solid #ccc;
}
.article dd a{
	padding:10px 10px 8px 10px;
	position:relative;
	text-decoration:none;
	display: block;
	color:#333;
	background-position: right center !important;
}
.article dd a:hover{
	background: #e8e8e8;
}
.article dd li{
	border-top:1px solid #ccc;
}
.article dd li a{
	padding-left:24px;
}

.article dd li.uc {
	padding:10px 10px 8px 24px;
	position:relative;
	text-decoration:none;
	display: block;
	color:#999;
	background-position: right center !important;
}


.article .blankLink{
	right:5px;
	top:12px;
	position:absolute;
	display: block;
	width:16px;
	height:16px;
	background:url("../common/img/icon_blank.gif") 0 center no-repeat;
}
.article .pdfLink{
	right:5px;
	top:10px;
	position:absolute;
	display: block;
	width:16px;
	height:16px;
	background:url("../common/img/icon_pdf_m.gif") 0 center no-repeat;
}
