@charset "utf-8";


/* ---------------------------------------------------------
	共通の設定
--------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	background: #F8F4ED url(../images/common/bg_body.jpg) top repeat-x;
	color: #666;
	text-align: center; /* IE6用 */
	line-height: 1.4;
}

a:link { color: #E35959; }
a:visited { color: #E35959; }
a:hover { color: #999; text-decoration: none; }
a:active { color: #666; }

p { padding-bottom: 10px; }

.ac input { margin: 0 auto; }

.fs75 { font-size: 75%; }

label {
	cursor: pointer;
}

.borderDot {
	background: url(../images/common/border_cf.gif) bottom repeat-x;
	clear: both;
	height: 1px;
	margin: 10px 0;
}

.borderDot hr {
	display: none;
}

/* ---------------------------------------------------------
	header
--------------------------------------------------------- */

#header {
	color: #7F725F;
	background: url(../images/common/bg_header.jpg) top repeat-x;
}

	#header #header_top h1 {
		float: left;
		font-size: 75%;
		padding: 8px 0 0 10px;
	}
	#header #header_top .header_link {
		float: right;
		font-size: 75%;
		padding: 8px 10px 0 0;
	}
	#header #header_top .header_link a {
		color: #7F725F;
	}

#header #header_inner {
	clear: both;
	padding: 20px 10px 0 10px;
}

#header #logo {
	float: left;
}

#header #twitter {
	float: right;
	background: url(../images/common/bg_twitter.jpg) no-repeat;
	height: 45px;
	width: 670px;
}
	#header #twitter .tMess {
		float: left;
		padding: 13px 0 0 150px;
		overflow: hidden;
	}
	#header #twitter .tMess ul#twitter_update_list {
		width: 413px;
		height: 20px;
		overflow: hidden;
	}
	#header #twitter .tFollow {
		float: right;
		font-weight: bold;
		padding: 13px 15px 0 0;
	}

/* ---------------------------------------------------------
	container
--------------------------------------------------------- */

#container {
	background: #fff;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}

/* ---------------------------------------------------------
	main
--------------------------------------------------------- */

#main {
	padding: 20px 10px 80px 10px;
}

#content {
	width: 640px;
	float: left;
}

#submenu {
	width: 275px;
	float: right;
}

/* ---------------------------------------------------------
	共通設定
--------------------------------------------------------- */
.topicPath {
	margin-bottom: 10px;
}
	.topicPath span {
		margin: 0 7px;
	}

.box {
	border: 1px solid #DFD8D0;
	padding: 1px;
	margin-bottom: 20px;
}
	.box .inner {
		padding: 7px;
	}
	.box p {
		padding: 10px 5px;
	}
	.box .inner p.more {
		clear: both;
		padding: 0;
		text-align: right;
	}
	.box ul li {
		background: url(../images/common/border_cf.gif) bottom repeat-x;
		padding: 8px 5px;
	}
	.box ul li.bn {
		background: none;
	}
		.box ul li a {
			display: block;
		}
		.box ul li span {
			color: #999;
			font-size: 75%;
			font-weight: bold;
		}
		.box ul li em {
			color: #83B8E1;
			font-size: 75%;
			font-style: normal;
			margin-left: 5px;
		}

.box_content {
	border: none;
	margin: 0;
}

.title {
	background: url(../images/common/bg_title.jpg) bottom repeat-x;
	clear: both;
	padding: 7px;
}
	#content .title {
		margin-bottom: 10px;
	}
	.title img {
		margin-right: 5px;
	}
	.title h2, .title h3 {
		color: #594631;
		font-size: 125%;
		font-weight: bold;
		line-height: 1;
	}
.title_sub {
	background: url(../images/common/border_cf.gif) bottom repeat-x;
	clear: both;
	margin: 15px 0 10px 0;
	padding: 5px 3px;
}
	.title_sub h3, .title_sub h4 {
		color: #594631;
		font-weight: bold;
		font-size: 110%;
	}

.title_entry {
	background: url(../images/common/bg_title_entry.gif) bottom no-repeat;
	clear: both;
	padding: 7px 10px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
	.title_entry a {
		font-weight: bold;
		text-decoration: none;
	}

.title_sub02 h4 {
	clear: both;
	color: #7A5F44;
	font-weight: bold;
}

/* トラックバック・コメント */
ul.trCm li {
	background: url(../images/common/border_d5.gif) bottom repeat-x;
	padding: 5px 0;
}
	ul.trCm li p {
		padding: 0;
	}
		ul.trCm li p.fs75 {
			padding-top: 5px;
		}
	ul.trCm li span {
		color: #41A2EF;
		margin-left: 10px;
	}
		ul.trCm li span.site {
			color: #999;
			margin-left: 10px;
		}
		ul.trCm li span.fwb {
			color: #666;
			font-weight: bold;
			margin: 0;
		}
	
/* サイト内検索 */
.box p.search_text {
	padding: 0 0 10px 0;
}
.search_text {
	margin-top: 5px;
	text-align: right;
}
	.search_text input {
		border: 1px solid #CAB79D;
		color: #999;
		line-height: 1;
		padding: 3px;
		width: 250px;
	}
	
.search_btn {
	text-align: right;
}
	.search_btn input {
		background: url(../images/common/btn_search.jpg) left top no-repeat;
		border: none;
		cursor: pointer;
		display: block;
		height: 25px;
		text-indent: -9999px;
		width: 150px;
		margin: 0 0 0 auto;
	}
p.search_help {
	color: #999;
	font-size: 75%;
	text-align: right;
	padding: 7px 0 3px 0;
}
	.search_help img {
		margin-right: 5px;
	}


/* 新着店舗 */
.newShop strong {
	font-size: 110%;
}
.newShop p.fs75 {
	line-height: 2;
}
	.newShop p.fs75 span {
		color: #83B8E1;
	}

/* お知らせbox */
.news {
	border: 1px solid #d5d5d5;
}
	.news .title {
		background: url(../images/common/bg_title_news.jpg) bottom repeat-x;
	}
	
	.news ul li {
		background: url(../images/common/border_d5.gif) bottom repeat-x;
	}
		.news ul li a {
			color: #666;
		}
			.news ul li a:hover {
				color: #999;
			}

/* グルメマップ */
.map {
	background: url(../images/common/img_mainMap.jpg) no-repeat;
	height: 310px;
	position: relative;
	width: 640px;
}
	.map img {
		vertical-align: bottom;
	}
	.map ul li.map_opera, .map ul li.map_shoten, .map ul li.map_operaRoad,
	.map ul li.map_koshu, .map ul li.map_yamate, .map ul li.map_suidou,
	.map ul li.map_park, .map ul li.map_nsando, .map ul li.map_fudou {
		position: absolute;
	}
	.map ul li.map_opera { top:101px; left:222px; }
	.map ul li.map_shoten { top:242px; left:124px; }
	.map ul li.map_operaRoad { top:114px; left:103px; }
	.map ul li.map_koshu { top:171px; left:74px; }
	.map ul li.map_yamate { top:228px; left:238px; }
	.map ul li.map_suidou { top:49px; left:334px; }
	.map ul li.map_park { top:94px; left:420px; }
	.map ul li.map_nsando { top:238px; left:378px; }
	.map ul li.map_fudou { top:11px; left:130px; }


/* グルメ詳細 */
.gourmetDetail {
	width: 310px;
	/*height: 240px;*/
	font-size: 12px;
}
	.gourmetDetail ul {
		background: url(../images/common/bg_ul_gourmetDetail.gif) right bottom no-repeat;
		border: 1px solid #DFD8D1;
		min-height: 238px;
		height: auto !important;
		height: 240px;
	}
	.gourmetDetail ul li {
		background: url(../images/common/border_cf.gif) bottom repeat-x;
		line-height: 1.6;
		padding: 3px;
	}
		.gourmetDetail ul li.bn {
			background: none;
		}
		.gourmetDetail ul li strong {
			color: #333;
		}
		.gourmetDetail ul li img {
			margin-right: 5px;
		}
		
.photoIndex {
	background: url(../images/common/bg_photoIndex.jpg) bottom no-repeat;
	clear: both;
	color: #969696;
	font-size: 75%;
	margin: 10px 0;
	padding: 5px;
}
	.photoIndex p {
		padding-bottom: 3px;
	}
	.photoIndex ul li {
		display: inline;
		margin-right: 5px;
	}

.gourmetTag {
	background: #F8F4ED;
	color: #40A1EE;
	font-size: 75%;
	margin-bottom: 1px;
	padding: 5px 7px;
}
	.gourmetTag img {
		margin-right: 2px;
	}
	.gourmetTag ul {
		display: inline;
	}
		.gourmetTag ul li {
			display: inline;
			margin-left: 5px;
		}
			.gourmetTag ul li a, .gourmetTag ul li a:visited {
				color: #999;
			}
.gourmetOther {
	background: #FAF4ED;
	font-size: 75%;
	padding: 5px 7px;
	position: relative;
}
	.gourmetOther span {
		margin: 0 10px;
		color: #ccc;
	}
	.gourmetOther a, .gourmetOther a:visited {
		color: #868686;
		text-decoration: none;
	}
	.gourmetOther a:hover {
		color: #c0c0c0;
	}

.gourmetOther_date {
	color: #999;
	position: absolute;
	right: 5px;
	top: 6px;
}
	.gourmetOther_date img {
		margin-right: 3px;
		vertical-align: middle;
	}

/* コメントフォーム */
.commentForm .bdn input {
	border: none;
}
.commentForm input, .commentForm textarea {
	background: #FBF8F2;
	border: 1px solid #DFD8D0;
}
.commentForm .commentLeft {
	float: left;
	width: 250px;
}
	.commentForm .commentLeft p.fs75 {
		color: #999;
	}
.commentForm .commentRight {
	float: right;
	width: 390px;
}
	.commentForm .commentRight textarea {
		width: 390px;
		height: 130px;
	}
	.commentForm .commentRight input {
		border: none;
	}
	.commentForm .commentRight #comments-open-footer {
		float: right;
		margin-left: 15px;
	}
	.commentForm .commentRight #comment-form-remember-me {
		float: right;
	}
		.commentForm .commentRight #comment-form-remember-me input {
			display: inline;
			margin-right: 5px;
		}
	
/* ページャ */
.pager {
	color: #999;
}
	.pager a {
		padding: 0 2px;
	}
	.pager .prev {
		float: left;
		width: 100px;
	}
	.pager .next {
		float: right;
		text-align: right;
		width: 100px;
	}
	.pager .number {
		float: left;
		text-align: center;
		width: 440px;
	}
		.pager .number a {
			padding: 0 7px;
		}

/* googleMap */
#googleMap {
	clear: both;
	height: 350px;
	margin: 10px 0 20px 0;
	width: 640px;
}

/* リンク */
.bgc ul li {
	background: url(../images/common/bg_bgc.gif) left 10px no-repeat;
	padding: 5px 3px 5px 10px;
}

/* リンク集 */
.link ul li {
	float: left;
	line-height: 1.2;
	width: 200px;
}

/* 初台グルメ一覧 */
.acc {
	cursor: pointer;
}
.acc h3 span {
	color: #999;
	font-size: 10px;
	font-weight: lighter;
	margin-left: 10px;
}

.shopList {
	float: left;
	width: 320px;
}
	.shopList h4 {
		color: #7A5F44;
		font-weight: bold;
	}
	.shopList h5 {
		color: #999;
		font-size: 10px;
		font-weight: bold;
	}
	.shopList ul {
		margin-bottom: 15px;
	}
		.shopList ul li {
			padding: 3px 3px 3px 10px;
		}

/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */

#footer {
	margin-top: -60px;
	clear: both;
	width: 100%;
	color: #A5998A;
	font-size: 75%;
	text-align: center;
	background: url(../images/common/bg_footer.jpg) top repeat-x;
}
	#footer #footer_inner {
		background: url(../images/common/bg_footer_inner.jpg) top repeat-x;
		height: 60px;
		margin: 0 auto;
		position: relative;
		text-align: left;
		width: 950px;
	}
		#footer #footer_inner a {
			color: #7F725F;
		}
		#footer #footer_inner .pageTop {
			position: absolute;
			right: 5px;
			top: -15px;
		}
	
		#footer #footer_inner .logo {
			float: left;
			padding: 15px 0 0 10px;
		}
		#footer #footer_inner .footer_menu {
			background: url(../images/common/bg_footer_menu.gif) right center no-repeat;
			float: left;
			padding: 12px 15px 10px 10px;
		}
			#footer #footer_inner .footer_menu p {
				padding-bottom: 5px;
			}
			#footer #footer_inner .footer_menu address {
				font-style: normal;
			}
		#footer #footer_inner ul.pr {
			float: left;
			padding: 13px 0 0 15px;
		}
		
/* PR */
.pr_side {
	background: #f7f7f7;
	padding: 5px;
}
	.pr_side p {
		color: #999;
		font-size: 10px;
		text-align: right;
		padding: 0;
	}
	.pr_side dl {
		font-size: 10px;
		margin: 10px 0;
		text-align: right;
	}
	.pr_side dl dt a {
		color: #333;
	}
	.pr_side dl dd {
		color: #339900;
	}
