/*
ThemeName:Mimbo
ThemeURI:http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description:Amagazine-stylethemeforWordpress
Version:3.0
Author:DarrenHoyt
AuthorURI:http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

TheCSS,XHTMLanddesignisreleasedunderGPL:
http://www.opensource.org/licenses/gpl-license.php


TABLEOFCONTENTS

Nav
HTMLTags
Structure
Headers
ContentStyles
	Misc
	Sidebar
	SinglePost
	Archives
PostStyles
Comments
FormElements
FloatClearing
Footer



/*----------@Nav-----------*/

@import url('css/nav.css');



/*----------@HTMLTags-----------*/


*{
	margin:0;
	padding:0;
	}

html {    filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
html,body{
	overflow:hidden;
	height:100%;
}

body{
	background:#e4e2db;
	color:#1d1d1d;
	}

body,select,input,textarea{
	font-size:100%;
	}
	
p{	
	margin:15px 0;
	line-height:160%;
	}

a,a:visited{
	color:#036750;
	text-decoration:none;
	}

a:hover,a:active{
	color:#90BCB2;
	text-decoration:underline;
	}

hr{
	display:block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table{
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td{
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption{
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img,a:visited img{
	border:none
	}
	
blockquote{
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em;
	letter-spacing:0.02em;
	}

pre{
	width:100%;
	overflow:auto;
	}
	
dt,dd {
	margin:0;
	padding:0;
}				


/*----------@ Structure -----------*/

#page{
	background:#fff;
	margin:0 auto;
	position:relative;
	border-left:1px solid #CCC;
	width:900px;
	height:100%;
	font-size:0.9em;
}
	
#wrapper{
font-size:0.75em;
}

#masthead{
	background:url(images/head.jpg) no-repeat;
	width:900px;
	height:150px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#masthead h1{
	text-indent:-9999px;
}

#masthead h1 a{
	display:block;
	width:345px;
	height:85px;
	margin:30px 0 0 140px;
	font-size:0;
	line-height:0;
	}

div#masthead_se{
	width:900px;
	height:122px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:url(images/header_scd.gif) no-repeat;
}

div#masthead_se h1{
	width:898px;
	margin:0 auto;
}

div#masthead_se h1 a{
	display:block;
	width:265px;
	height:70px;
	margin:20px 0 0 110px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#menu_idx{
	position:absolute;
	top:150px;
	left:0;
	z-index:2;
	width:900px;
	height:22px;
}

#menu{
	position:absolute;
	top:122px;
	left:0;
	z-index:2;
	width:900px;
	height:22px;
}

#contentbox{
	background:#fff;
	width:845px;
	padding:20px 0 30px 55px;
	position:absolute;
	left:0;
	top:172px;
	overflow:auto;
	z-index:1;
	bottom:30px;
	_height:80%;
}


#contentbox_page{
	background:#fff;
	width:900px;
	padding:0;
	position:absolute;
	left:0;
	top:144px;
	overflow:auto;
	z-index:1;
	bottom:30px;
	_height:80%;
}

#contentbox_se{
	background:#fff;
	left:227px;
	top:144px;
	bottom:30px;
	position:absolute;
	overflow:auto;
	z-index:1;
	width:674px;
	_height:80%;
}

#content{
	padding:10px 60px 30px 60px;
}
#content_about{
	padding:0;
}

#content_about h2.pagetitle{ display:none;}


#content_in{
	width:610px;
	padding:0 0 40px 25px;
}

#contentbox_page ul,#contentbox_page ol{
	margin:0 0 0 1.5em;
}

#description{
	text-indent:-9999px;
	font:italic 1.2em;
	color:#888787;
	padding:0 0 0 20px;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left{
	float:left;
	}

.right{
	float:right;
	}

#sidebar{
	position:absolute;
	left:0;
	top:144px;
	z-index:1;
	width:170px;
	height:100%;
	padding:15px 0 0 55px;
}

#featured-cats{
	width:182px;
	float:left
	}

#more-posts{
	width:413px;
	float:right;
	}
	
	
	
/*----------@Headers-----------*/

h1{
	font:bold 2.7em;
	letter-spacing:-0.01em;
	float:left;

	}
	
h2{
	font-size:2.5em;
	padding-bottom:8px;
	margin:25px 0 20px 0;
	}

#lead h2{
	font-size:2.2em;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2{
	font-size:2.2em;
	padding:0;
	margin:15px 0 0 0;
	}
	
h2.posttitle{
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle{
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
				
h3{
	border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3{
	border:none;
	font-size:1.7em;
	color:#232323;
	letter-spacing:0;
	}
	
#featured-cats h3,#more-posts h3{
	margin:0 0 15px 0;
	}
		
h3#respond{
	margin:45px 0 20px 0;
	}

h3#comments{
	margin-top:32px
	}

h4{
	font:bold 1.3em;
	margin-bottom:-10px;
	}
	
.post h4{
	margin:15px 0;
	}
	
.archive-list h4{
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5{
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6{
	font:bold 0.9em Arial,Helvetica, Sans-Serif;
	}


/*----------@indexContentStyles-----------*/

.idx_shopnavi{
	width:385px;
	height:208px;
	float:left;
	margin-right:20px;
	background:url(images/shopnavi_bg.gif) no-repeat;
	position:relative;
	}

.idx_spotnavi{
	width:385px;
	height:208px;
	float:left;
	background:url(images/spotnavi_bg.gif) no-repeat;
	position:relative;
	}

.idx_shopnavi .map,.idx_spotnavi .map{
	position:absolute;
	right:8px;
	top:-5px;
}

.idx_shopnavi .topics,.idx_spotnavi .topics{
	display:block;
	height:120px;
	width:140px;
	float:left;
	padding:35px 0 0 18px;
	margin-right:13px;
}
.idx_shopnavi .topics h3 {
	font-size:12px;
	border:none;
	margin:6px 0 0 0;
	padding:0 0 0 3px;
	border-left:2px solid #036750;
}

.idx_spotnavi .topics h3,#lead .topics h3{
	font-size:12px;
	border:none;
	margin:6px 0 0 0;
	padding:0 0 0 3px;
	border-left:2px solid #7E6346;
}
html .idx_spotnavi .topics h3 a,#lead .topics h3 a{color:#7E6346;}
html .idx_spotnavi .topics h3 a:hover,#lead .topics h3 a:hover{color:#7E6346;}

.idx_shopnavi h2,.idx_spotnavi h2{
	text-indent:-9999px;
	height:38px;
	margin:0;
}

.idx_shopnavi .category li,.idx_spotnavi .category li{
	float:left;
	display:block;
	width:210px;
	height:32px;
}

.idx_shopnavi .category a,.idx_spotnavi .category a{
	display:block;
	width:210px;
	height:32px;
}

.idx_shopnavi .category a { background:url(images/top_shopnavi.gif) no-repeat; text-indent:-9999px; font-size:0; line-height:0;}
.idx_shopnavi .category li.cat-item-7 a {	background-position:0 0;}
.idx_shopnavi .category li.cat-item-8 a {	background-position:0 -32px;}
.idx_shopnavi .category li.cat-item-9 a {	background-position:0 -64px;}
.idx_shopnavi .category li.cat-item-10 a {	background-position:0 -96px;}
.idx_shopnavi .category li.cat-item-11 a {	background-position:0 -128px;}
.idx_shopnavi .category li.cat-item-7 a:hover {	background-position:-212px 0;}
.idx_shopnavi .category li.cat-item-8 a:hover {	background-position:-212px -32px;}
.idx_shopnavi .category li.cat-item-9 a:hover {	background-position:-212px -64px;}
.idx_shopnavi .category li.cat-item-10 a:hover {	background-position:-212px -96px;}
.idx_shopnavi .category li.cat-item-11 a:hover {	background-position:-212px -128px;}

.idx_spotnavi .category a { background:url(images/top_spotnavi.gif) no-repeat; text-indent:-9999px; font-size:0; line-height:0;}
.idx_spotnavi .category li.cat-item-12 a {	background-position:0 0;}
.idx_spotnavi .category li.cat-item-13 a {	background-position:0 -32px;}
.idx_spotnavi .category li.cat-item-14 a {	background-position:0 -64px;}
.idx_spotnavi .category li.cat-item-15 a {	background-position:0 -96px;}
.idx_spotnavi .category li.cat-item-xx a {	background-position:0 -128px;}
.idx_spotnavi .category li.cat-item-12 a:hover {	background-position:-212px 0;}
.idx_spotnavi .category li.cat-item-13 a:hover {	background-position:-212px -32px;}
.idx_spotnavi .category li.cat-item-14 a:hover {	background-position:-212px -64px;}
.idx_spotnavi .category li.cat-item-15 a:hover {	background-position:-212px -96px;}
.idx_spotnavi .category li.cat-item-xx a:hover {	background-position:-212px -128px;}


/*----------@ContentStyles-----------*/


/*Misc*/

h1 a,h1 a:visited{
	color:#444;
	text-decoration:none
	}

h1 a:hover{
	color:#686868;
	}

h1 a:active{
	color:#929292;
	}
			
h4 a,h4 a:visited{
	color:#383838;
	text-decoration:none
	}
	
h5 a,h5 a:visited,
h5 a:hover,h5 a:active{
	text-decoration:none
	}
	
#more-posts img,.archive-list a img,.archive-list a:visited img{
	float:left;
	margin:4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img{
	margin:3px 12px 4px 0;
	}

.recent-excerpts{
	padding-bottom:10px;
	}

#featured-cats ul{
	margin:3px 0 22px 0;
	}

#featured-cats li{
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead{
	width:776px;
	margin:22px 0 0 0;
	padding:0 20px 12px 20px;
	background:url(images/idx_news_bg.gif) no-repeat;
	float:left;
	}

		
#lead h2{
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	height:20px;
	}

#lead .topics {
	background:#fff;
	float:left;
	width:358px;
	padding:5px;
	margin:40px 20px 0 0;
}

#lead .topics p{ margin:3px 0; line-height:1.2;}
#lead .topics img{
	float:left;
	margin-right:15px;
}

#lead .topics h3{float:left;}
#lead .topics a{color:#7E6346;}
#lead .topics a:hover{color:#7E6346;}

#lead-text{
	float:left;
	width:368px;
	padding:13px 10px 16px 0;
	}

#lead-text h3{
	display:none;
	}

#lead-text li{
	padding:4px 0 4px 4.5em;
	border-bottom:1px dotted #7E6346;
	list-style:none;
	text-indent:-4.5em;
	line-height:1.4;
}


#lead-text a{
	color:#333;
}

#lead_btm {
	background:url(images/idx_news_btm.gif) no-repeat;
	clear:both;
	height:24px;
	margin-bottom:15px;
}

#leadbr,.recent-excerptsbr /*cleansupexcerpts*/ {
	margin-bottom:15px;
	}

		
.commentcount{
	padding-right:19px;
	background:url(images/bubble.gif) no-repeat right;
	font:0.8em Arial,Helvetica, Sans-Serif;
	}

#lead h2.commentcount{
	font-size:0.4em;
	}

.postmetadat a.commentcount{
	font-size:1em;
	}
		
.date{
	float:left;
	margin:18px 4px 0 0;
	font:0.85em;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date{
	margin:2px 3px 0 0;
	}

#page p.arrow_bk {
	background:url(images/arrow_bk.gif) no-repeat 0 4px;
	padding-left:20px;
	margin-left:10px;
}

#page p.arrow_fw {
	background:url(images/arrow_forward.gif) no-repeat 0 4px;
	padding-left:20px;
	margin-left:10px;
}


/*SidebarandWidgets*/

.side_gourmet,.side_shop,.side_health,.side_beauty,.side_service{
	background-color:#ECEEEB;
}

.side_temple,.side_slope,.side_history,.side_culture{
	background-color:#F3EFEA;
}

.side_news_event {
	background:#F3F2E9;
}

.side_news_event h3{
	border:none;
	background:url(images/side_ttl_news.gif) no-repeat;
	height:38px;
	text-indent:-9999px;
	margin:5px 0 0 0;
}




#side_ttl_spot,#side_ttl_shop {
	text-indent:-9999px;
	margin:0 0 10px 0;
	border:none;
	padding:0;
}

#side_ttl_shop{ background:url(images/lft_title_shop.png) no-repeat; width:134px; height:34px;}
#side_ttl_spot{ background:url(images/lft_title_spot.png) no-repeat; width:146px; height:33px;}

.lft_nav_shop {	height:131px;}
.lft_nav_spot {	height:100px; background:url(images/lft_spot_bg.png) no-repeat;}


.lft_nav_spot,.lft_nav_shop {
	margin:0 0 20px 0;
	padding:0;
	width:142px;
	clear:left;
}

.lft_nav_spot li,.lft_nav_shop li{
	display:block;
	width:142px;
	height:26px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.lft_nav_spot li a,.lft_nav_shop li a{
	display:block;
	width:142px;
	height:26px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.lft_nav_shop .cat-item-7 a { background:url(images/lft_shop_bg01.png) no-repeat;}
.lft_nav_shop .cat-item-8 a { background:url(images/lft_shop_bg02.png) no-repeat;}
.lft_nav_shop .cat-item-9 a { background:url(images/lft_shop_bg03.png) no-repeat;}
.lft_nav_shop .cat-item-10 a { background:url(images/lft_shop_bg04.png) no-repeat;}
.lft_nav_shop .cat-item-11 a { background:url(images/lft_shop_bg05.png) no-repeat; height:27px;}

.lft_nav_shop a:hover,.lft_nav_shop .current-cat a,
.gourmet_cur .cat-item-7 a,
.shop_cur .cat-item-8 a,
.health_cur .cat-item-9 a,
.beauty_cur .cat-item-10 a,
.service_cur .cat-item-11 a{ background-position:-142px 0;}

.lft_nav_spot .cat-item-12 a { background:url(images/lft_spot_bg01.png) no-repeat;}
.lft_nav_spot .cat-item-13 a { background:url(images/lft_spot_bg02.png) no-repeat;}
.lft_nav_spot .cat-item-14 a { background:url(images/lft_spot_bg03.png) no-repeat;}
.lft_nav_spot .cat-item-15 a { background:url(images/lft_spot_bg04.png) no-repeat; height:27px;}

.lft_nav_spot a:hover,.lft_nav_spot .current-cat a,
.temple_cur .cat-item-12 a,
.slope_cur .cat-item-13 a,
.history_cur .cat-item-14 a,
.culture_cur .cat-item-15 a{ background-position:-142px 0;}

#foruser { margin:20px 0 0 0; list-style:none; position:relative;
}
#foruser li{ margin:0 0 10px 0;}
#foruser .page-item-80 a{
	display:block;
	width:80px;
	height:20px;
	background:url(images/for_resident.png) no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#foruser .page-item-46 a{
	display:block;
	width:110px;
	height:20px;
	background:url(images/for_press.png) no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#wp-calendar td{
	text-align:center;
	padding:3px;
	}	
	
#recentcomments{
	color:#787878;
	}

a.rsswidget,a.rsswidget:visited{
	font-weight:bold;
	}

#ads img,.wp125ad img{
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget{
	margin:15px 0;
	line-height:160%;
	}	
	
.widget td{
	background:none;
	}
	
.widget table{
	border:none
	}
	
/*SinglePosts*/

#writer{
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img{
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags{
	padding:0px;
}	

#tags a,#tags a:visited{
	text-decoration:none
	}
	
	
/*Archives*/

.archive-list li{
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin:8px 25px 18px 0;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img{
	margin:0 14px 0 0;
	}

.archive-list .postmetadata{
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination{
	margin-top:30px;
	width:604px;
	}

#pagination .left{
	width:290px;
	text-align:right;
	}

#pagination .right{
	float:right;
	width:294px;
	}

.news_event h2.news_event,
.news_syosai h2.news_event {
	background:url(images/news_ttl_all.gif) no-repeat;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	line-height:0;
	}

.news_syosai h3 { clear:both;}

.news_event h2,.news_syosai h2 { height:24px;}

.news_event h2.news_event_syotengai,.news_syosai h2.news_event_syotengai {background:url(images/news_ttl_merryroad.gif) no-repeat;}
.news_event h2.news_event_takanawa,.news_syosai h2.news_event_takanawa {background:url(images/news_ttl_takanawa.gif) no-repeat;}

.side_news_event ul.tab { width:142px; height:80px; margin:1px 0 0 0;}
.side_news_event ul.tab li { width:142px; height:27px; list-style:none; display:block;}
.side_news_event ul.tab li a{ display:block; width:142px; height:27px; text-indent:-9999px; font-size:0; line-height:0;}
.side_news_event ul.tab li.all a{ background:url(images/sidebar_news_all.gif) no-repeat;}
.side_news_event ul.tab li.syotengai a{ background:url(images/sidebar_news_merry.gif) no-repeat;}
.side_news_event ul.tab li.takanawa a{ background:url(images/sidebar_news_takanawa.gif) no-repeat; height:26px;}
.side_news_event ul.tab li a:hover{ background-position:-142px 0;}
	
.news_list { list-style:none; line-height:1.6;}

.news_list li{ padding:7px 0; border-bottom:1px dotted #7C812E; overflow:hidden;}

.news_list h3 {
	font:1.8em "ＭＳ 明朝",serif;
	font-weight:900;
	line-height:1.1;
	letter-spacing: 0.02em;
	margin:0 0 4px 0;
	padding:0;
	border:none;
}

.news_list h3 a{color:#7C812E;}
.news_list h3 a:hover{	color:#7C812E;}

.news_list img{ width:150px; float:right; margin:0 0 0 15px;}
.news_list p{ margin:0; padding:0;}

p.news_date {
	font:0.8em;
	color:#737373;
	letter-spacing:0.03em;
	margin:0;
	padding:0 0 7px 0;
	line-height:1.0;
}

.news_syosai h2.posttitle {
	color:#7C812E;
	padding:0 0 10px 0;
	border-bottom:1px dashed #7C812E;
	margin:16px 0 8px 0;
font-size:24px;
font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
font-weight:bold;
	line-height:1.1;
	letter-spacing: 0.01em;
	height:auto;
}

.news_syosai .news_date {
	width:614px;
	text-align:right;
}

.news_syosai img { float:right; margin:0 0 15px 15px;}
.news_syosai { line-height:1.6;}

.news_syosai dt{ float:left; color:#7C812E;}
.news_syosai dd { padding:0 0 7px 3.5em;}
.news_syosai .font_s { font-size:0.8em;}
.sim_post li{ margin:0 0 0 1.4em;}

#contentbox_se .subdiv {
padding:10px;
border:1px solid #7c812e;
background-color:#f6f5f0;
margin:8px 0;
}
 .news_syosai .subdiv dt,.news_syosai .subdiv  dd { clear:both; margin:0; padding:0 0 0 0; text-indent:0;}

#contentbox_se .ssubdiv {
padding:10px 10px 6px 10px;
border:1px solid #ccc;
margin:8px 0;
font-size:0.9em;
}
/*----------@PostStyles-----------*/

.entry{
	padding-bottom:10px;
	}

.postmetadata{
	padding:7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code{
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li{
	margin:0 0 5px 42px;
	line-height:115%;
	}

.post ol li{
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img{
	display:block;
	margin:15px 0;
	}

.wp-caption .alignleft,
.wp-caption .alignright,
.wp-caption .aligncenter{
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft{
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright{
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption .alignleft{
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption .alignright{
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption .aligncenter,img.aligncenter{
	margin:0 auto;
	display:block;
	margin-bottom:15px;
	float:none;
	}
		
p.wp-caption-text{
	margin:4px 0 0 0;
	text-align:center;
	padding:0 5px 3px 0;
	clear:both;
	font-size:0.8em;
	line-height:1.2;
	color:#666;
	}	

.wp-caption img{
	float:none;
	margin:0;
	}	

.gallery{
	margin:15px 0;
	display:block;
	}
	
.gallery img{
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item{
	padding:12px 0;
	}

.gallery-caption{
	padding:10px;
	}
	
	
	

/*----------@Comments-----------*/

.reply a,.reply a:visited{
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial, Verdana;
	}

.reply a:hover{
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active{
	background:#CCC;
	}
			
.commentlist li{
	margin:0 0 18px 0;
	padding:15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none;
	}

.commentlist li.depth-2{
	border:none;
	background:#FFF;
	border-top:1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	{
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor{
	background:#e5e5e5 !important;
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code{
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar{
	margin:3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li{
	margin:10px 0 10px 35px;
	}

#trackbacklist cite{
	font-style:normal
	}
			
cite.fn{
	font:bold 1.4em;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says{
	display:none;
	}
	
.commentmetadata{
	float:left
	}

.comment-date a,.comment-date a:visited{
	color:#868686;
	font-size:0.9em;
	text-decoration:none;
	}

.commentmetadata a:hover,.commentmetadata a:active{
	text-decoration:underline;
	color:#333;
	}

		
	
	
/*----------@FormElements-----------*/

#author,#email,#comment,#url,#s{
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author,#email,#url{
	width:220px;
	}
		
.button{
	padding:8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover{
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active{
	background:#000;
	}

#commentform textarea{
	width:98%;
	margin-top:5px;
	height:250px;
	}

#contentbox_page #searchform {
	float:none;
	width:620px;
	background:none;
	padding-left:0;
}

#contentbox_page #s {
	font-size:1.4em;
	width:300px;
}

#contentbox_page #searchsubmit{
	font-size:1.0em;
	padding:3px 10px 2px 10px;
	}		


#merry_head { text-align:right; margin:-15px 17px 0 0; padding:0;}

#searchform{
	float:right;
	width:233px;
	text-align:right;
	margin:-5px 15px 0 0;
	padding:0 0 0 60px;
	background:url(images/serch_ttl.gif) no-repeat 0 4px;
	display:inline;
	}

#s{
	width:160px;
	font-size:0.8em;
	padding:2px;
	line-height:1.0;
	margin-right:5px;
	}
	
#s:focus{
	background:#f8f8f8 !important;
	}

#searchsubmit{
	font-size:0.8em;
	padding:0 4px;
	}		
	
.search_none {
	background:url(images/mark_info.gif) no-repeat;
	padding-left:65px;
	font:bold 1.6em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#036750;
	line-height:52px;
}




/*----------@category-----------*/

h2.gourmet {background:url(images/ttl_gourmet.gif) no-repeat; width:613px; height:24px;}
h2.shop {background:url(images/ttl_shop.gif) no-repeat; width:613px; height:24px;}
h2.health {background:url(images/ttl_health.gif) no-repeat; width:613px; height:24px;}
h2.beauty {background:url(images/ttl_beauty.gif) no-repeat; width:613px; height:24px;}
h2.service {background:url(images/ttl_service.gif) no-repeat; width:613px; height:24px;}

h2.temple {background:url(images/ttl_temple.gif) no-repeat; width:613px; height:24px;}
h2.slope {background:url(images/ttl_slope.gif) no-repeat; width:613px; height:24px;}
h2.history {background:url(images/ttl_history.gif) no-repeat; width:613px; height:24px;}
h2.culture {background:url(images/ttl_culture.gif) no-repeat; width:613px; height:24px;}

.shop_archive,.spot_archive { width:620px; font-size:0.8em; line-height:1.0;}
.shop_archive h4,.spot_archive h4{ padding:5px 0 3px 0; font-weight:600;}

.shop_archive h4 { color:#036750;}
.spot_archive h4 { color:#7E6346;}

.shop_archive li{
	float:left;
	width:289px;
	margin:0 13px 0 0;
	padding-bottom:3px;
	border-bottom:1px dotted #036750;
	list-style:none;
	height:78px;
	overflow:hidden;
}
.spot_archive li{
	float:left;
	width:289px;
	margin:0 13px 0 0; 
	padding-bottom:3px;
	border-bottom:1px dotted #7E6346;
	list-style:none;
	height:78px;
	overflow:hidden;
}

.shop_archive li a,.spot_archive li a{
	width:289px;
	height:75px;
	display:block;
	padding:3px;
}

.shop_archive a:hover{	background:#D9E8E5; text-decoration:none;}
.spot_archive a:hover{	background:#ECE6E0; text-decoration:none;}

.shop_archive img,.spot_archive img{
	float:left;
	margin:0 10px 0 0;
}

.shop_archive p,.spot_archive p { margin:10px 0 0 0;}
.shop_archive a,.spot_archive a { color:#333;}


/*----------@single_spot-----------*/

.spot_syosai,.shop_syosai { width:613px;}

.spot_syosai .txt_area{
	float:left;
	width:380px;
	padding-right:17px;
}
.spot_syosai .txt_area h2{
	color:#7E6346;
	padding:0 0 6px 0;
	background:url(images/dotline_spot.gif) repeat-x left bottom;
	margin:10px 0 8px 0;
	font:1.8em "ＭＳ 明朝",serif;
	font-weight:900;
	line-height:1.1;
	letter-spacing: 0.02em;
}

.spot_syosai .data_area {
	float:left;
	width:213px;
	line-height:1.4;
}

.spot_syosai .data_area dl{
	border-top:2px solid #7E6346;
	background:#ECE6E0;
	padding:5px 10px;
}

.spot_syosai .data_area dt{
	color:#7E6346;
	padding:3px 0 0 0;
}

.spot_syosai .data_area dd{
	padding:3px 0 8px 0;
	width:193px;
	white-space:normal;
	word-break:break-all;
}


/**/
.shop_syosai{ position:relative;
width:613px;
overflow:hidden;
}

.shop_syosai h4{
	position:absolute;
	border-left:3px solid #036750;
	color:#036750;
	padding:0 0 0 8px;
	top:130px;
}

.shop_syosai .txt_area h2{
	border-left:3px solid #036750;
	color:#036750;
	padding:0 0 0 8px;
	font-size:1.2em;
	margin:0 0 7px 0;
}

*:first-child+html .shop_syosai h4{top:130px;}  /*IE7 hack*/

.shop_syosai  h2.title{
	color:#036750;
	font:1.6em  "ＭＳ 明朝",serif;
	padding:4px 110px 6px 0;
	background:url(images/dotline_shop.gif) repeat-x left bottom;
	margin:0 0 10px 0;
	font-weight:900;
	width:503px;
	height:70px;
	position:relative;
	line-height:1.2;
	letter-spacing: 0.02em;
}
.shop_syosai h2.title img{
	position:absolute;
	right:0;
	top:0;
	border:none;
	margin:-8px 0 0 0;
}

.shop_syosai .txt_area {
	float:left;
	width:380px;
	padding:0 17px 0 0;
	line-height:1.4;
	}
.shop_syosai .txt_area p { margin:0 0 14px 0;}
.shop_syosai .data_area {
	float:left;
	width:213px;
}
.shop_syosai .data_area img{
	margin:0 0 15px 0;
}

.shop_syosai .txt_area dl{
	border-top:2px solid #036750;
	background:#D9E8E5;
	padding:5px 10px;
	overflow:hidden;
	_height:100%;

}

.shop_syosai .txt_area dt{
	float:left;
	width:2em;
	padding:3px 0 0 0;
}

.shop_syosai .txt_area dd{
	white-space:normal;
	word-break:break-all;
	float:left;
	width:7em;
	padding:3px 0 0 0;
}

.shop_syosai .txt_area dd.tel{
	font-weight:bold;
	color:#036750;
	font-size:1.4em;
	padding:0;
}

.shop_syosai .txt_area dt.box1{
	clear:left;
	width:auto;
	font-size:1.0em;
}

.shop_syosai .txt_area dd.box1{
	clear:left;
	width:100%;
	padding:3px 0 8px 0;
}


#next_prev {
	width:612px;
	overflow:hidden;
	border-top:1px dotted #666;
	padding:10px 0;
	margin:15px 0 30px 0;
	clear:both;
}

#next_prev li{
	float:left;
	width:184px;
	list-style:none;
	font-size:0.8em;
}

#next_prev li.previous{text-align:left; padding-right:20px;}
#next_prev li.this{text-align:center; padding:0 10px;}
#next_prev li.next{text-align:right; padding-left:20px;}}

.similar_p { clear:both; border:1px solid #ccc;}

.similar_p li{
	list-style:circle;
	margin:0 0 3px 22px;
	font-size:0.9em;
}
.similar_p h3{
	border:none;
	margin:0 0 4px 0;
	border-bottom:1px dotted #ccc;
	padding:4px 0 4px 6px;
	font-weight:normal;
}

/*----------@mds-----------*/
h2#pagetitle{
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	border:none;
	margin:0;
	margin:14px 0 7px 0;
}


.privacypolicy h2#pagetitle {background:url(images/ttl_privacypolicy.gif) no-repeat; width:760px; height:24px;}
.resident h2#pagetitle {background:url(images/ttl_resident.gif) no-repeat; width:760px; height:24px;}
.press h2#pagetitle {background:url(images/ttl_press.gif) no-repeat; width:760px; height:24px;}
.torikumi h2#pagetitle {background:url(images/ttl_torikumi.gif) no-repeat; width:760px; height:24px;}
.rule h2#pagetitle {background:url(images/ttl_rule.gif) no-repeat; width:760px; height:24px;}
.access h2#pagetitle{	background:url(images/ttl_access.gif) no-repeat; width:760px; height:24px;}
.contact h2#pagetitle{	background:url(images/ttl_contact.gif) no-repeat; width:760px; height:24px;}

/*----------@access-----------*/


.left { float:left; width:380px;}
.right { float:right; width:380px;}

.access h3 { font-size:0.8em;}
.access p { margin:10px 0; padding:0;}
.access li { line-height:1.4; padding:2px 0 2px 5px; margin:0 0 0 1.4em;}
.access h3.ttl{
	border-top:none;
	border-bottom:1px dotted #036750;
	border-left:4px solid #036750;
	padding:3px 0 3px 10px;
	color:#036750;
	width:360px;
	margin:0 10px 10px 0;
}

.access h3.ttl2{
	border-top:none;
	border-bottom:1px dotted #036750;
	border-left:4px solid #036750;
	padding:3px 0 3px 10px;
	color:#036750;
	width:750px;
	clear:left;
	float:none;
}

.access ul { padding:0 0 5px 0px; margin:0;}


#contentbox_page p { padding:0 30px 0 10px; margin:7px 0;}
#contentbox_page ol,#contentbox_page ul{ margin:0 0 0 1.5em; line-height:1.6; padding:0 30px 0 10px;}
#contentbox_page li { margin:0 0 7px 0;}
#contentbox_page .inner_block { padding:15px; font-size:0.9em; border:1px dotted #ccc; margin:0 30px 0 10px;}

/*------------@privacy------------*/


/*------------@rule------------*/


.search_result ul {}
.search_result li { clear:left; border-bottom:1px solid #ccc; padding:5px 0; list-style:none; overflow:hidden;}
.search_result li img{ float:left; margin:0 15px 0 0;}

/*------------@torikumi------------*/


/*------------@resident------------*/

#link_archive { clear:left; width:650px; list-style:none; border:1px solid #036750; margin:30px 60px 0 10px; background-color:#E9F1E7;}
#link_archive li{ padding:5px 0;}
#link_archive h2 {
	border-bottom:1px solid #666;
	margin:0 0 4px 0;
	padding:4px 0 4px 6px;
	font-size:1.2em;
	font-weight:normal;
}

.resident h4 { margin:20px 30px 0 10px; height:auto; color:#036750; border-top:1px solid #ccc; padding:7px 0;}

/*------------@contact------------*/

.contact p{ margin:5px 0 10px 0;}
.contact form{ margin:5px 0 10px 20px;}

/*------------@link------------*/



#mycustomscroll {
width: 360px;
height: 385px;
overflow: auto;
position: absolute;
left:480px;
top:70px;
padding: 15px;
}

#mycustomscroll h3 { font-size:0; line-height:0; text-indent:-9999px; border:none; padding:0; margin:7px 0 14px 0;}
#contentbox_page #mycustomscroll p { margin:5px 0 5px 0; padding:0;}

#mycustomscroll h3.mds01{
	background:url(images/about_ttl01.gif) no-repeat;
	width:282px;
	height:54px;
}

#mycustomscroll h3.mds02{
	background:url(images/about_ttl02.gif) no-repeat;
	width:354px;
	height:54px;
}

#mycustomscroll h3.mds03{
	background:url(images/about_ttl03.gif) no-repeat;
	width:314px;
	height:54px;
}

#mycustomscroll h3.mds04{
	background:url(images/about_ttl04.gif) no-repeat;
	width:314px;
	height:24px;
}

#mycustomscroll h3.mds05{
	background:url(images/about_ttl05.gif) no-repeat;
	width:314px;
	height:24px;
}

#mycustomscroll h3.mds06{
	background:url(images/about_ttl06.gif) no-repeat;
	width:314px;
	height:24px;
}

#mycustomscroll em{
	position:absolute;
	left:250px;
	top:-20px;
}

/**fadein_fadeout*****************************************************************/

.rotator { position: relative; height: 524px; width: 880px; padding:0; background: #fff; }
.r1 { background:url(images/kaicho_before_bg.jpg) no-repeat 40px 20px; }
.r2 { background:url(images/kaicho_after_bg.jpg) no-repeat -10px -10px; }
.r1 .navigation { position:absolute; top: 230px; left: 480px;}
.r1 .navigation a { background:url(../img/t_template01_s.jpg) no-repeat;}
.navigation { position: absolute; text-indent:-9999px; font-size:0; line-height:0;}
.navigation a.none { display:none;}

.navigation a.title01 {
	background:url(images/kaicho_ttl.gif) no-repeat;
	width:291px;
	height:76px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
.navigation a.title01:hover { background-position:0 -76px;}

.r2 .navigation {
	position:absolute;
	top:10px;
	left:470px;
	width:410px;
	height:40px;
}
.r2 .navigation a,.r2 .navigation span{ float:left; display:block; height:17px; background:url(images/about_navi.gif) no-repeat;}
.r2 .navigation a.li01 { width:120px; background-position:0 0; width:95px;}
.r2 .navigation a.li02 { background-position:-95px 0; width:134px;}
.r2 .navigation a.li03 { background-position:-229px 0; width:175px;}
.r2 .navigation a.li04 { margin:5px 0 0 100px; clear:left; background:url(images/about_torikumi.gif) no-repeat; width:213px; height:21px;}
.r2 .navigation span.li01_on,.r2 .navigation a.li01:hover { width:95px; background-position:0 -17px;}
.r2 .navigation span.li02_on,.r2 .navigation a.li02:hover { width:134px; background-position:-95px -17px;}
.r2 .navigation span.li03_on,.r2 .navigation a.li03:hover { width:175px; background-position:-229px -17px;}
.r2 .navigation span.li04_on,.r2 .navigation a.li04:hover { margin:5px 0 0 100px; background:url(images/about_torikumi.gif) no-repeat; clear:left; width:213px; background-position:0 -21px; height:21px;}

/*----------@FloatClearing-----------*/

.clearfloat:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
	}
	
.clearfloat{
	display:inline-block;
	}

.clearfloat{
	display:block;
	}
	


/*----------@Footer-----------*/

#footer{
	background:#fff;
	border-top:1px solid #CAC8C2;
	position:absolute;
	left:0;
	bottom:0;
	padding:3px 10px;
	width:880px;
	height:24px;
	z-index:2;
}

#footer a,#footer a:visited{
	color:#333333;
	text-decoration:none;
	}

#footer a:hover{
	color:#5a5954;
	}

#footer a:active{
	text-decoration:underline;
	}
			
#footer img{
	vertical-align:middle;
	}

#translation_bar,#transl_sign {
 	float:left;
	}
#translation_bar img { margin-right:3px;}

.copyright{
	float:right;
	margin:3px 0 0 0;
	padding:0;
	width:262px;
	height:27px;
	text-indent:-9999px;
	background:url(images/copyright_bg.gif) no-repeat;
	font-size:0;
	line-height:0;
	}

#rss{
	width:200px;
	text-align:left;
}

#footer #sub{
	float:left;
	border-left:1px solid #333;
	width:380px;
	margin:3px 0 0 0;
}

#footer #sub li{
	border-right:1px solid #333;
	padding:0 7px;
	display:inline;
	font-size:0.8em;
}
*:first-child+html #footer #sub li{
	font-size:0.75em;
}

#footer #footer_in { float:right; width:490px; margin:0; padding:0;}
#footer #footer_in #searchform{ float:right; background:none; padding:0;
width:193px; margin:0 0 0 7px; padding:0; height:30px;}
#footer #footer_in #s {width:130px;}



/*contact form*/
#c_tenpo dl { margin-bottom:15px; overflow:hidden;}
#c_tenpo dt,#c_tenpo dd { margin:6px 0; padding:4px 0;}
#c_tenpo dt { float:left; width:200px; border-left:3px solid #333; padding-left:10px;}
#c_tenpo dd{ float:left;  width:380px;}
#c_tenpo .btn_submit_c {background-color:#65A420; padding:6px 10px; color:#fff; font-size:1.2em;}

