@charset "UTF-8";
/* CSS Document */
#wrapper {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
}
#header {
	position:relative;
	height: auto;
	width: 900px;
}
h1{
	margin: 20px auto 16px;
	text-align: center;
}
/*---- menu ----*/

#navigation {
	position:absolute;
	width:900px;
	
}
#line_top {
	width: 900px;
	text-align: center;
}

#navigation ul{
	zoom:1;
	margin: 24px 34px 22px 34px;
}

#navigation ul:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#navigation li{
	float: left;
	margin-right:69px;
}

.ico_twitter{
	width:16px;
	height:16px;
	position:absolute;
	top:25px;
	left:850px;
}

#main{
	width:900px;
	height:480px;
	background-color: #ccc;
	margin: 110px auto 15px;
}
#main ul{
	width:900px;
	height:480px;
	background-color: #ccc;
	margin: 0 auto 15px;
}
#main li{
	margin: 0;
	padding:0;	
	list-style:none;
}
#main img{
	margin: 0;
	padding:0;
	display: block;	
}
#rh{
	border-bottom:1px solid #ccc;
	width:900px;
	margin: 0 auto 30px;
}
#rh p{
	text-align:left;
	font-size:10px;
    color:#333;
	padding-bottom:15px;
}
#left{
	margin: 0 30px 45px 0;
	width:480px;
	float:left;
}
#sub_image{
	padding-bottom:15px;
}
#left p{
	font-size:10px;
    color:#333;
}
#right{
	width:370px;
	float:right;
}
#holiday{
	margin-bottom:48px;
}
#holiday ul li{
	font-size:10px;
	line-height:200%;
  color:#333;
}
#holiday_title{
	margin-bottom:8px;
}
#holiday_line_bottom{
	margin-bottom:8px;
}
#update ul{
	padding:0 10px 0 0;
	overflow:auto;
	width:360px;
	height:120px;
}
#update ul li{
	font-size:10px;
  color:#333;
	padding:5px 0;
	border-bottom:dashed 1px #ccc;
}
#update_title{
	margin-bottom:8px;
}
#update_line_bottom{
	margin-bottom:8px;
}


#shopinfo_title{
	margin-bottom:8px;
}
#shopinfo_line_bottom{
	margin-bottom:12px;
}
#txt_box{
	margin-bottom:12px;
}
#txt_box p{
	font-size:10px;
	line-height:160%;
  color:#666;
}
#txt_box p span{
	font-size:11px;
  color:#000;
}
#map_box{
	width:900px;
	height:190px;
}
#shop_map{
	margin-right:20px;
	width:280px;
	float:left;
}
#shop_img1{
	margin-right:20px;
	width:290px;
	float:left;
}
#shop_img2{
	width:290px;
	float:right;
}

#footer{
	border-top:1px solid #ccc;
	width:900px;
	padding:20px 0 20px 0;
}

.copy{
    font-size:10px;
    color:#999;
    text-align:right;
}
/*--clear--*/	
.clear { clear:both; }

/* clearfix */  
.clearfix:after { content:""; display:block; clear:both; }  
/* for IE6 */  
* html .clearfix { display:inline-block; }  
/* for IE7 */  
*+html .clearfix { display:inline-block; }  
