@charset "utf-8";

/********************/
/* houseページ用CSS */
/********************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/***** houseページ用CSS *****/

/* 住宅設計管理タイトル */
.house_title_space{
	margin-top:20px;
	margin-bottom:9px;
}
/* サブ見出し */
.house_title_sub{
	background-image:url(../_images/common/title_mark.jpg);
	background-position:0px 2px;
	background-repeat:no-repeat;
	height:19px;
	padding-top:0px;
	padding-left:30px;
	font-size:16px;;
	font-weight:bold;
	color:#996600;
}
/* テキストスタイル */
.house_text_style{
	line-height:160%;
	padding-top:6px;
	padding-bottom:6px;
}
/* tdスタイル１ */
#house_td_style1{
	width:310px;
	height:250px;
	vertical-align:bottom;
}
/* tdスタイル２ */
#house_td_style2{
	width:290px;
	height:250px;
	text-align:right;
	vertical-align:bottom;
}
