@charset "utf-8";

/********************************/
/* 家を建てる時 TOPページ用CSS  */
/********************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/***** TOPページ用CSS *****/
/* TOPページヘッダー */
#top_head{
	background-image:url(../_images/top/top_headbg.jpg);
	width:800px;
	height:261px;
}
/* トップページヘッダーコピー */
#top_headcopy{
	padding:146px 18px 0px 18px;
	text-align:center;
	font-size:12px;
	color:#000000;
	float:left;
}
/* flash */
#flash{	height:100px; }


/* トップページコンテンツ基盤 */
#top_content_base{
	width:800px;
	padding-top:20px;
}
/* トップページコンテンツ左側 */
#top_content_l{
	float:left;
	width:560px;
	padding-left:20px;
}
#top_info_box{
	height:100%;
	margin-bottom:7px;
	background-image:url(../_images/top/top_info_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#top_what{
	float:left;
	width:322px;
	height:100%;
	background-color:#F0F0F0;
	margin-right:6px;
}
#top_panorama{
	float:left;
	width:232px;
	height:100%;
	background-color:#F0F0F0;
}

/* 情報BOX */
.box_p{
	padding:0px 5px;
}

/* what's基盤 */
#top_what_base{
	width:322px;
	padding-top:9px;
	padding-bottom:8px;
	background-color:#F0F0F0;
}
.top_what_td1, .top_what_td2, .top_what_td3, .top_what_td4{
	padding:0px;
	vertical-align:top;
}
.top_what_td1{
	text-align:center;
	width:25px;
}
.top_what_td2{
	text-align:center;
	width:70px;
	line-height:140%;
	padding-top:2px;
}
* html .top_what_td2{
	line-height:110%;
	padding-top:0px;
}
.top_what_td3{
	text-align:center;
	width:40px;
}
.top_what_td4{
	text-align:left;
	width:180px;
	line-height:140%;
	padding-top:2px;
}
* html .top_what_td4{
	line-height:110%;
	padding-top:0px;
}
/* what's一行 */
.top_what_line{
	width:302px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}
.top_what_line a{
	color:#000000;
	text-decoration:none;
}
.top_what_line a:hover{
	color:#000000;
	text-decoration:underline;
}
/* what'sリンク */
.whats_event{ color:#0000FF; }
.whats_event:hover{ color:#0000FF; text-decoration:underline; }
.whats_coupon{ color:#006600; }
.whats_coupon:hover{ color:#006600; text-decoration:underline; }
	

/* what's日付スタイル */
.top_what_line_dateblue{
	color:#0066CC;
}
/* パノラマ基盤 */
#top_panorama_base{
	width:232px;
	padding-top:9px;
	padding-bottom:8px;
	background-color:#F0F0F0;
	margin-bottom:7px;
}
.top_panorama_td1, .top_panorama_td2{
	padding:0px;
	vertical-align:top;
}
.top_panorama_td1{
	text-align:center;
	width:24px;
}
.top_panorama_td2{
	text-align:left;
	width:208px;
	line-height:140%;
	padding-top:2px;
}
* html .top_panorama_td2{
	line-height:110%;
	padding-top:0px;
}

/* パノラマ一行 */
.top_panorama_line{
	width:210px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
}
.top_panorama_line a{
	color:#000000;
	text-decoration:none;
}
.top_panorama_line a:hover{
	color:#000000;
	text-decoration:underline;
}
/* what's日付スタイル */
.top_panorama_line_dateblue{
	color:#0066CC;
}
/* 検索見出し */
#top_search_title{
	margin-bottom:7px;
}
/* 各検索フォーム基盤 */
.top_search_itembase{
	float:left;
	height:56px;
	background-image:url(../_images/top/top_search_select_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:8px;
}
/* 各検索フォームタイトル */
.top_search_itemtitle{
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:2px;
}
/* 各検索フォーム */
.top_search_itemform{
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
}
/* 各検索フォームの間の線 */
.top_search_line{
	float:left;
	width:17px;
	height:56px;
	margin-bottom:9px;
}
/* 検索ボタンベース */
#top_search_buttonbase{
	float:left;
	height:56px;
	margin-bottom:8px;
}
/* 検索ボタン */
#top_search_btn{
	padding-left:10px;
	padding-top:20px;
	float:left;
	width:73px;
	height:28px;
}
#top_search_btn a img{
	visibility:hidden;
}
#top_search_btn a{
    display:block;
    width:73px;
    height:28px;
	background-image:url(../_images/top/top_search_btn.jpg);
    background-position:0px 0px;
    background-repeat:no-repeat;
}
#top_search_btn a:hover{
    background-position:0px -28px;
}
/* 件数見出し */
#top_searchout_title{
	padding-top:5px;
	padding-bottom:9px;
}
/* 件数テーブルTDスタイル */
#top_table td{
	padding:2px;
}
/* 件数一行の間の点線 */
#top_table .top_searchout_line td{
	padding:0px;
	margin:0px;
}
/* TOPコンテンツ右側 */
#top_content_r{
	float:left;
	width:180px;
	padding-left:20px;
}
/* バナースペーサー1 */
.top_content_r_space{
	padding-bottom:2px;
}
/* バナースペーサー2 */
#top_content_r_space2{
	padding-bottom:20px;
}

#top_comapanylook_base{
	width:180px;
	padding-top:9px;
	padding-bottom:8px;
	background-color:#F0F0F0;
	margin-bottom:7px;
}
.top_comapanylook_td1, .top_comapanylook_td2{
	padding:0px;
	vertical-align:top;
}
.top_comapanylook_td1{
	text-align:center;
	width:25px;
}
.top_comapanylook_td2{
	text-align:left;
	width:151px;
	line-height:140%;
	padding-top:2px;
}
* html .top_comapanylook_td2{
	line-height:110%;
	padding-top:0px;
}
/* TOPページ[運営] */
#management{
	width:170px;
	padding:5px;
	margin:5px 0px 0px 0px;
	border:1px solid #333333;
}
#mana_text{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
