@charset "UTF-8";

@import url("../common/css/common.css");


/* #content */
.main .bnr_area{
	margin-bottom:20px;
}
.main .bnr_area li{
	float:left;
}
.main h3{
	margin-bottom:15px;
}
.main .news{
	margin-bottom:25px;
	font-size:13px;
}
.main .news li{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #d9d9d9;
	background:url(../images/top/news_icon.gif) no-repeat 10px 6px;
	padding-left:25px;
}
.main .news li a{
	margin-left:20px;
}


/* #slideshow */
#gallery {
	position: relative;
	width: 960px;
	height: 320px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 960px;
	height: 320px;
}
