@charset "UTF-8";

/*-------------------------------基本設定-------------------------------*/
* { margin:0; padding:0; }

html,body,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,dl,dt,dd,form,blockquote,pre,address { 
	margin:0; padding:0; border:0; list-style-type:none; }

input,textarea,option,select { font-size:12px; line-height:1.5; margin:0; padding:0; }

img{ margin:0; padding:0; border:none; }

body {
	width: 906px;
	margin: 0px auto;
	font-size:12px;
	line-height:1.5;
	background-color: #f7d5cd;
	background-image: url(../../images/Public/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	color: #444444;
}
/*---クリア-----------------------------------------------------------*/
/*---▼clearfix---*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0.1px;
    line-height: 0;
    clear: both;
    visibility: hidden;
}  
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* for IE 5.5-7 */
.clearfix {zoom:100%;}
/*---▲clearfix---*/
.clear {clear:both;}

/*---リンク-----------------------------------------------------------*/
a:link,  a:visited, a:active {color: #6a5118; text-decoration: none;}
a:hover {color: #6a5118; text-decoration: underline;}
.store_name a:link,  .store_name a:visited, .store_name a:active {color: #6a5118; text-decoration: none; font-size:14px; font-weight: bold;}
.store_name a:hover {color: #6a5118; text-decoration: underline;}

/*-------------------------------共通のパーツ-------------------------------*/
/*余白*/
.t5 {
	margin-top: 5px;
}
.b5 {
	margin-bottom: 5px;
}
/*見出し*/
h1 {
	font-size: 10px;
	color: #76484f;
	text-align: right;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 53px;
}
#main .title {
	background-image: url(../../images/Public/title_base.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 490px;
	padding-top: 5px;
	font-size: 14px;
	color: #883843;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
#main .ttl {
	background-image: url(../../images/Public/tit_base.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 500px;
	clear:both;
	margin:8px 0 0 ;
}
.ttl .tti_title {
	float: left;
}
.ttl .tti_text {
	float: left;
	font-size:10px;
	padding-top: 4px;
}
.ttl .tti_ti {
	padding-top: 4px;
	font-weight: bold;
	color: #883843;
}
.ttl .tti_check {
	height: 29px;
	width: 109px;
	background-image: url(../../images/Public/tit_check.gif);
	background-repeat: no-repeat;
	font-size:10px;
	float: right;
}

*:first-child+html .ttl .tti_check {
	height: 29px;
	width: 109px;
	background-image: url(../../images/Public/tit_check.gif);
	background-repeat: no-repeat;
	font-size:10px;
	float: right;
	padding: -4px;
}/*IE7*/
* html .ttl .tti_check {
	height: 29px;
	width: 109px;
	background-image: url(../../images/Public/tit_check.gif);
	background-repeat: no-repeat;
	font-size:10px;
	float: right;
}/*IE6*/
html>body .ttl .tti_check {
	height: 21px;
	width: 101px;
	background-image: url(../../images/Public/tit_check.gif);
	background-repeat: no-repeat;
	font-size:10px;
	float: right;
	padding: 4px;
}/*Firefox*/
/*-------------------------------基本レイアウト-------------------------------*/
/*ヘッダー*/
#header_top {
	background-image: url(../../images/Public/header_top_bg.jpg);
	background-repeat: no-repeat;
	height: 365px;
	width: 906px;
}
#header {
	background-image: url(../../images/Public/header_bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 906px;
}
#rogo {
	margin: 0px 0 0 70px;
}
#head_bt {
	height: 47px;
	width: 270px;
	margin: 5px 0 0 572px;
	position: relative;
}
/*パンくずナビ*/
#pan {
	margin: 155px 0 0 75px;
	color: #6a5118;
}
/*コンテンツ*/
#contents {
	width: 906px;
	background-image: url(../../images/Public/base_bg.gif);
	background-repeat: repeat-y;
}
#contents_top_gra {
	width: 843px;
	padding: 0 72px 10px  72px;
	background-image: url(../../images/Public/gra_top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#contents_gra {
	width: 843px;
	padding: 0 72px 10px  72px;
	background-image: url(../../images/Public/gra_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
/*コンテンツメイン*/
#main {
	width: 500px;
	float: left;
}
/*コンテンツサイド*/
#side {
	width: 240px;
	float: left;
	background-image: url(../../images/Public/side_base.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-left: 20px;
}
#side_t {
	background-image: url(../../images/Public/side_top.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 10px;
}
#side_b {
	background-image: url(../../images/Public/side_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 12px;
}
#side .title {
	margin-bottom: 6px;
	clear:both;
}
#side .banner {
	margin-bottom: 20px;
}
#side .banner img {
	margin-bottom: 3px;
}
#side .detail {
	margin: 0 0 12px 10px;
	width: 222px;
	clear:both;
}
#side .detail .pic {
	float: left;
	margin-right: 5px;
}
#side .detail .pic img {
	border: 1px solid #dcdcdc;
}
#side .detail .text {
	float: left;
	text-align: left;
	width: 140px;
}
/*フッター*/
#footer {
	padding: 0 55px;
	background-image: url(../../images/Public/footer_bg.gif);
	background-repeat: no-repeat;
	height: 75px;
	clear:both;
}

#foot_menu {
	padding: 10px;
}

#foot_link {
	float: left;
	padding: 25px 0 0 0 ;
}
#copy {
	float: right;
	padding: 25px 0 0 0;
	color: #5e5153;
}
/*-------------------------------トップ-------------------------------*/
#area_search {
	margin-bottom: 20px;
	background-image: url(../../images/Public/area_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px;
}
#area_search dl {
	clear:both;
	height: 25px;
}
#area_search dt {
	margin-top: 6px;
	float: left;
	width: 100px;
}
#area_search dd {
	margin-top: 6px;
	float: left;
}
#top_textbox {
	background-image: url(../../images/Public/top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding: 10px 0 0 10px;
	margin:10px 0 0 ;
	clear: both;
}
.top_box {
	width: 233px;
	border: 1px solid #ecdcd7;
	margin: 0 8px 10px 0;
	float: left;
	background-color: #FFFFFF;
}
.top_text {
	margin: 5px;
}
/*-------------------------------店舗一覧-------------------------------*/
.list_box {
	margin-top: 20px;
}
.store_name_box {
}
.store_name {
	float: left;
}
.bt_detail {
	float: right;
}

.store_text_bg {
	background-image: url(../../images/Public/bg_01.gif);
	background-repeat: repeat;
	padding: 10px;
	border-top: 1px solid #b78c86;
	margin-top: 3px;
	clear: both;
	margin-bottom: 10px;
}
.store_text {
	float: left;
}
.ic_coupon {
	float: right;
}
.store_detail_box {
	clear: both;
	border-bottom: 1px dotted #decac7;
	padding-bottom: 10px;
	margin-bottom: 30px;
	}
.store_detail {
	width: 260px;
	float: left;
}
.store_detail dl {
	clear: both;
	border-bottom: 1px dotted #e9e9e9;
	margin-top: 5px;
	padding-bottom: 3px;
}
.store_detail dt {
	width: 70px;
	float: left;
}
.store_detail dd {
	float: left;
}
.store_main_pic {
	float: right;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
/*ページャー*/
.pager {
	padding: 5px;
	border: 1px solid #f1e2de;
	background-color: #f6ebe8;
	margin: 10px 0;
}
.pager_l {
	float: left;
}
.pager_r {
	float: right;
}
/*-------------------------------店舗詳細-------------------------------*/
#information{
	margin-top: 10px;
}
#information dl {
	clear: both;
	border-bottom: 1px dotted #e9e9e9;
	margin-top: 5px;
	padding-bottom: 3px;
}
#information dt {
	width: 70px;
	float: left;
}
#information dd {
	float: left;
}
/*-------------------------------用語集-------------------------------*/
#glossary {
   margin:8px 0 0 ;
}


#glossary dl {
	margin: 3px 3px 25px;
}
#glossary dt {
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 3px;
	font-weight: bold;
	color: #745e2b;
}
#glossary dd {
	padding: 5px;
	background-color: #f2f2f0;
	margin-top: 3px;
}
/*-------------------------------特集-------------------------------*/
.text_box {
	margin-bottom: 30px;
}
.text_box_pink {
	padding: 5px;
	margin:10px 0 10px;
	background-image: url(../../images/Public/bg_01.gif);
	background-repeat: repeat;
}
.text_box_pink2 {
	padding: 5px;
	background-image: url(../../images/Public/bg_02.gif);
	background-repeat: repeat;
	border: 1px solid #EAEAEA;
}
.pink_b {
	font-weight: bold;
	color: #FF3366;
}
.orange {
	color: #ff6600;
}
.bold {
	font-weight: bold;
}
/*ナンバー付*/
.n1 {
	background-image: url(../../images/Public/n01.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.n2 {
	background-image: url(../../images/Public/n02.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.n3 {
	background-image: url(../../images/Public/n03.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.n4 {
	background-image: url(../../images/Public/n04.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.n5 {
	background-image: url(../../images/Public/n05.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.n6 {
	background-image: url(../../images/Public/n06.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	margin-bottom: 8px;
}

/* -- アフィリエイト --*/
.affiliate {
    margin:0 auto ;
    height:60px ;
    width:468px ;
}
