@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em{
	font-style: normal;
}
strong,th{
	font-weight:normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	text-align:left;
}
hr,legend{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
img,fieldset{
	border:0;
	border: none;
	vertical-align: bottom;
}
ol,ul,li{
	list-style-type:none;
}
a{
	text-decoration: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}
.clearfix{
	/zoom: 1;} /* IE */

/* margin
------------------------------------------------------------*/
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt90{
	margin-top: 90px;
}
.mt100{
	margin-top: 100px;
}


/* margin
------------------------------------------------------------*/
.fs24{
	font-size: 24px;
}
.fs42{
	font-size: 42px;
}
.fs55{
	font-size: 55px;
}

/* float
------------------------------------------------------------*/
.fleft{
	float: left;
}
.fright{
	float: right;
}
/* layout
------------------------------------------------------------*/
body{
	width: 100%;
	background-image: url(../images/body_bg.jpg);
	font-family:
	   "ヒラギノ明朝 ProN W6",
	   "HiraMinProN-W6",
	   serif;
}

h1{
	width: 100%;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: top;
}
h1 p{
	width: 1200px;
}
#logo{
	width: 300px;
	height: 70px;
	float: left;
	margin: 0 0 0 120px
}
#tell{
	width: 340px;
	height: 90px;
	margin:0 0 0 130px;
	float: left;
}
#mail{
	width: 263px;
	height: 64px;
	float: right;
	padding: 15px 0 0 0;
}

#header{
	width: 100%;
	height: 117px;
	background-position: center;
	border-top: 15px solid #a08874;
}
#headerInner{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#contents{
	width: 1200px;
	margin: 80px auto 0;
	position: relative;
	z-index: 100;
}

#main_vis{
	width: 100%;
	height: 360px;
	margin-top: 15px;
	text-align: center;
	background-image: url(../images/main_vis.jpg);
	background-position: center;
}

#contents ul{
	margin: 50px 0 0 0;
}
#contents ul li{
	width: 576px;
	float: left;
}
#contents ul li:nth-child(2){
	width: 576px;
	float: right;
}

#voice{
	background-image: url(../images/voice_bg.jpg);
	height: 1830px;
	margin: 80px 0 0 0;
}
#voiceInner{
	padding: 200px 0 0 45px;
}
#voice ul{
	width: 1112px;
	margin-top:30px;
	overflow: hidden;
}
#voice ul li{
	float: left;
	width: 370px;
	height: 360px;
}
#voice ul li:nth-child(2){
	background-image: url(../images/voice_text.jpg);
	width: 742px;
	height: 360px;
}
#voice p {
	font-size: 22px;
	line-height: 36px;
	padding: 55px 60px 0 25px;
}

#footer{
	height: 85px;
	background-color: #cdbdac;
}

#footer ul{
	width: 960px;
	margin: 0 auto;
	padding: 14px 0 0 0;
}
#footer ul li{
	float: left;
}
#access{
	padding: 13px 0 0 20px;
	font-size: 12px;
}

#copy{
	background-color: #aa9782;
	font-size: 15px;
	text-align: center;
	color: #333;
	line-height: 55px;
	height:55px;
}



