@charset "UTF-8";


body{
	background:url(../img/home/bg_body.jpg) repeat-x top center;
}

#container{
	background:url(../img/home/bg_container.jpg) repeat-x top center;
}

#contents-area{
	padding:20px 20px 0 20px;
	}

#sidemenu-area .sidebanner{
	border-top:0px;
	padding:10px 0 9px 0;
	border-bottom:1px dotted #CCC;
	margin:0 0 20px 0;
	min-height:190px;
	_height:190px;
}

.section{
	margin:0 0 0px 0;
	padding:0;
}

.section h2{
	margin:0 0 20px 0;
}

.pickup-left{
	width:251px;
	float:left;
	border-bottom:1px dotted #CCC;
	padding:0 0 10px 0;
	font-size:77%;
	min-height:149px;
	_height:149px;
}

.pickup-right{
	width:251px;
	float:right;
	border-bottom:1px dotted #CCC;
	padding:0 0 10px 0;
	font-size:77%;
	min-height:149px;
	_height:149px;
}

.pickup-right a:hover img,
.pickup-left a:hover img{
		filter: alpha(opacity=50);
		opacity:0.5;
		-moz-opacity:0.5;
	}

.section h3{
	background:none;
	font-size:122%;
	height:auto;
	line-height:1.6;
}


.news{
	padding:10px 0 20px 0;
	_padding:0 0 20px 0;/* for ie 6 */
	clear:both;
}

*+html .news{
	padding:0px 0 20px 0;
}