/* センター用リンク制御 */
/* a	 	{ text-decoration: underline; color: #808080; }
a:link		{ text-decoration: underline; color: #808080; }
a:hover		{ text-decoration: underline; color: #808080; }
a:vidsited	{ text-decoration: underline; color: #808080; }
a:active	{ text-decoration: underline; color: #808080; }*/

/* ---------------------------------- */
/* メインボディ定義(2段構成)          */
/* 横幅基準値 ***px                   */
/* ---------------------------------- */

.mainbody	{
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 779px;
		overflow: hidden;
		clear: both;
		display: block;
		background: #FFFFFF url(/mainbody/left_middle.jpg) repeat-y;
		}

.center		{
		width: 578px;
		text-align: left;
		float: right;
		}
/* 大タイトル */
.center h3	{
		margin: 0 0 15px;
		padding: 8px 8px 5px;
		line-height: 1.0;
		font-size: 13px;
		text-align: left;
		background-color: #EBE8CF;
		color: #663300;
		}
.center h4	{
		margin: 0 0 10px;
		padding: 0 4px;
		/*line-height: 32px;*/
		font-size: 14px;
		text-align: left;
		border-bottom: #663300 1px dotted;
		color: #663300;
		}
.center h4 a	{
		color: #663300;
		text-decoration: none;
		}
.center h4 a:hover	{
		color: #663300;
		text-decoration: underline;
		}

/* エントリー部分 */
.entry		{
		width: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.4;
		}

/* 調布お勧め店舗紹介（調布ブログ-タウン情報カテゴリ表示） */
.center .chofublog	{
		padding: 10px;
		background-color: #F8FAE2;
		}

/* 左サイドバー部分 */

.left		{
		/* 横幅基準値 200->181px */
		width: 181px;
		margin-right: 20px;
		text-align: left;
		float: none;
		}
.left_upper	{
		width: 181px;
		height: 0;
		margin-bottom: 0;
		font-size: 1px;
		line-height: 1.0;
		}
.left_bottom	{
		width: 181px;
		height: 0;
		margin-top: 0;
		font-size: 1px;
		line-height: 1.0;
		}

/* 左サイドバー・ボックス部分 */
.left_box 	{
		background: url(/mainbody/left_box_middle.jpg) repeat-y;
		width: auto;
		margin: 10px 0 0;
		padding: 0;
		text-align: left;
		font-size: 1px;
		line-height: 1.0;
		}
.left_box h4 	{
		height: 21px;
		line-height: 25px;
		margin: 0;
		padding: 0px 10px;
		font-size: 13px;
		background: url(/mainbody/left_box_title.jpg) no-repeat;
		color: #FFFFFF;
		}
.left_box .body	{
		margin: 5px 10px 2px;
		font-size: 12px;
		line-height: 1.3;
		}
.left_box_bottom	{
		width: 181px;
		height: 5px;
		background: url(/mainbody/left_box_bottom.jpg) no-repeat center bottom;
		}

/* What's new 追加設定 */
.whatsnew 	{
		background: url(/mainbody/left_box_whatsnew_middle.jpg) repeat-y;
		width: auto;
		margin: 0 0 5px;
		}
.whatsnew .left_box_top	{
		width: 180px;
		height: 19px;
		background: url(/mainbody/left_box_whatsnew_title.jpg) no-repeat center top;
		}
.whatsnew .left_box .body	{
		margin: 5px 10px 0;
		font-size: 12px;
		line-height: 1.4;
		}
.whatsnew .left_box_bottom	{
		width: 180px;
		height: 8px;
		background: url(/mainbody/left_box_whatsnew_bottom.jpg) no-repeat center bottom;
		}


/* ---------------------------------- */
/* 解説風リンク用定義                 */
/* ---------------------------------- */

.bottom_link	{
		width: auto;
		margin: 0px 0px 0px;
		padding: 0px;
		text-align: left;
		border: #0080FF 1px solid;
		}
.bottom_link h3	{
		margin: 0px;
		padding: 5px;
		font-size: 13px;
		line-height: 110%;
		color: #FFFFFF;
		background: #0080FF url(/mainbody/);
		}
.bottom_link h3 a{
		color: #FFFFFF;
		text-decoration: none;
		}
.bottom_link p	{
		margin: 10px;
		padding: 5px;
		font-size: 12px;
		line-height: 120%;
		}



/* ---------------------------------- */
/* テキストメニューバー定義(メイン)   */
/* ---------------------------------- */

.menuSide	{
		width: auto;
		margin: 0 0;
		padding: 0;
		bor
		}
.menuSide ul	{
		/* height: 35px; */
		margin: 0;
		padding: 0;
		overflow: hidden;
		list-style: none;
		/* width: 550px; */
		}
.menuSide li	{
		height: 30px;
		/*margin: 2px 0px 0px;*/
		margin: 0;
		display: block;
		line-height: 30px;
		}
.menuSide li a	{
		/*padding: 11px 0px 10px 25px;*/
		padding: 0 5px 0 25px;
		display: block;
		color: #000000;
		text-decoration: none;
		background: url(/mainbody/left_menu_no_choice.jpg) repeat-y left center;
		}
.menuSide li a:hover	{
		color: #000000;
		background: url(/mainbody/left_menu_choice.jpg) repeat-y left center;
		}
.menuSide li a:active	{
		color: #C0C0C0;
		}
.menuSide li strong	{
		/*padding: 11px 0px 10px 25px;*/
		padding: 0 5px 0 25px;
		display: block;
		color: #000000;
		text-decoration: none;
		background: url(/mainbody/left_menu_choice.jpg) repeat-y left center;
		}

/* サブメニュー（エントリ） */
.menuSideEntries	{
		width: auto;
		margin: 0px;
		padding: 3px 0px 5px;
		font-size: 12px;
		line-height: 100%;
		background: url(/mainbody/left_menusub_back.jpg) repeat-y;
		}
.menuSideEntries ul	{
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		list-style: none;
		}
.menuSideEntries li	{
		margin: 0px;
		display: block;
		}
.menuSideEntries li a	{
		padding: 4px 5px 4px 22px;
		display: block;
		color: #81A3CD;
		text-decoration: none;
		background: url(/mainbody/left_menusub.jpg) no-repeat left center;
		}
.menuSideEntries li a:hover	{
		color: #C0C0C0;
		}
.menuSideEntries li a:active	{
		color: #C0C0C0;
		}
.menuSideEntries li strong	{
		padding: 4px 5px 4px 22px;
		display: block;
		background: url(/mainbody/left_menusub.jpg) no-repeat left center;
		color: #3A72B2;
		text-decoration: underline;
		}

.roomdata td	{
		font-size: 12px;
		}
.roomdata th	{
		font-size: 12px;
		}