@charset "utf-8";
@import "base.css";
#container {
	margin-top:-20px;
}
body {
	position:relative;
}
#bg {
	left:0;
	top:0;
	position:absolute;
	height:100%;
	width:100%;
	min-width:960px;
	min-height:800px;
	background:url(../images/top/bg.jpg) no-repeat center top;
}
#cover {
	position:relative;
	height:410px;
	padding:40px 0 0;
	background:url(../images/top/coverbox.png) no-repeat center top;
}
#flash {
	width:960px;
	height:335px;
	overflow:hidden;
	position: relative;
}
#flash ul{
	list-style-type:none;
	position: relative;
	z-index:20;
}
#flash ul li{
	position: absolute;
	width:960px;
	height:335px;
	overflow:hidden;
	display:none;
	z-index:10;
}
#flash ul li.current{
	z-index:20;
}
#coverPrev {
	position: absolute;
	left:-100px;
	top:0;
	width:100px;
	height:100%;
	cursor: pointer;
	z-index:50;
}
#coverPrev span{
	width:100%;
	height:100%;
	background: url(../images/top/cover_prev.png) no-repeat center;
	opacity:0.6;
	display:block;
}
#coverNext {
	position: absolute;
	right:-100px;
	top:0;
	width:100px;
	height:100%;
	cursor: pointer;
	z-index:50;
}
#coverNext span{
	width:100%;
	height:100%;
	background: url(../images/top/cover_next.png) no-repeat center;
	opacity:0.6;
	display:block;
}

#coverlist {
	padding-top:6px;
	width:966px;
	overflow:hidden;
	margin-left:-3px;
}
#coverlist li{
	float:left;
	list-style-type:none;
	display:inline;
	margin:0 3px;
}
#coverlist li img{
	width:155px;
}
#coverlist li a{
	opacity:0.3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#coverlist li.current a,
#coverlist li a:hover{
	opacity:1;
}
#container ,
#footer {
	position:relative;
}
#cation-product{
	width:935px;
	border:#666 2px solid;
	padding:10px;
	margin:0 0 20px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	}
#cation-product span.txt{
	color:#F00;
	}
#cation-product span.cation{
	font-size:16px;
	text-decoration:underline;
	}

#contents-top {
	float:left;
}
#sidemenu-top {
	float:right;
	width:335px;
}
#tban {
	list-style-type:none;
}
#tban li{
	text-align:center;
	margin-bottom:10px;
}
#tban li a img{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
.h2news {
	position:relative;
	background:url(../images/top/news.png) no-repeat left top;
	height:80px;
	width:100%;
	margin-bottom:15px;
}
.h2recruit {
	position:relative;
	background:url(../images/top/recruit.png) no-repeat left top;
	height:57px;
	width:100%;
	margin-bottom:15px;
}
.h2news a,
.h2recruit a{
	position:absolute;
	right:0;
	bottom:3px;
}
.newslist, 
.worlkslist {
	margin-bottom:40px;
	width:100%;
	overflow:hidden;
	clear:both;
}
.newslist dd, 
.worlkslist dd{
	border-bottom:dotted 2px #9d9d9d;
	padding:10px 0;
	margin:0 0 15px;
}
.newslist dt {
	font-size:10px;
	color:#db4c7a;
}
.worlkslist dt {
	font-size:10px;
	color:#003366;
}
#fban {
	width: 960px;
	clear:both;
	overflow:hidden;
	list-style-type:none;
	padding-top:30px;
}
#fban li{
	float:left;
	margin-right: 10px;
	margin-bottom:7px;
}
.topic-signup {
	font-size:1.1em;
	background:#e8e8e8;
	padding:15px;
	margin-bottom:20px;
}
.topic-signup-att {
	font-weight:bold;
	font-size:1.1em;
	color:#F00;
	margin-bottom: 10px;
}
.contact-detail {
	padding-top:20px;
	width:100%;
	overflow:hidden;
}
.contact-detail dt{
	border-right:dotted 1px #babcd3;
	float:left;
	font-weight:bold;
	padding-right:20px;
}
.contact-detail dd{
	color:#db4c7a;
	float:left;
	padding:0 20px;
}
