/* common */
html{
	background: #000;
	font-family:'Hiragino Mincho ProN', serif;

}
body{
	width: 980px;
	margin: 0 auto;
}
header{
	margin: 41px 0px 0px 10px;
	height: 150px;
	
}

.main_image{
	margin-left:10px;
}


h1{
	float: left;
}

.main{
	clear: both;
	margin:30px 0;
	margin-left:10px;
}
.tel{
	font-size: 20px;
	font-weight: 400;
	font-family: "minion-pro",serif;
	font-style: normal;
	letter-spacing: 2px;
	margin-top: -10px;
}

.shop_info{
	font-family: "minion-pro",serif;
	font-weight: 400;
	float: right;
	color: #999999;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-right:10px;
}
.shop_info .open{
	height: 20px;
}

.shop_info .en{
	display: inline-block;
	width: 50px;
	padding: 0 0 0 8px;
}

.shop_info .open_en{
	float: left;
}

.shop_info .open_jp{
	float: right;
	font-size: 9px;
	padding: 2px 0 0;
}

ul{
	float: left;
	width: 670px;
}

li{
	float: left;
	margin:0 24px 24px 0;
}

li:nth-child(2n){
	float: none;
	margin: 0 0 24px 0;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.acsess{
	width: 272px;
	float: right;
	margin-right:10px;
}

.acsess p{
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 39px;
	line-height: 1.6;
	letter-spacing: 1px;
}

.acsess p.gmap{
	margin:10px 0 0 0;
	text-align: center;
}

.acsess p.gmap a{
	color: #999;
	text-decoration: none;
}

footer{
	margin:30px 0 0;
	font-family: "minion-pro",serif;
	padding: 30px 0 30px 0;
	border-top:2px solid #1A1A1A;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #999;
	clear: both;
	letter-spacing: 1px;
}