@charset "utf-8";


/* スタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* タグ共通 */

body{
	font-size:82%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color:#333;
	letter-spacing:0.1px;
	line-height:1.4;
	background:url(img/bg/background.jpg) no-repeat top center;
	}

strong {
	}

span {
	font-weight:bold;
	}

a {
	color:#333;
	}
a:visited{
	color:#333;
	}
a:hover{
	text-decoration:none;
	}

a img {
	cursor:pointer;
	}

/* common */

.clear {
	clear:both;
	width:100%;
	line-height:0;
	}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}

.mt10 {margin-top:10px;}

.tlCenter {text-align:center;}


/* コンテナ */

#container_wrapper {
	width:865px;
	margin:0 auto;
	}

#container {
	padding:0 4px;
	}

/* ヘッダー */

#header {
	position:relative;
	width:100%;
	height:162px;
	color:#fff;
	}


#header h1 {
	position:absolute;
	top:27px;
	left:85px;
	font-weight:bold;
	font-size:110%;
	}

#header h2 {
	position:absolute;
	top:69px;
	left:0px;
	font-weight:bold;
	}

#header p {
	position:absolute;
	top:0;
	right:-4px;
	}

/* main */



#main_wrapper {
	width:858px;
	margin:0 auto;
	padding-top:25px;
	background:url(img/bg/body_head.png) no-repeat;
	}



#main_inner {
	float:left;
	width:850px;
	padding:0 6px 0px 2px;
	background:url(img/bg/body_body.png) repeat-y;
	}


/* left_column */

#left_column {
	float:left;
	width:220px;
	margin-top:0px;
	padding:0 5px 0 10px;
	}

/* right_column */

#right_column {
	float:right;
	width:605px;
	padding:0 5px 0 5px;
	position:relative;


	}
#right_column h2 a {
	color:#FFFFFF;
	}
#right_column h2 a:visited{
	color:#FFFFFF;
	}
#right_column h2 a:hover{
	text-decoration:none;
	}


/* footer */

#footer_wrapper {
	clear:both;
	width:858px;
padding:0px;
	/*padding-top:29px;
	background:url(img/bg/body_bottom.png) no-repeat;*/
	}

#footer_wrapper img {
vertical-align:bottom;
}

#footer {
	font-size:85%;
	color:#fff;
	width:828px;
	height:40px;
	padding:15px 15px 0 15px;
	background:url(img/bg/footer_body.png) repeat-y;
	}

#footer p {
	float:left;
	width:130px;
	}

#footer p a {
	color:#fff;
	}

#footer address {
	
	}



/* side_bar */

#fun {
	width:206px;
	margin:0 auto 15px auto;
	padding-bottom:9px;
	background:url(img/side_bar/fun_bottom.gif) no-repeat bottom;
	}

#fun_inner {
	padding:10px;
	background:#FEFFE2;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}

#open {
	width:206px;
	margin:0 auto 15px auto;
	padding-bottom:9px;
	background:url(img/side_bar/open_bottom.gif) no-repeat bottom;
	}

#open_inner {
	padding:10px;
	background:#FAFFEB;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}

#member {
	width:206px;
	margin:0 auto 15px auto;
	padding-bottom:14px;
	background:url(img/side_bar/member_bottom.gif) no-repeat bottom;
	}

#member_inner {
	padding:10px;
	background:#F4FCFF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}


#ginza_info {
	width:206px;
	margin:0 auto 15px auto;
	padding-bottom:9px;
	background:url(img/side_bar/ginza_info_bottom.gif) no-repeat bottom;
	}

#ginza_info_inner {
	padding:10px;
	background:#fffbfa;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}

.parent_menu {
	margin-bottom:5px;
	padding-left:17px;
	background:url(img/marker/navi_marker_l.gif) no-repeat 0 2px;
	}

.small_menu {
	margin-left:15px;
	margin-bottom:5px;
	}
.small_menu li {
	padding-left:10px;
	background:url(img/marker/navi_marker_s.gif) no-repeat 0 6px;
	}


.text_form , .text_form_pass {
	text-align:center;
	margin-bottom:10px;
	font-size:90%;
	}

.text_form input {
	width:100px;
	height: 1.2em;
	text-align:left;
	margin:0;
	}

.text_form_pass input {
	width:100px;
	height: 1.2em;
	text-align:left;
	margin-left:4px;
	}
.login_btn {
	text-align:center;
	}

.text_form span {
	}


#left_column .bnr {
	text-align:center;
	margin-bottom:10px;
	}

/* flash */

#image_flash {
	margin-bottom:15px;
	}

/* info_block */

.info_block {
	width:596px;
	padding-bottom:10px;
	margin-bottom:15px;
	background:url(img/bg/info_bottom.gif) no-repeat bottom;
	}

.info_block_inner {
	background:#F7F7F7;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}

.info_block h3 {
	font-size:120%;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background:#668AB5;
	vertical-align:bottom;
	}

.info_block ul {
	width:573px;
	padding-left:10px;
	margin:10px auto 15px auto;
	padding-bottom:15px;
	background:url(img/bg/info_listbg.gif) no-repeat bottom;
	}



.info_block ul li {
	padding-left:18px;
	margin-bottom:3px;
	background:url(img/marker/content_marker.gif) no-repeat 0 2px;
	}

.info_block p {
	text-align:right;
	margin-right:10px;
	padding-bottom:5px;
	}

.info_block p span {
	background:url(img/marker/list_marker.gif) no-repeat 5px 6px #657688;
	padding:3px 5px 3px 23px;
	color:#fff;
	font-size:90%;
	}

.info_block p span a {
	color:#fff;
	}

.info_block p span a:visited {
	color:#fff;
	}



/* blog */


.post h2 {
	width:576px;
	font-size:120%;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background:#668AB5;
	vertical-align:bottom;
	}


.post .entry {
	width:564px;
	padding:15px;
	margin-bottom:15px;
	border:1px solid #CFCFCF;
	background:#F7F7F7;
	}


.back_link {
	width:120px;
	text-align:center;
	font-size:100%;
	padding:5px 5px 5px 5px;
	border:1px solid #ccc;
	color:#fff;
	margin:0px 0px 30px 0px;
	}




.post h3 {
	width:576px;
	font-size:120%;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background:#668AB5;
	vertical-align:bottom;
	}

.post h3 a {
	color:#fff;
	}

.post h3 a:visited {
	color:#fff;
	}


#shopBox {
	width:555px;
	margin:0px auto;
	padding:0px 0px;
}

#shopBox #table1 {
	width:100%;
	margin:0px 0px 23px 0px;
}

#shopBox #table1 td {
	padding:0px;
}

#shopBox #table1 #kana {
	font-size:0.8em;
	padding-bottom:3px;
}

#shopBox #table1 #shopName {
	font-size:1.4em;
	font-weight:bold;
	border-bottom:3px solid #658BB2;
	line-height:1em;
}


#shopBox #table1 #shopDetail {
	padding:5px 0px 0px 0px;
	font-size:1em;
}

#shopBox #table2 {
	width:100%;
	border-collapse:collapse;
}

#shopBox #table2 td {
	border:1px solid #7994BF;
	padding:5px;
}

#shopBox #table2 .leftTd {
	background-color:#D6E0EC;
	width:25%
}

#ginza_visia {
	width: 540px;
	margin: 12px 0px 20px 0px;
	padding: 10px;
	color: #333333;

}

#ginza_mm_visia {
	background-color: #CCDAEA;
	border: 1px solid #5284BD;
	width: 340px;
	margin: 12px 0px 20px 10px;
	padding: 10px;
	color: #333333;
}

.ginza_visia_img {
	float: left;
	display: inline;
	width: 190px;
}

#ginza_visia div p {
	margin: 0px;
	padding: 0px;
}

#days2009 {
	line-height: 1.4;
}

.days-img {
	width: 480px;
	float: left;
	padding: 40px 0px 30px 82px;
	margin: 30px 0px 30px 0px;
	background-color: #FFF7BD;
	border: 1px solid #FFEB59;
	display: inline;
	clear: both;
	background-image: url(http://ginza-ryouin.jp/img/days-bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

.days-img02 {
	width: 480px;
	float: left;
	padding: 40px 0px 30px 43px;
	margin: 15px 0px 10px 0px;
	display: inline;
	clear: both;
}

.clear-both {
	clear: both;
}

.days2009navi {
	background-color: #EDEDED;
	width: 541px;
	float: left;
	display: inline;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	line-height: 1.6;
}

.mein-themes {
	padding: 20px 0px 0px 0px;
}

.daystop {
	text-align: right;
	margin: 30px 0px;
	font-size: 80%;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.days-sc {
	width: 400px;
	margin: 15px 0px 25px 20px;
	float: left;
}

.kyousan {
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 532px;
	float: left;
	display: inline;
	padding: 14px;
	line-height: 1.6;
}
.day-color01{
	color: #004B8F;
}

.days-line {
	width: 550px;
	border-bottom: 1px #999999 dotted;
	padding: 10px 0px 40px 10px;
}

.txt_right {
	text-align: right;
	margin-right: 5px;
}

.map_box {
	width: 540px;
	float: left;
	margin: 0px auto;
	padding: 10px;
	display: inline;
	background-color: #EDEDED;
	border: 1px solid #D3D3D3;
}
.red {
	color: #FF0000;
}


#searchNum {
	color:#FF0000;
	font-size:2em;
	margin:0 0 15px 0;
}
.searchResultTbl {


}


.searchResultTbl table {
	width:95%;
	border-collapse:collapse;
	margin-bottom:3px;
	background-color:#F7F7F7;
}
.searchResultTbl td,th {
	padding:3px;
	border:1px solid #CFCFCF;
}

.searchResultTbl th {
	width:100px;
	background-color:#668ab5;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.searchResultTbl h4 {
	width:95%;
	display:block;
	margin:0 0 15px 0;
	font-size:1em;
	background-color:#FFFFFF;
	text-align:right;
}


#categoryComment {
	padding:10px 0;
	font-size:1.2em;
}

#categoryTable {
	border:none;
	margin:0 auto;
}

#categoryTable td {
	padding:10px;
	text-align:center;
}



#categoryList {
	width:540px;
	margin:0 0 10px 0;
}

#categoryList td{
	width:150px;
	height:80px;
	padding:8px;
	font-size:1.2em;
	border:1px solid #668ab5;
	border-left:7px solid #668ab5;
	margin:0 10px 5px 0;
}

#categoryList .styleDel {
	border-left:none;
	border-right:none;
	height:5px;
	padding:0px;
}

#categoryList .styleDel2 {
	border:none;
	height:5px;
	padding:0px;
	width:5px;
}


.areaListFalse {
	display:none;
}

.areaListTrue {
	display:block;
}


.areaListFalse ul {
	width:540px;
}

.areaListFalse li {
	font-size:0.8em;
	width:150px;
	float:left;
	display:block;
	text-align:center;
	border:1px solid #668ab5;
	border-left:7px solid #668ab5;
	padding:5px;
	margin:0 3px 3px 0;
}

#areaBtn {
	margin:0 0 20px 0;
	cursor:pointer;

}

#gallery {
	font-weight:normal;
}

#gallery2 {
	font-weight:normal;
}

.archive_menu {
	padding:7px;

	text-align:center;

	margin:0 0 10px 0;
}

.navigation {
	margin-top:30px;
}


.seaTbl {
	margin:20px auto;
}

.seaTbl td {
	padding:10px;
}

.syoukai_list {
	margin:0 0 20px 10px;
	padding:0;
}
.syoukai_list li {
	text-indent:-0.5em;
	margin-left:0.5em;
}

.shop_name {
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
	color:#ff836d;
}
.shop_name a {
	color:#ff836d;
}

.shop_image {
	margin-bottom:5px;
	width:260px;
}
.shop_text {
	clear:none;
	float:left;
	width:200px;
	background:#eee;
}

.separate {
	border: #ccc 1px dotted;
	margin-bottom:20px;
}






/* 9days2011report */


#ninedays2011 .text1 {
	float:left;
	width:400px;
	margin-bottom:30px;
	clear:none;
}
#ninedays2011 .image1 {
	float:right;
	width:150px;
	margin-bottom:30px;
	clear:none;
}

#ninedays2011 .text2 {
	clear:none;
	float:left;
	width:280px;
	margin-bottom:30px;
}
#ninedays2011 .image2 {
	clear:both;
	float:left;
	width:280px;
	margin-bottom:30px;
}

#ninedays2011 .text3 {
	clear:none;
	float:right;
	margin-right:15px;
	width:265px;
	margin-bottom:30px;
}
#ninedays2011 .image3 {
	clear:both;
	float:right;
	width:280px;
	margin-bottom:30px;
}

#ninedays2011 .text4 {
	clear:none;
	float:left;
	width:280px;
	margin-bottom:30px;
}
#ninedays2011 .image4 {
	clear:both;
	float:left;
	width:280px;
	margin-bottom:30px;
}

#ninedays2011 .text5 {
	clear:none;
	float:right;
	margin-right:15px;
	width:265px;
	margin-bottom:30px;
}
#ninedays2011 .image5 {
	clear:both;
	float:right;
	width:280px;
	margin-bottom:30px;
}

#ninedays2011 .text6 {
	clear:none;
	float:left;
	width:280px;
	margin-bottom:30px;
}
#ninedays2011 .image6 {
	clear:both;
	float:left;
	width:280px;
	margin-bottom:30px;
}

#ninedays2011 .text7 {
	clear:none;
	float:left;
	margin-right:15px;
	width:165px;
	margin-bottom:30px;
}
#ninedays2011 .image7 {
	clear:both;
	float:right;
	width:380px;
	margin-bottom:30px;
}
