@charset "UTF-8";
/* CSS Document */

/*==========================================
ベースのCSSの設定
============================================*/
/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
margin:0;
padding:0;
}

/*画像の枠線をクリアして位置の初期値の設定*/
img{
border:0;
vertical-align: top;
}

/*リンク時の枠の点線をなしにする*/
a{
outline: none;
}

/*リスト要素の初期値をリセット*/
ul,ol{
list-style: none;
}

/*フロート解除用のハック*/
/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*==========================================
共通
============================================*/
body{
font-size: 80%;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
line-height:1.4;
color:#333;
background:#fff;
}

/*==========================================
ヘッダーエリアの設定
============================================*/
#main{
	background-image:url(../images/background.png);
	margin:0 auto;
	
}

#wrapper{
	width:960px;
	margin:0 auto;
	
}

#number{
	margin-left:63px;
	
}
#tel{
	margin:-17px 0 0 23px;
}
	
#home{
	float:left;
	margin-left:50px;
}
#home a:hover{
	display:block;
	background:url(../images/hover_nav.png) no-repeat;
	background-position:-3px 0;
}
.nav{
	float:left;
}

.nav a:hover{
	display:block;
	background:url(../images/hover_nav.png) no-repeat;
	background-position:-10px 0;
}
	


#main_left{
	float:left;
	width:700px;
	font-size:110%;
	
}
#main_left h2{
	margin:30px 0 0 30px;
}


#main_right{
	width:260px;
	float:right;
	margin-bottom:30px;
}

#right_address{
	background:url(../images/side_bn.png) no-repeat;
	height:250px;
	margin:35px 0 0 0;
}

#right_address h3{
	padding:15px 0 0 35px;
}

#right_address ul{
	padding:0 2px 0 11px;
	font-size:90%;
}
#right_address li{
	padding-left:25px;
	margin:10px 0 0 4px;
	
}
.komeTxt {
    font-size: 85%;
    width: 75%;
    margin: 0 0 25px 5%;
}
	
#time{
	background:url(../images/clock.png) no-repeat ;
	
}
#holiday{
	background:url(../images/holiday.png) no-repeat;
}
#tel_2{
	background:url(../images/tel.png) no-repeat ;
}
#address_1{
	background:url(../images/house.png) no-repeat;
}
#car{
	background:url(../images/car.png) no-repeat;
	padding:2px 0 0 2px;
}
#car a{
	color:#333;
}
#car a:hover{	
	color:#030;
	text-decoration:underline;
}
#fb-root{
	margin-left:10px;
}
#kirakira{
	margin:56px 0 30px 10px;
}
#top{
	clear:both;
	margin:20px 0 0 800px;
}
#footer-wrap{
	width:100%;
	background:url(../images/footer_bk.png) repeat-x ;
	height:373px;
	clear:both;
	color:#FFF;
	
}
#footer-wrap #footer{
	width:920px;
	height:200px;
	margin:0 auto;	
	padding-top:112px;
	
	
}

#f_info{
	float:left;
	margin-top:44px;
}
#f_info h3{
	margin-bottom:15px;
}
#f_info ul li{
	margin-top:8px;
}
#fb_footer{
	width:150px;
	float:left;
	margin:110px 0 0 -10px;

}
#fb_footer p a{
	margin:60px 0 0 0;
}
#f_nav{
	width:200px;
	float:left;	
	font-size:110%;
	margin:44px 0 0 100px;
		
}

#f_nav ul{
	padding:5px 0 0 10px;
}
#f_nav ul li{
	background:url(../images/footer_icon.png) no-repeat;
	background-position:0px 8px;
	padding:3px 0 2px 20px;
}
#f_nav ul li a{
	color:#fff;
	text-decoration:none;
}
#f_nav ul li a:hover{
	text-decoration:underline;
	color:#CCC;
}
#link{
	float:left;
	margin:10px 0 0 10px;
	font-size:110%;
}
#link ul li{
	margin-bottom:5px;
	padding-left:50px;
	
}
#link ul li a{
	color:#FFF;	
}
#link ul li a:hover{
	color:#CCC;
}
#copy{
	clear:both;
	text-align:center;
	margin-top:40px;
}