@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

#wrapper{
	background:url(../images/main_bg.jpg) repeat-x left top #B5201E;
	text-align:center;
}


/*-----------------------------
	header
------------------------------*/

#header{
	background:url(../images/header_bg.jpg) no-repeat center 20px;
	margin:0 auto;
	clear:both;
	padding:0;
}
#header .language{
	height:23px;
	width:880px;
	margin:0 auto;
	text-align:right;
	color:#fff;
	padding:7px 0 0;
}
#header .language a{
	color:#fff;
	text-decoration:none;
}
#header .language a:hover{
	color:#fff;
	text-decoration: underline;
}
#header ul{
	height:90px;
	width:880px;
	margin:0 auto;
}
#header ul li{
	float:left;
}
#header ul li img{
	vertical-align:bottom;
}




/*-----------------------------
	contents
------------------------------*/

#contents{
	text-align:left;
	margin:0 auto;
}




/*-----------------------------
	main
------------------------------*/

#main{
	clear:both;
	width:760px;
	margin:0 auto;
	padding:30px 60px 0;
	background:#fff;
}


/*-----------------------------
	main_bottom
------------------------------*/

#main_bottom{
	background:url(../images/main_bottombg.gif) repeat-x left bottom;
	height:70px;
	width:880px;
	margin:0 auto;
	clear:both;
	text-align:center;
	position:relative;
}
#main_bottom .tel{
	padding:15px 0 0;
}
#main_bottom .pagetop{
	position:absolute;
	bottom:0;
	right:30px;
}




/*-----------------------------
	footer
------------------------------*/

#footer{
	background:url(../images/footer_bg.gif) repeat-x left bottom;
	height:125px;
	color:#928D8C;
	text-align:left;
}
#footer_inner{
	width:880px;
	margin:0 auto;
}

/* footerleft */
#footer .footerleft{
	width:500px;
	float:left;
	height:70px;
	padding-top:25px;
}
#footer .footerleft .logo{
	float:left;
	padding-right:18px;
}
#footer .footerleft .shop{
	font-size:90%;
	line-height:1.6;
}
#footer .footerleft .shop span{
	font-weight:bold;
}

/* footerright */
#footer .footerright{
	width:340px;
	float:right;
	height:70px;
	padding-top:25px;
}
#footer .footerright ul{
	line-height:1.6;
}
#footer .footerright ul li{
	float:left;
	background:url(../images/footer_icon.gif) no-repeat left 2px;
	padding:0 0 0 10px;
	font-size:85%;
}
#footer .footerright ul li.w110{
	width:110px;
}
#footer .footerright ul li.w90{
	width:90px;
}
#footer .footerright ul li a{
	color:#928D8C;
	text-decoration:none;
}
#footer .footerright ul li a:hover{
	color:#928D8C;
	text-decoration: underline;
}

/* copy */
#footer .copy{
	clear:both;
	color:#67615F;
	padding:6px 0 0;
}


























