/***** CSS　住宅講座・住宅めぐり開催中！！　******/


/* まとめ枠 */
#contents_house{
	text-align:center;
	line-height:150%;
	padding:0;
	background:url(../../../gas/house/image/title_bg.gif) repeat-x;
}

/* h1タイトル */

h1#title{
	display:block;
	width:580px;
	height:109px;
	text-indent:-9999px;
	background:url(../../../gas/house/image/title.gif) no-repeat;
	margin:0 auto;
}

/*テキストを隠す*/
.hidden {
	display:none;
	text-indent:-9999px;
}

/* テキスト用枠 */
.w570{
	width:800px;
	text-align:left;
	background:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* イベント案内 */

.house-lft{
	float:left;
	width:250px;
	margin-right:15px;
}

.house-rit{
	float:right;
	width:520px;
	padding-right:15px;
}


/* 位置指定 */
.f-rit{ float:right; }

/* マージン */
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mt20{ margin-top:20px; }
