@charset "UTF-8";
/*@import url("debug.css");*/

/* CSS Document */

*{margin:0px; padding:0px;}

/*　　リンク関連　　*/
a img{border:none;}
	a:link {color:#7e0000; text-decoration:none;}
	a:visited {color:#7e0000; text-decoration:none;}
	a:hover {color:#FF0202; text-decoration:underline;}
	a:active {color:#FF0202;}
	a:focus {color:#FF0202;  outline:1px dotted #7e0000;}

/*　　リンク関連ここまで　　*/


/*　　共通パーツ　　*/
.font-l{font-size:16px; text-align:200%;}

.heat-red{color:#7e0000;}

.nuri-kakomi{background:#7e0000; color:#FFF; padding:5px;}

.color-red{color:#7e0000;}

.bold{font-weight:bold;}

img{margin:0px; padding:0px;}

.not-active{color:#ccc;}

.margin-bottom{margin-bottom:25px;}

.text-right{text-align:right;}

/*　　共通パーツここまで　　*/

/*　影　　*/
#shadow-l{ padding-left:40px; background:url(images/shadow-l.png) repeat-y left; width:1070px; margin:0 auto;}

#shadow-r{ padding-right:40px; background:url(images/shadow-r.png) repeat-y right; width:1030px;}


/*　　構造　　*/
body{
	margin:0px;
	padding:0px;
	color:#666;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #CDAB83;
}


#container{ background:#fff url(images/background.gif) no-repeat left top ; width:970px; padding:0px 30px; }

#header{ margin-bottom:15px;}

#main{margin-bottom:65px;}

#main-left{float:left; width:200px; margin-right:20px;}

#main-right{float:left; width:750px;}

#foot{ text-align:center; font-size:12px;}

/*　　構造ここまで　　*/

/*　header　*/
#head-top{position:relative; margin-bottom:15px;}

#head-logo{width:195px; float:left; height:84px;}

#head-mail{width:160px;  float:left; height:84px;}

#head-logo, #head-mail{position:relative;}
#head-logo img,#head-mail img{ position:absolute; bottom:0px; left:40px;}

#menu{ width:615px; float:left;}

/*　headerここまで　*/

/*　main-left　*/

#main-left li{list-style:none;}

#left-menu{ font-size:16px; color:#7e0000; line-height:200%; }

.left-sub-menu{color:#666;}

	.left-sub-menu a:link {color:#666; text-decoration:none;}
	.left-sub-menu a:visited {color:#666; text-decoration:none;}
	.left-sub-menu a:hover {color:#333; text-decoration:underline;}
	.left-sub-menu a:active {color:#666;}
	.left-sub-menu a:focus {color:#666;  outline:1px dotted #7e0000;}

.left-box *{line-height:200%;}

#left-shop-info{margin-top:100px;

}

.left-box-head{
	padding-top:2px;
	padding-left:25px;
	background-color: #7e0000;
	background-image: url(images/point-white.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	color:#FFF;
}

#left-shopinfo-tel{font-size:24px; font-weight:bold; margin-bottom:40px;}
#left-qr{text-align:center;}

#left-qr img{margin:0 auto;}

/*　main-leftここまで　*/

/*　main-right　*/
.main-right-box{ padding-bottom:25px; margin-bottom:25px; border-bottom:1px dashed #7e0000;}


h2{
	background-image: url(images/point-red.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
	color:#7e0000;
	font-size:18px;
	margin-bottom:12px;
}

.main-right-cont{ margin:14px 0px;}

.shop-info-left,.shop-info-right{float:left;}

/*　main-rightここまで　*/