@charset "utf-8";
/* ==========================================================

title : メインスタイル

========================================================== */

@import url("common.css");
body { background: #eaeaea; }

/* リンクの設定 */
a:link { text-decoration:none; color:#4ba12f; }		/* 未クリックのリンク設定 */
a:visited {
	text-decoration:none;
	color:#005B00;
}		/* クリック済みのリンク設定 */
a:active { text-decoration:none; color:#e81515; }			/* クリックされた瞬間のリンク設定 */
a:hover { text-decoration:underline; color:#e81515; }				/* マウスが乗っている状態のリンク設定 */

/*画面サイズ指定*/

.w950px{
	width: 950px;
	margin: 0 auto;
}
.w740px{
	width: 740px;
	margin: 0 auto;
}
.w540px{
	width: 540px;
	margin: 0 auto;
}
.wfull{
	width: 98%;
	margin: 0 auto;
	max-width: 1600px;
	min-width: 800px;
}
* html .wfull { width: expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 1600? "1600px" : "auto");}
/*見出し1*/

h1
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 14px;
	display: block;
	padding: 3px;
	height: 14px;
}



/*コンテナ*/

#container{}
#container_smallhead {
	background: #FFF url(/images/bg01.gif) repeat-x left top;
	overflow: hidden;
}


#container_largehead {
	background: #FFF url(/images/bg012.gif) repeat-x left top;
	overflow: hidden;
}



/*上下3分割*/

#header
{
	padding: 0px;
	overflow: hidden;
	clear: both;
	float: none;
}




#homeimg {
	background: #cee1f0 url(/images/bg03.gif) repeat-x left bottom;
	padding: 0px 0px 15px;
	overflow: hidden;
}
#main
{
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
	float: none;
}
#footer
{
	padding: 0px;
	clear: both;
	float: none;
	background: #eaeaea url(/images/bg02.gif) repeat-x left top;
}
/*ナビバー*/


#header #navibar
{
	clear: both;
	float: none;
	height: 35px;
	overflow: hidden;

}
#header #navibar_dummy
{
	clear: both;
	float: none;
	height: 10px;

}
#header #navibar h3
{
	float: left;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#header #navibar ul
{
	float: left;

	height: 36px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#header #navibar li
{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 36px;
}


/*ホームページ*/
#homeimg #homeimg_contents{ overflow: hidden; }
#homeimg #homeimg_contents h2{
	margin:0 1000px 0 0;
	overflow: hidden;
	display: none;
	height: 10px;
	position: absolute;
}
#homeimg #homeimg_contents p{
	margin:0 1000px 0 0;
	overflow: hidden;
	display: none;
	height: 10px;
	position: absolute;
}



#footer #footer_contents{
	padding: 10px 0px;
}





/*左右分割　2分割*/
#main #two-column
{
	margin:0px;
	overflow: hidden;
	clear: both;
	float: none;
}








/*左右分割　2分割　右（コンテンツ）*/

#main #two-column #contents
{
	float: left;
	width: 690px;
	margin: 5px 0px 0px;
	padding: 0px;
}

/*左右分割　2分割　左（sidebar）*/
#main #two-column #sidebar
{
	float: right;
	width: 240px;
	margin: 0px 0px 10px;
	padding: 0px;
	overflow: hidden;
}
#main #two-column #sidebar hr
{
	width: 195px;
	padding: 0px;
	margin: auto;
}
/*子ページページナビ*/

#main #pagenavi
{
	padding: 3px;
	clear: both;
	float: none;
}
/*子ページ見出し*/
#main h2#page_h2
{
	margin: 10px 0px 10px;
	padding: 0px;
	height: 50px;
	display: block;
	background: url(/images/page_h2_bg.gif) repeat-x;
}
.w740px h2.page_h2,
.w540px h2.page_h2{ display: none; }
/*@import url("background.css");*/

/*ヘッダー中身*/

#header #header_logo
{
	padding: 5px 0px;
	width: 200px;
	margin: 0px;
	float: left;
	overflow: hidden;
	height: 70px;
}
#header #header_logo_small
{
	padding: 5px 0px 5px;
	width: 300px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
#header #header_right
{
	float: right;
	overflow: hidden;
	margin: 0px;
	width:auto;
}
#header_right #header_contact
{
	float: right;
	margin: 10px 0px 10px;
}
/*ナビMENU*/

#header #header_right #menu
{
	margin: 0px 0px 0px auto;
	padding: 0px 1px 0px 0px;
	list-style: url(none) none;
	display: block;
	background: url(/images/menu_bg.gif) no-repeat right top;
	clear: both;
	height: 15px;
	overflow: hidden;
	width: 320px;
}
#header #header_right #menu li
{
	margin: 0px;
	padding: 0px;
	clear: none;
	display: block;
	height: 15px;
	float: left;
}
/*メイン中身*/







/*左右分割　1分割*/
#main #one-column
{
	margin:0px;
	overflow: hidden;
}
/*左右分割　2分割　左　標準ボックス*/
.box01
{
	overflow: hidden;
	margin: 0px;
	padding: 10px 0px;
}
.box01 h3 
{
	font: bolder 13px/15px "MS Sans Serif";
	height: 35px;
	padding: 0px;
	margin: 0px;
	background: url(/images/contents_h3_bg.gif) repeat-x;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
}


.box01 h3 .text_h3
{
	font: bolder 13px/15px "A-OTF 新ゴ Pro B","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	padding: 11px 10px 9px 28px;
	margin: 0px;
	background: url(/images/contents_h3_text_bg.gif) no-repeat;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
	height: 15px;
}

.box01 .article { padding:3px; }
.box01 p
{
	padding: 3px;
	margin: 0px;
	line-height: 1.5em;
}
/*#contents .box01 ul
{
	padding: 0px 0px 0px 15px;
	margin: 0px;

}

#contents .box01 ul li
{
	padding: 3px;
	margin: 0px;

}*/




/*左右分割　2分割　右*/

/*サイドバー標準ボックス　*/

.box05
{
	margin: 0px auto;
	background: #FFF url(none);
	padding: 10px 0px;
	clear: both;
}
.box05 h3
{
	font-size: 12px;
	color: #FFF;
	margin: 5px auto;
	padding: 5px 0px;
	overflow: hidden;
	width: 195px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
/*サイドバー標準ボックス　*/
.box11
{
	margin: 5px 0px 10px;
	clear: both;
	float: none;
}
.box11 h3
{
	margin: 10px 0px 0px;
	padding: 0px;
}
.box11 h3.img_h
{
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.box11 .article
{
	padding: 5px;
	margin: 0px;
	clear: both;
	float: none;
	line-height: 140%;
	font-size: 11px;
}
.box11 .article .imgpic
{
	float: right;
	margin: 0px 3px 3px 3px;
	border: 1px solid #666;
	clear: both;
}
.box11 .article ul
{
	padding:0px 5px 0px 25px;
	margin:0px;
	list-style: circle;
}
.box11 .article ul li
{
	margin:8px 0px;
	line-height: 130%;
}
.box11 .article a
{
	text-decoration: none;
	color: #003;
}
.box11 .articlea:link
{
	text-decoration: none;
	color: #003;
}
.box11 .article a:visited { text-decoration: none; }
.box11 .article a:active
{
	text-decoration: none;
	color: #006;
}
.box11 .article a:hover
{
	text-decoration: underline;
	text-decoration: none;
	color: #F03;
}
.box11 h4
{
	font-size: 12px;
	padding: 5px 3px 3px 18px;
	margin:0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: url(../images/arrow02.gif) no-repeat 5px 8px;
	border-bottom: 1px dotted #006;
}

.box12
{
	margin: 5px 0px 15px;
	clear: both;
	float: none;
	background: url(/images/box12_bg_pattern.gif) repeat-y center top;
	padding: 0px;
	width: 240px;
	font-size: 11px;
	line-height: 140%;
}
.box12 h3
{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-style: none;
}


.box12 .article
{
	background: url(/images/box12_bg_article.gif) no-repeat center bottom;
	padding: 2px;
	border-style: none;
}












/*テーブル設定　標準設定　*/

.table01
{
	width:100%;
	border-style: none;
	border-width: 0px;
	font-size: 13px;
	margin: 0px;
}
.table01 tr { }
.table01 th
{
	font-size: 12px;
	padding: 5px 5px 5px 18px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: url(../images/arrow01.gif) no-repeat 5px 7px;
	border-bottom: 1px dotted #006;
}
.table01 td
{
	padding: 5px;
	border-bottom: 1px dotted #006;
}
.table01 th a, .table01 td a
{
	text-decoration: none;
	color: #009;
}
.table01 th a:hover, .table01 td a:hover
{
	text-decoration: underline;
	color: #c00;
}
.table01 td ul
{
	margin:0px;
	padding:0px 0px 0px 15px;
	list-style: square;
}
.table01 td ul li { margin:0px; }
/*----------ページの先頭へ戻る----------*/


#pagetop
{
	padding: 0px 0px 0px 20px;
	text-align: right;
	clear: both;
	background: #FFF;
}
/*----------フッター中身----------*/
#footer_wallpaper
{
	overflow: hidden;
	top: auto;
	padding: 10px 0px 10px;
}
#footer_contact
{
	padding: 10px;
	background: #d1e0ff url(/images/footer_contact_bg.gif) repeat-x;
	border-bottom: 1px dotted #666;

}
#footer #footer_logo{
	width: 150px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}
#footer #footer_logo #license{
	padding: 3px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7F7F7F;
}
#footer #footer_navi
{
	font-size: 12px;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	clear: none;
	float: right;
	overflow: hidden;
	text-align: right;
}
#footer #footer_navi ul
{
	display: block;
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
	clear: both;
	float: none;
	overflow: hidden;
}
#footer #footer_navi ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer #credit
{
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 3px;
	clear: both;
	float: none;
	height: 30px;
}
#footer #credit a, 
#footer #credit a:link,
#footer #credit a:visited
{
	text-decoration: none;
}
#footer #credit a:hover
{
	text-decoration: underline;
	text-decoration: none;
	color: #F03;}
#footer #subsitemenu
{
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 10px;
	background: #EAEAEA url(none) repeat-x;
	border-bottom: 1px dotted #666;
}
#footer #subsitemenu dl a, 
#footer #subsitemenu dl a:link, 
#footer #subsitemenu dl a:visited
{
	text-decoration: none;
	color: #003;
}
#footer #subsitemenu dl a:hover
{
	text-decoration: underline;
	text-decoration: none;
	color: #F03;
}
#footer #subsitemenu dl
{
	margin: 0px;
	padding: 0px;
}
#footer #subsitemenu dl dt
{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: none;
}
#footer #subsitemenu dl dd
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*---------トップページ---------*/

/*NEWS*/

#news_box { margin-top: 5px; }
#news_box_pattern { background: #ebebeb url(/images/news_box_bg_pattern.gif) repeat-y; }
#news_box h3
{
	margin: 0px;
	padding: 0px;
}
#news_box #news {
	background: url(/images/news_box_bg_article.gif) no-repeat center bottom;
	padding: 5px;
	overflow: hidden;
}
#news_box #news_scr{
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 160px;
	margin-right: 4px;	
}
#news_box #bn_btn{
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
}
#news_box #news table, 
#news_box #news_bn table {
	margin: 5px auto;
}
#news_box #news tr { }
#news_box #news th {
	background: url(/images/arrow01.gif) no-repeat 5px center;
	text-align: left;
	padding: 2px 3px 2px 20px;
	border-bottom: 1px dotted #EBEBEB;
	font: 11px/110% Verdana, Geneva, sans-serif;
}
#news_box #news td {
	padding: 3px 10px;
	border-bottom: 1px dotted #EBEBEB;
}
#news_box #news td .article { line-height: 120%; }
#news_box #news td a:hover { }

#news_box #news td br,
#news_box #news td .news_img,
#news_box #news td .bn_display { display: none; }

#news_box #news td #newsdetail { float: right; }


/*バックナンバーページ*/

#news_box #news_bn #news_bn_table {
	float: left;
	width: 540px;
}

#news_box #news_bn tbody { margin: 10px 0px 10px; }
#news_box #news_bn th
{
	font-size: 13px;
	padding: 3px 5px 3px 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background: url(/images/arrow01.gif) no-repeat 3px 8px;
}

#news_box #news_bn th a:hover
{
	text-decoration: none;
	color: #009;
	cursor: default;
}
#news_box #news_bn td
{
	font-size: 13px;
	text-align: left;
	padding: 0px;
}
#news_box #news_bn td .date
{
	font-size: 12px;
	text-align: right;
	padding: 3px 5px 0px;
}
#news_box #news_bn td .article
{
	font-size: 13px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	line-height: 120%;
	overflow: hidden;
}

#news_box #news_bn td .article .news_img
{
	border: medium solid #D6D6D6;
	margin: 0px 10px 10px;
}

/*バックナンバーリスト*/
#news_bn_list_box { }
#news_bn_list_box_pattern {
	background: #ebebeb url(/images/news_box_bg_pattern.gif) repeat-y;
	overflow: hidden;
}
#news_bn_list_box h3
{
	margin: 0px;
	padding: 0px;
}
#news_bn_list_box #news_bn_list {
	background: url(/images/news_box_bg_article.gif) no-repeat center bottom;
	padding: 5px 5px 10px 5px;
	overflow: hidden;
}





#news_bn_list_box #news_bn_list ul{
	display: block;
	padding: 5px 10px;
	list-style: none;
	margin: 0px;
}
#news_bn_list_box #news_bn_list ul li{
	display: block;
	background: url(/images/arrow01.gif) no-repeat 5px center;
	padding: 3px 5px 3px 20px;
	margin: 0px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 12px;
}




/*おすすめ物件*/


#pickup_box {
	background: url(/images/pickup_box_bg_pattern.gif) repeat-y;
	clear: both;
	margin-top: 20px;
}
#pickup_box_top {
	background: url(/images/pickup_box_bg_top.gif) no-repeat left top;
	clear: both;
}
#pickup_box_article {
	background: url(/images/pickup_box_bg_article.gif) no-repeat left bottom;
	clear: both;
	padding: 20px;
}
#pickup_box h3
{
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	display: block;
}
#pickup_box .pickup{
	margin: 0px 0px 0px;
	clear: both;
	overflow: hidden;
	float: none;
}
#pickup_box #chintai
{
	overflow: hidden;
	padding: 0px 0px 10px;
}
#pickup_box #baibai
{
	overflow: hidden;
	padding: 0px 0px 0px;
}
/*おすすめ物件　個々*/

#pickup_box .pickup_item
{
	width: 215px;
	margin: 0px auto 5px;
	clear: none;
	float: left;
	overflow: hidden;
	padding: 0px;
	font-size: 12px;
	line-height: 13px;
}
#pickup_box .pickup_item .pickup_item_top
{
	padding: 10px 0px 0px;
	overflow: hidden;
}

#pickup_box #chintai .pickup_item .pickup_item_top{ background: url(/images/pickup_item_bg_01-c.gif) no-repeat center top; }
#pickup_box #baibai .pickup_item .pickup_item_top{ background: url(/images/pickup_item_bg_01-b.gif) no-repeat center top; }

#pickup_box .pickup_item .pickup_item_pattern { background: url(/images/pickup_item_bg_02.gif) repeat-y center top; }
#pickup_box .pickup_item .pickup_item_article
{
	margin: 0px auto;
	padding: 0px 7px 5px 8px;
	overflow: hidden;
	background: url(/images/pickup_item_bg_03.gif) no-repeat center bottom;
}

#pickup_box .pickup_item .pickup_item_article .pickup_item_pic
{
	float: left;
	margin: 5px 3px 3px 0px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 60px;
	width: 80px;
}
#pickup_box .pickup_item .pickup_line
{
	padding:5px 8px 0px;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
#pickup_box .pickup_item .newmark
{
	float: right;
	margin: 0px 8px 5px 5px;
}
#pickup_box .pickup_item .addr
{
	padding:0px 10px 0px 10px;
	display: block;
	min-height:28px;
}

#pickup_box .pickup_item .type
{
	padding: 2px 0px 0px 3px;
	margin: 0px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
#pickup_box .pickup_item .floor
{
	padding: 3px 0px 0px 3px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#pickup_box .pickup_item .price
{
	padding: 3px 2px 0px;
	margin: 0px 0px 0px auto;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-align: right;
	display: block;
}
#pickup_box #chintai .pickup_item .type,
#pickup_box #chintai .pickup_item .floor
{color:#004eff;}
#pickup_box #chintai .price{color:#00ccff;}
#pickup_box #baibai .pickup_item .type,
#pickup_box #baibai .pickup_item .floor
{color:#ff00a8;}

#pickup_box #baibai .price{color:#ff3333;}





#pickup_box .pickup_item .comment
{
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0px;
}
#pickup_box .pickup_item .newbuild
{
	margin: 2px 0px 0px;
	height: 13px;
	float: right;
}
#pickup_box .pickup_item .detail_btn
{
	overflow: hidden;
	float: right;
	margin: auto 3px 3px 3px;
}




/*---------個人情報の取扱について---------*/

#privacy_box { }
#privacy { }
#privacy ol
{
	padding: 0px 0px 0px 20px;
	margin: 5px;
}
#privacy ol li { margin-bottom: 10px; }
#privacy ol li ul
{
	padding: 0px 0px 0px 25px;
	list-style: square;
}
#privacy ol li ul li { margin-bottom: 5px; }
#privacy #privacycontact
{
	border: 1px solid #999;
	padding: 10px;
	background: #eee;
}
#privacy #privacycontact dl
{
	margin: 5px;
	padding: 0px;
}
#privacy #privacycontact dl dd
{
	padding: 0px;
	margin: 0px;
}
/*---------リアルエステートユーザーリング---------*/


#resring table
{
	width:100%;
	border-style: none;
	border-width: 0px;
	font-size: 13px;
	margin: 0px;
}
#resring table tr { }
#resring table th
{
	font-size: 12px;
	padding: 5px 5px 5px 18px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: url(../images/arrow01.gif) no-repeat 5px 7px;
	border-bottom: 1px dotted #006;
}
#resring table td
{
	padding: 5px;
	border-bottom: 1px dotted #006;
}
#resring table th a, #resring table td a
{
	text-decoration: none;
	color: #009;
}
#resring table th a:hover, #resring table td a:hover
{
	text-decoration: underline;
	color: #c00;
}
/*---------グーグルマップ用ページ---------*/
v\:* { behavior:url(#default#VML); }
#accessmap {
	background: url((URL));
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#accessmap #gmap
{
	z-index: 1;
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	font-size: 13px;
	font-style: normal;
	color: #333333;
}
#accessmap #gmap #map
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
}
#accessmap .marker_data_html
{
	font-size: 12px;
	margin: 0px;
	width: auto;
}
#accessmap .marker_data_html .pic
{
	margin:0px 10px 0px 0px;
	float:left;
	border: 1px solid #666;
}
/*お問い合わせフォーム･管理依頼フォーム*/
#c_owner_box #contactForm, #contact_box #contactForm { }
#c_owner_box #contactForm .required, #contact_box #contactForm .required
{
	font-size: 10px;
	color: #C00;
}
#c_owner_box #contactForm input.error, #c_owner_box #contactForm textarea.error, #contact_box #contactForm input.error, #contact_box #contactForm textarea.error
{
	background: #edffd6;
	border: 1px solid #4da22f;
}
#c_owner_box #contactForm label.error, #contact_box #contactForm label.error
{
	color:#C00;
	white-space:nowrap;
	display:inline;
}
#c_owner_box #contactForm textarea, #contact_box #contactForm textarea
{
	clear: both;
	float: none;
}
#c_owner_box #contactForm label, #contact_box #contactForm label
{
	display:block;
	padding:3px 5px;
}
#c_owner_box #contactForm label.flort_label
{
	display: block;
	white-space: nowrap;
	float: left;
}
#c_owner_box #contactForm #contact_comment_td label, #contact_box #contactForm #contact_comment_td label
{
	clear: both;
	float: none;
	padding:3px
}

#contact_box li{ margin-left: 30px; }

/*---------リンク集ページ---------*/
#link_box { }
#link_box .textlink
{
	margin: 10px 5px;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
	list-style: none;
}
#link_box .textlink li
{
	background: url(../images/arrow01.gif) no-repeat 10px center;
	display: block;
	float: left;
	padding:8px 5px 8px 20px;
	white-space: nowrap;
}
#link_box .bannerlink
{
	margin: 10px 5px;
	padding: 0px;
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
}
#link_box .bannerlink li
{
	display: block;
	white-space: nowrap;
	padding: 1px;
	margin: 0px;
	float: left;
}
#contact_box .contact_sub_box
{
	margin: 0px auto;
	width: 640px;
}
#blogidx iframe
{
	height: 80px;
	border-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
/*ブログインデックスページ*/
#blogidxpage
{
	background: #fafaff url(none);
	padding: 0px;
	margin: 0px;
}
#blogidxpage .blog_item
{
	border-bottom: 1px dotted #CCC;
	padding:3px 0px;
	width: auto;
}
#blogidxpage .blog_date
{
	padding:1px 0px 0px 10px;
	background: url(../images/arrow01.gif) no-repeat left 5px;
}
#blogidxpage .blog_title { padding:0px 0px 2px; }
/*バナーエリア*/

#banner_box ul
{
	margin:10px  0px 10px 0px;
	padding:0px;
	text-align: center;
	list-style: none;
}
#banner_box ul li
{
	margin:3px 0px;
	padding:0px;
}
#banner_box ul li img { border: 1px solid #999; }







/*サイトマップ*/

#sitemap_box { }
#sitemap_box #sitemap { margin: 0px 20px; }
#sitemap_box #sitemap dl { }
#sitemap_box #sitemap dl dt
{
	background: url(../images/arrow01.gif) no-repeat left center;
	padding: 5px 5px 5px 15px;
	margin: 0px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}
#sitemap_box #sitemap dl dd { }
#sitemap_box #sitemap dl dd ul { }
#sitemap_box #sitemap dl dd li { }
#sitemap_box #sitemap dl img { margin:0 2px 0 3px }
#search_box
{
	background: url(/images/search_box_bg02.gif) repeat-y left top;
	clear: both;
	float: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}
#search_box_top
{
	background: url(/images/search_box_bg01.gif) no-repeat left top;
	clear: both;
	float: none;
	margin: 0px;
	padding: 5px 0px 0px;
}
#search_box_article
{
	background: url(/images/search_box_bg03.gif) no-repeat left bottom;
	padding: 0px 5px 5px;
	clear: both;
	float: none;
}
#search_box h2
{
	margin: 0px;
	padding: 0px;
}
#search_box #search_btn
{
	margin: 0px;
	padding: 5px 5px 10px;
	list-style: none;
	display: block;
}
#pickup_search {
	overflow: hidden;
	clear: both;
	background: url(/images/pu_search_bg01.gif) no-repeat left top;
	margin: 10px auto;
	padding: 5px 0px 0px 0px;
}

#pickup_search_article {
	background: url(/images/pu_search_bg02.gif) no-repeat left bottom;
	padding: 0px 0px 5px;
	overflow: hidden;
	clear: both;
}


#pickup_search ul
{
	margin: 0px;
	padding: 0px 15px;
	display: block;
	width: auto;
	list-style: none;
}
#pickup_search ul li
{
	margin: 0px;
	overflow: hidden;
	display: block;
	float: left;
	width: 210px;
	padding: 5px;
	height: 60px;
}
#env_search
{
	font-size: 12px;
	height: 60px;
	width: 210px;
	background: url(/images/pus_env_search_bg.gif) no-repeat;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	visibility: visible;
}
#env_search h4
{
	display: block;
	width: 210px;
	margin: 0px 0px 0px -999999px;
	height: 20px;
	overflow: hidden;
	padding: 0px;
}
#env_search #env_search_form
{
	width: 180px;
	height: 20px;
	overflow: hidden;
	display: block;
	margin: 15px auto 0px;
	padding: 0px;
	position: static;
}
#env_search #env_search_form select
{
	width: 180px;
	height: 20px;
	overflow: hidden;
	margin: 0px auto;
}
/*モバイル版紹介*/
#mobile_box #mobile
{
	
	overflow: hidden;
}

#mobile_box #mobile p{
	font-size: 10px;
	line-height: 140%;
	padding: 0px;
	display: block;
	margin: 5px 10px 5px 10px;
}
#mobile_box #mobile #qrcode_box {
	background: url(/images/qrcode_bg.jpg) no-repeat center top;
	margin-top: -2px;
}
#mobile_box #mobile #qrcode_box #qrcode {
	margin: 5px 5px 5px 170px;
	clear: both;
}


/*豆知識*/
#mame_box{}
#c_owner_box .c_owner_article,
#mame_box .mame_article{
	clear: both;
	float: none;
	margin: 15px 25px;
	padding:0px;
	font-size: 12px;
	line-height: 18px;
}

#c_owner_box .article li,
#mame_box .article li{
	background: url(/images/arrow01.gif) no-repeat 7px center;
	text-align: left;
	padding: 2px 3px 2px 25px;
	border-bottom: 1px dotted #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
	list-style-type: none;
}

#c_owner_box .c_owner_article dl,
#mame_box .mame_article dl{	padding:0px;
	margin:0px;}
	
#c_owner_box .c_owner_article dt,
#mame_box .mame_article dt{
	display: block;
	margin:0px;
	background: url(/images/dt_bg.gif) no-repeat right top;
	width: 615px;
	padding: 0px;
}
#c_owner_box .c_owner_article dd,
#mame_box .mame_article dd{
	display: block;
	padding:5px;
	margin:0px 0px 15px;
	width: 615px;
}

#c_owner_box .c_owner_list,
#mame_box .mame_list{
	display: block;
	margin:6px 6px 6px 10px;
	font-weight: normal;
	color: #000000;
	width: 215px;
	font-size: 12px;
	float: left;
	height: 130px;
	line-height: 16px;
	border: 1px solid #818181;
}

#c_owner_box .c_owner_list ul,
#mame_box .mame_list ul{
	margin:10px 5px 5px;
	padding: 0px;
	display: block;
}

#c_owner_box .c_owner_list li,
#mame_box .mame_list li{
	margin:0px 0px 0px 5px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
	display: block;
}


#c_owner_box .c_owner_list h5,
#mame_box .mame_list h5{
	display: block;
	background: url(/images/contents_h5_bg.gif) no-repeat left bottom;
	font-weight: normal;
	color: #333333;
	width: 215px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-indent: 20px;
	line-height: 32px;
}

#c_owner_box .c_owner_list h6,
#mame_box .mame_list h6{
	display: block;
	background: #315fff;
	font-weight: bold;
	color: #FFF;
	width: 215px;
	font-size: 12px;
	padding: 5px 0px;
	margin: 0px;
	text-indent: 15px;
}

#c_owner_box .contact_sub_box
{
	margin: 0px auto;
	width: 640px;
}


#mame_box .mame_article table{width: 100%;
margin:0px;
padding:0px;border-collapse: collapse;}
#mame_box .mame_article table caption{
	padding:5px;
	margin:0px;
	background: #F90;
	text-align: left;
}
#mame_box .mame_article table th{
	padding:5px;
	margin:0px;
	background: #FC9;
	color: #600;
	border: 1px solid #FFF;
	font-weight: normal;
 }
#mame_box .mame_article table td{
	padding:5px 10px;
	margin:0px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}


#mame_box .mame_article .timeflow_tbl th.x{
	padding:5px;
	margin:0px;
	border: 1px solid #FFF;
	background: #A5DB5B;
	color: #FFF;
}
#mame_box .mame_article .timeflow_tbl th.y{
	padding:5px;
	margin:0px;
	background: #FFFFA2;
	color: #333333;
	width: 100px;
	font-weight: normal;
	border-top: 1px dotted #CCCCCC;
}
#mame_box .mame_article .timeflow_tbl td{

}

#mame_box .mame_article .timeflow_tbl .flow_td06{
	background: url(../images/flow_06.gif) repeat-y center center;
	text-align: center;
	vertical-align: middle;
	border:none;
	width: 80px;
}

#mame_box .mame_article .timeflow_tbl .flow_td05{
	background: url(../images/flow_05.gif) repeat-y center center;
	text-align: center;
	vertical-align: middle;
	border:none;
	width: 80px;
}
#mame_box .mame_article .timeflow_tbl .flow_td04{
	background: url(../images/flow_04.gif) repeat-y center center;
	text-align: center;
	vertical-align: middle;
	border:none;
	width: 80px; 
}
#mame_box .mame_article .timeflow_tbl .flow_td03{
	background: url(../images/flow_03.gif) repeat-y center center;
	text-align: center;
	vertical-align: middle;	border:none;
	width: 80px; 
}
#mame_box .mame_article .timeflow_tbl .flow_td02{
	background: url(../images/flow_02.gif) repeat-y center center;
	text-align: center;
	vertical-align: middle;	border:none;
	width: 80px;
}
#mame_box .mame_article .timeflow_tbl .flow_td01{background: url(../images/flow_01.gif) repeat-y center center;text-align: center;vertical-align: middle;border:none;width: 80px; }
#mame_box .mame_article .timeflow_tbl .flow_td00{
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	border:none;
	width: 80px;
	background: url(/images/flow_00.gif) repeat-y center center;
}


#mame_menu{}
#mame_menu dl{margin:5px}
#mame_menu dt{	margin: 5px 5px;
	padding: 3px 3px 3px 15px;
	background: url(../images/arrow02.gif) no-repeat 2px 8px;}
	
#mame_menu dd{	margin: 5px 5px 5px 20px ;
	padding: 3px 3px 3px 12px;
	background: url(../images/arrow01.gif) no-repeat 2px 8px;}


#mame_bottom_menu{
	text-align: center;
	padding: 10px;
}
#c_owner_box{ overflow: hidden; }

#c_owner_box .btn02{
	margin: 10px auto;
	text-align: center;width:600px;
}

#c_owner_box .btn02 img{margin: 10px auto;text-align: center;width:600px;}

#c_owner_box h4
{
	2font-size: 12px;
	clear: both;
	float: none;
	overflow: hidden;
	background: url(/images/contents_h4_bg.gif) no-repeat right bottom;
	display: block;
	color: #FFFFFF;
	margin: 10px 10px 5px;
	padding: 0px;
}


#c_owner_box h5
{
	font-size: 12px;
	margin: 5px;
	padding: 2px 2px 8px 10px;
	clear: both;
	float: none;
	overflow: hidden;
	background: url(/images/h4_bg.gif) repeat-x left bottom;
	line-height: 18px;
	display: block;
	color: #333333;
}



/*---------店舗案内ページ---------*/
/*店舗案内*/

#outline_box #outline #outline_table {
	float: left;
	width: 520px;
}

#aboutus_pic {
	margin: 0px;
	padding: 0px;
}
#aboutus_pic dl
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#aboutus_pic dl dt
{

	margin: 5px 0px 0px;
	padding: 0px 0px 0px 12px;
	background: url(../images/arrow02.gif) no-repeat 2px 5px;
}
#aboutus_pic dl dd
{
	margin: 0px;
	padding: 0px;
	background: #999;
	display: block;
	height: 170px;
	width: 227px;
	overflow: hidden;
	border: 1px solid #999;	/*clip: rect(50%, auto, 50%, auto);*/
}
#aboutus_pic dl dd img
{
	width:227px;
	overflow: hidden;
	left: auto;
	top: auto;
	border: 0px;
}


/*店舗案内*/
#map_box #map_frame { padding: 3px; }
#map_box #map_frame iframe
{
	margin: 0px auto;
	padding: 0px;
	height: 500px;
	width: 680px;
	border: 1px solid #999;
}


































/*--------------------------------------------------------------*/

#bsearch_box{
	clear: both;
	margin: 0px;
	padding: 0px;
	background: url(/images/main_btn_bg.gif) no-repeat;
	overflow: hidden;
	height: 240px;
}
#bsearch_box #bsearch_chintai{ padding-right: 21px; }
#bsearch_box #bsearch_baibai{ padding-right: 21px; }
#bsearch_box #bsearch_contact{}
#bsearch_box .bsearch{
	float:left;
	height: 230px;
	width: 200px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 12px;
}

#bsearch_box h3{
	margin: 0px;
	padding: 0px;
	clear: both;
}
#bsearch_box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#bsearch_box ul li{
	margin: 0px;
	padding: 0px;
	height: 55px;
	overflow: hidden;
	display: block;

	}
