/*----------------------------------------------------------------------------------
	全体枠_背景設定
----------------------------------------------------------------------------------*/
body {
	font-size: 100%;
	background: #000000 url(../img/bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}
#container {
	width: 700px;
	margin: auto;
/*	border: 1px solid #FFF;*/
	text-align: left;
}
/*--- 設置店舗ページヘッダー --*/
#header_tenpo {
	padding: 0;
	background:url(../img/shop_title.gif) no-repeat center;
	width: 700px;
	height: 120px;
	margin-bottom:-20px;
}

#maincontent {
	margin: 0;
	width: auto;
}
#maincontent_header {
	background:url(../img/bg_container_head.gif) no-repeat center bottom;
	height: 52px;
	width: 700px;
	margin-top: 15px;
}
#maincontent_body {
	font-size: 80%;
	padding: 5px 25px 15px 25px;
	width: 650px;
	height: auto;
	background:url(../img/bg_container_body.gif) repeat-y;
}

#footer {
	color: #FFFFFF;
	padding: 10px;
	width: auto;
	background: url(../img/bg_container_footer.gif) no-repeat center top;
}





/*----------------------------------------------------------------------------------
	全体枠_リンク設定
----------------------------------------------------------------------------------*/
a:link {
	color: #663300;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #ffffff;
	background: #990000;
}



/*--- 戻るボタン_親枠 ---*/
.back {
	height: 32px;
	margin:0;
	padding: 15px 0px 15px 520px;
	list-style: none;
	overflow: hidden;	
} 
/*--- 戻るボタン_箇条書き ---*/
.back li {
 margin: 2px;
 float: left;
 display: inline;
}

/*--- 戻るボタン_箇条書き_リンク部分 ---*/
.back li a {
 display: block;
 width: 102px;
 height: 36px;
}

/*--- 戻るボタン ---*/
a.btn_back {
	 width: 102px;
	 height: 32px;
	 background:url(../img/btn_back.gif) no-repeat 0 0;
}
a.btn_back:hover {
	background:url(../img/btn_back.gif) no-repeat 0 -36px;
}
/*--- リンク_テキスト消し用 ---*/ 
.text_none {
	display:none;
}


/*----------------------------------------------------------------------------------
	店舗リスト_ブロック別ページ （index）
----------------------------------------------------------------------------------*/
/*--- 店舗リスト_ブロック_見出し_親枠 ---*/
.tenpo_block_box {
	width: auto;
	margin-bottom:15px;
}

/*--- 店舗リスト_ブロック_見出し ---*/
.tenpo_area {
	width: 80px;
	height:22px;
	line-height: 1.8em;
	text-align:center;
	background:#006600;
	color: #FFFFFF;
	float:left;
}

/*--- 店舗リスト_ブロック_各市町村_見出し ---*/
.tenpo_block {
	width: auto;
	height:22px;
	line-height: 1.8em;
	background:#FFFFFF;
	margin-left: 90px;
	padding-left: 10px;
}






/*----------------------------------------------------------------------------------
	店舗リスト_都道府県・市町村別ページ （各都道府県・市町村）
----------------------------------------------------------------------------------*/
/*--- 都道府県・市町村_都道府県_見出し ---*/
.maincontent_text_title {
	font-size: 14px;
	height:22px;
	width:560px;
/*	line-height: 1.4em;*/
	text-align:center;
	padding-top: 6px;
	margin:0 30px 0 50px;
	background: #336600;
	color: #FFFFFF;

}

/*--- 都道府県・市町村_市町村_見出し ---*/
.tenpo_area_city {
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px 0px 2px 2px;
	width:576px;
	background:#006600;
	border:1px solid #2B5436;
	background: url(../img/bg_area_city.gif);

	
 }

/*--- 都道府県・市町村_店舗名・住所_親枠 ---*/
.tenpo_text_box {
	border: 1px solid #000000;
	margin-bottom: 25px;
	padding: 2px;
	background: #FFFFFF;
}

/*--- 都道府県・市町村_店舗名・住所_1店舗単位_親枠 ---*/
.tenpo_text {
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom: dotted 1px #999999;
	padding: 2px 0;
	font-size:13px;
}

/*--- 都道府県・市町村_店舗名・住所_1店舗単位_店舗名 ---*/
.tenpo_name {
	width: 200px;
	height:auto;
	line-height: 1.4em;
	float:left;
	font-weight: bold;
}

/*--- 都道府県・市町村_店舗名・住所_1店舗単位_店舗住所 ---*/
.tenpo_address {
	margin-left:210px;
	height:auto;
	line-height: 1.4em;
}





/*----------------------------------------------------------------------------------
	店舗リスト_全ページ共通
----------------------------------------------------------------------------------*/
/*--- コンテンツ_本文_親枠 ---*/
.tenpo_body {
	width: 580px;
	height: auto;
	margin: 20px 30px 20px 40px;
}

/*--- コンテンツ_本文 ---*/
.maincontent_text {
	width:530px;
	margin:0 60px;
}

/*--- 本文注意書き ---*/
.maincontent_text_s	{
	width:555px;
	margin:0 30px 0 60px;
	font-size:10px;
}	

.update {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}



/*----------------------------------------------
	フッター_リンクテキスト
----------------------------------------------*/
.footer_link a {
color:#990000;
}
.footer_link a:visited {
	color: #990000;
}
.footer_link a:hover {
color:#ffffff;
background:#990000;
}

.footer_link_text {
	font-size: 12px;
	text-align: center;
	margin: 0px 0 15px 0;
	padding-top:30px;
	width: auto;
}

.footer_text {
	margin: 15px 30px 15px 80px;
	width: auto;
	font: 12px sans-seri;
}





/*----------------------------------------------
	フッター_外部サイトリンク（img）
----------------------------------------------*/
/*--- フッター_外部サイトリンク_親枠  ---*/
.footer_links {
	margin: 30px 80px 0;
	width: auto;
}

/*--- フッター_外部サイトリンク_箇条書き ---*/
.footer_links li {
 margin: 2px;
 float:left;
 display: inline ;
}

/*--- フッター_外部サイトリンク_リンク部分 ---*/
.footer_links li a {
 display: block;
 width: 164px;
 height: 50px;
}

/*--- 三国志大戦 3 公式サイト ---*/
a.link_sangokushi3  {
	width:170px;
	height:50px;
	background:url(../img/link_sangokushi3.gif) no-repeat 0 0;
}
a:hover.link_sangokushi3 {
	background:url(../img/link_sangokushi3.gif) no-repeat 0 0;
}

/*--- 三国志大戦_天 ---*/
a.link_ds_ten {
	width:170px;
	height:50px;
	background:url(../img/link_ds_ten.gif) no-repeat 0 0;
}
a:hover.link_ds_ten {
	background:url(../img/link_ds_ten.gif) no-repeat 0 0;
}

/*--- 三国志大戦 演武場 ---*/
a.link_3594tcom {
	width:170px;
	height:50px;
	background:url(../img/link_3594.gif) no-repeat 0 0;
}
a:hover.link_3594tcom {
	background:url(../img/link_3594.gif) no-repeat 0 0;
}

.footer_c {
	margin: 15px auto 0px auto;
	font: 12px sans-seri;
}
