@charset "utf-8";
/*===========================
topPageLayout
===========================*/

/*===========================
header
===========================*/



/* =======================================
	WideSlider
======================================= 

.wideslider {
	padding-bottom: 0px;
	width: 100%;
	height:430px;
	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.png) no-repeat right center;}
.slider_next {background: #fff url(../img/top/next.png) no-repeat left center;}



/* =======================================
	ClearFixElements
======================================= 
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/*===========================
mainVisual
===========================



#slideWrapper {
	height:410px;
	
	background:url(../img/top/mainimage_back.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	
	background-color:#f7f7f7;
	overflow:hidden;
	margin-bottom:30px;
}


#mainVisualSlide {
	text-align:center;
	width:950px;
	height:332px;
	overflow:hidden;
	z-index:1;
	margin:0 auto 0 auto;
}

*/

#mainImageWrap {
	background-color:#4e3a2b;
	padding:20px 50px;
}

#mainImage {
	background:url(../img/top/mainimage.jpg);
	width:1000px;
	height:429px;
	background-repeat:repeat-x;
	text-indent:-7777px;
	margin:0 auto;
}
	

/*===========================
main_area
===========================*/


/* main */



dl.infoData dt {
	float: left;
	clear:left;
	width:100px;
	margin:0;
	padding:11px 0 12px 0px;
}

dl.infoData dd {
	margin:0;
	padding:11px 0 12px 100px;
	border-bottom:#cccccc dotted 1px;
}

.btn_continue a {
	display:block;
	background-image:url(../img/top/btn_continue.png);
	width:146px;
	height:32px;
	text-indent:-7777px;
	float:right;
}

.btn_continue a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);        
    -ms-filter: "alpha(opacity=70)";  
    -moz-opacity:0.7;                
    -khtml-opacity: 0.7;             
    opacity:0.7;
    zoom:1;
}


/*===========================
other
===========================*/
