@charset "UTF-8";

/*mv
--------------------------------------------------*/
#jsMainImgDisplayBOX {
	width:900px;
	height:260px;
	position:relative;
	z-index:-1;
	margin:20px 0px 0px 0px;
}

/*contents
--------------------------------------------------*/
#contents {
	width:640px;
	margin:20px 20px 0px 0px;
	padding:0px;
	float:left;
}

#contents #detail a {
	color:#2b2b2b;
	text-decoration:none;
	cursor:pointer;
	
	width:280px;
	background:url(../img/detailBack.gif) no-repeat bottom #ffffff;
	display:block;
	border:#d1d1d1 solid 1px;
	margin:0px 0px 20px 0px;
	padding:9px 15px 10px 13px;
	float:left;
}

#contents #detail a:hover {
	background:url(../img/detailBack_over.gif) no-repeat top #ffffff;
}

#contents #detail {
	
}

#contents #detail h2 {
	border-left:#082f9e solid 3px;
	color:#06257c;
	font-size:1.1em;
	line-height:100%;
	margin:0px;
	padding:2px 0px 2px 7px;
}

#contents #detail p {
	width:195px;
	line-height:150%;
	margin:0px;
	padding:8px 0px 0px 7px;
	float:left;
}

#contents #detail img {
	padding:6px 0px 0px 0px;
	float:right;
}

#contents #detail .detailL {
	margin-right:20px;
}

/*newsBOX
--------------------------------------------------*/
#contents #news h2 {
	line-height:100%;
	margin:0px;
	padding:0px;
}

#contents #news div {
	width:633px;
	height:145px;
	background:url(../img/newsBack.gif) no-repeat;
	overflow-y:auto;
	line-height:100%;
	margin:0px;
	padding:4px 0px 0px 7px;
}

#contents #news table {
	width:605px;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	line-height:100%;
	margin:0px;
	padding:0px;
}

#contents #news th {
	border-bottom:#acacac dotted 1px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	padding:10px 15px 2px 2px;
}

#contents #news td {
	border-bottom:#acacac dotted 1px;
	font-size:0.9em;
	padding:10px 0px 2px 0px;
}

/*bnrBOX
--------------------------------------------------*/
#bnrBOX {
	width:240px;
	margin:20px 0px 0px 0px;
	padding:0px;
	float:left;
}

#bnrBOX a {
	border:#0059c5 solid 1px;
	display:block;
	margin-bottom:10px;
}

#bnrBOX a:hover {
	border:#e34000 solid 1px;
}