@charset "utf-8";
/* ===================================================================
CSS Document

 file name  :etop.css
 style info toppage
=================================================================== */


.cnrL{
	position:absolute;
	top:-30px;
	left:5px;
	width:93px;
	height:94px;
	background:url(../../img/top/mv_corner_left.png) no-repeat 0 0;
}
.cnrR{
	position:absolute;
	bottom:-30px;
	right:10px;
	width:94px;
	height:93px;	
	background:url(../../img/top/mv_corner_right.png) no-repeat 0 0;
}

/*------------------------
 Contents
------------------------*/
.top #content{
	background: url(../../img/top/conte_bg.png) no-repeat 50% 100px;
}
/*------------------------
 Sub Menu
------------------------*/
.top #content .snav {
	width:960px;
	height:485px;
	background:url(../../img/top/snav_ttl.png) no-repeat 355px 25px;
	position:relative;
	z-index:200;
}
.top #content .snav li {
	position:absolute;
}
.top #content .snav .li01{
	top: -20px;
	left: 0;
}
.top #content .snav .li02{
	top: 98px;
	left: 301px;
}
.top #content .snav .li03{
	top: -29px;
	left: 638px;
}



/*------------------------------
 NEWS AREA
------------------------------*/
.top #content .news {
	width:614px;
	float:left;
	position:relative;
	z-index:300;
}
.top #content .news h3 {
	width:614px;
	height:34px;
	background:url(../../img/top/news_ttl.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	margin-bottom:22px;
}
.top #content .news h3 a {
	width: 72px;
	text-indent: 0;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 536px;
}
/*------------------------------
 banner
------------------------------*/
.top #ftbnr {
	width:960px;
	float:left;
	position:relative;
}
/*------------------------
 Each Article
------------------------*/
.top #content .news .entry {
	width:614px;
	min-height:150px;
}
/*--------------------------
 Sumbnail Float
--------------------------*/
.top #content .news .entry .left {
	float:left;
	width:120px;
	margin-right:28px;
}
/*------------------------
 Right Float
------------------------*/
.top #content .news .entry .right{
	width:450px;
	float:left;
}
.top #content .news .entry .right .date img {
	padding-left:15px;
	position:relative;
	top:2px;
}
/*------------------------
 Article Title
------------------------*/
.top #content .news .entry .right dl dt {
	font-weight:bold;
	margin:8px 0 12px 0;
}
/*------------------------
 Link Color
------------------------*/
.top #content .news .entry .right dl dt a{
	color:#693B21;
}
/*------------------------
 Article Content
------------------------*/
.top #content .news .entry .right dl dd {
	padding-bottom:25px;
}

/*------------------------------
 RightSide Bnr
------------------------------*/
.top #content .conte_side {
	width:296px;
	float:right;
}
.top #content .conte_side li {
	margin-bottom:20px;
}
.top #content .conte_side li a {

}
/*------------------------------
 Wideslider
------------------------------*/
.wideslider {
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/top/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/top/next.jpg) no-repeat left center;}

.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #67391F;
	border-radius: 50%;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
