@charset "UTF-8";

/*############################################*/
/*body*/
/*############################################*/

body  {
	font: 75%/155% "MS P SVbN", "MS P Gothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro W3", "½¬SVbN", "Heisei Gothic", Osaka, "CI", Meiryo, sans-serif;
	text-align: center;
	color:#573226;
	letter-spacing: 1px;
	background:url(../images/common/bg.jpg);
}




body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,per,code,form,fieldset,legend,input,texarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}

ul,li{
	list-style:none;
}

img, h1, h2, h3, h4, h5, h6, p, form{
	border:none;
	margin:0;
}

h1{
	font-weight:normal;
}

address{
	font-style:normal;
}

table,h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}



/* new clearfix */  
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  
* html .clearfix{ zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  


a{
	color:#4485c6;
	border:none;
}

a:hover{
	color:#fb555a;
}

.aka{
	color:#cc0000;
}

.font_s{
	font-size: 85%;
	line-height: 15px;

}

.left{
	float:left;
}

.right{
	float:right;
}

/*############################################*/
/*header*/
/*############################################*/

#header {
	height:120px;
	background:url(../images/common/head_bg.jpg) no-repeat;
	font-weight:lighter;
}


.headTitle{
	padding:20px 0 0 0;
	width:500px;
	height:70px;
	float:left;
	font-size:10px;
	color:#b4a089;
}


.headTopBtn{
	width:82px;
	height:15px;
	margin:20px 0 0 0;
	float:right;
}

/*############################################*/
/*mainNavi*/
/*############################################*/

#mainNavi{
	width:860px;
	height:40px;
	margin:0 0 0 20px;
}

#mainNavi li{
	height:21px;
	display:block;
	margin:0 10px 0 0;
	float:left;
	list-style:none;
}


/*############################################*/
/*page*/
/*############################################*/
#pageWrapper{
	position:relative;
	width:100%;
	text-align:center;
	background-color:#FFF;
	background:url(../images/common/content_bg.jpg) repeat-x;
}

#pageBox{
	position:relative;
	margin:0 auto 50px auto;
	width:880px;
	text-align:left;
	overflow:hidden;
}

#menuTitle{
	width:880px;
	height:150px;
	margin:0;
	background-image: url(../images/common/m_bg.jpg);
	background-repeat: no-repeat;
	background-position: 350px 19px;
}

.pagetop{
	width:860px;
	margin:0 auto;
	padding:10px 5px;
	text-align:right;
}

/*############################################*/
/*footer*/
/*############################################*/

#footBox{
	font: 75%/155% "Arial" "sans-serif";
	width:870px;
	height:70px;
	margin:0 auto;
	padding:15px 0;
	vertical-align:middle;
	letter-spacing: 0px;
	font-size:10px;
	text-align:left;
	overflow:hidden;
	border:#F96 solid 1px;
	color:#666666;
	background:url(../images/common/foot_bg.gif) no-repeat;
}


#footBox .shopTxt{
	float:left;
	width:200px;
	text-align:left;
	padding:35px 0 0 20px;
	color:#b4a089;
}

#footBox .shopInfo{
	float:right;
	width:300px;
	text-align:left;
}

#footBox .shopTime{
	float:right;
	width:300px;
}

.map{
	padding:3px 0 0 0;
}


.copy{
	padding:5px;
	height:15px;
}

.copyRight{
	float:right;
	font-size:10px;
	width:500px;
	text-align:right;
	margin:-5px 0 0 0;
}

.copyLeft{
	float:left;
}

.t10 {
    padding: 10px 0px 0px 0px;
}

.clear {
	clear: both;
}

