@charset "utf-8";
/* CSS Document */


#container {
	width:960px;
	margin:0 auto;
	padding:25px 0;
}
#contentsList {
	width:230px;
	float:left;
	margin:0 20px 0 0;
	background:#FFF;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
}
#contentsList dt {
	padding:13px 0 14px 10px;
}
#contentsList dd {
	padding:0 5px 5px 5px;
}
#contentsList li {
	line-height:0;
	height:51px;
}

#infoArea {
	width:340px;
	float:left;
	margin:0 20px 0 0;
	background:#FFF;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
}
#infoArea dt {
	padding:13px 0 13px 10px;
}
#infoArea dd {
	margin:0 5px 5px 5px;
	background:url(../img/index/info_bg.gif);
	height:305px;
    overflow-y: scroll;	
}
#infoArea dd dt {
	padding:5px 10px;
	font-weight:bold;
}
#infoArea dd dd {
	padding:0 0 10px 0;
	margin:0 10px;
	border-bottom:1px dotted #999;
	background:none;
	height:auto;
	overflow-y:auto;
}

#bnArea {
	float:left;
	width:350px;
}
#bnArea li {
	width:350px;
	background:#FFF;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
	text-align:center;
	padding:5px 0;
	margin:0 0 12px 0;
	line-height:0;
	height:101px;

}

/* Slider */
#slider {
	clear:both;
	text-align:center;
	height:403px;
}
.slide {
	margin:0 auto;

}
.leftNav,
.rightNav {
	background: url(../img/index/bg.png);
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav:hover {
	/*background: url(../img/index/leftNav.png) right center no-repeat*/  /*rgba(204,204,204,0.4);*/
}


.rightNav:hover {
	
	/*background: url(../img/index/rightNav.png) left center no-repeat*/  /*rgba(204,204,204,0.4);*/

}
.rightNav img {
	position:absolute;
	top:180px;
	left:-30px	;
	width:53px;
	height:53px;
	z-index:100;
}
.leftNav img {
	position:absolute;
	top:180px;
	left:930px	;
	width:53px;
	height:53px;
	z-index:100;
}
.leftNav:hover:before,
.rightNav:hover:before {
	background: url(../img/index/bg2.png)
}