@charset 'UTF-8';

*{
	margin: 0px;
	padding: 0px;
	font-family: 'ＭＳ Ｐゴシック',"MS PGothic", 'Osaka',sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 2em;
}
img{
	border: 0px;
}
ul{
	list-style:none;
}
a:link  {color: #CCC; text-decoration: none;}
a:visited {color: #CCC; text-decoration: none;}
a:hover  {color: #CCC; text-decoration: underline;}
a:active {color: #CCC; text-decoration: none;}


body{
	background-position: center top;
	background-color: #000;
	overflow-x: hidden;
}



#headerWrap{
	height: 100px;
	width: 100%;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 10;
}

#headerWrap #header{
	width: 860px;
	margin: 0 auto;
}
#headerWrap #header #logo{
	width: 130px;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
}
#headerWrap #header #navi{
	padding-top: 55px;
	width: 700px;
	float: right;
}

#headerWrap #header #navi ul li{
	float: left;
	width: 120;
	height: 30px;
}

#mainVisual{
	overflow-x: hidden;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 1;
	top: -100px;
}


#container{
	width: 840px;
	margin: 0 auto;
	padding: 20px 10px;
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -430px;
}



#footer{
	border-top: 1px solid #5b6535;
	padding-top: 20px;
	margin-top: 20px;
}
#footer #footerLogo{
	padding-left: 10px;
	width: 100px;
	float: left;
}
#footer #footerInfo{
	padding-left: 10px;
	width: 340px;
	float: left;
}
#footer #footerInfo address{
	width: 130px;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	color: #898989;
	letter-spacing: -0.1em;
}
#footer #footerInfo .eigyou{
	width: 210px;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	color: #898989;
	letter-spacing: -0.05em;
}
#footer #footerInfo .access{
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.4em;
	color: #898989;
}
#footer #footerInfo .copyright{
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.4em;
	color: #898989;
}
#footer #footerCoupon{
	width: 380px;
	float: left;
	color: #898989;
}
#footer #footerCoupon h2{
	margin-bottom: 10px;
}
#footer #footerCoupon p{
	font-size: 11px;
	line-height: 1.6em;
	color: #898989;
	padding-right: 10px;
}
#footer #footerCoupon p img{
	float: left;
	padding-left: 5px;
	padding-right: 20px;
}



