@charset "utf-8";

/*--背景設定--------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	}

#contents{}
#contents_bg{}
	
#left{
	display:none;
	}
	
#right{
	width:580px;
	float:left;
	margin:0;
	padding:0 0 20px 0;
	}
	
a img{
	border:0px;
	}
	
	
/*--左ナビ--------------------------------------------------------------------------*/
#navi{}
#navi .aria{}


/*--ヘッダー--------------------------------------------------------------------------*/
#header{
	display:none;
	}
#header .navi{}
#header .navi img{}

/*--コンテンツエリア--------------------------------------------------------------------------*/
#main_contents{
	width:562px;
	margin:0 10px 0 8px;
	clear:both;
	}

/*--ページタイトル--*/	
#p_title{
	margin:27px 0 20px 0;
	text-align:right;
	}
#p_title h1{
	margin:0;
	padding:0;
	font-weight:normal;
	}

/*--サブタイトル--*/	
#subtitle{
	margin:0 0 20px 0;
	text-align:left;
	}
#subtitle h2{
	margin:0;
	padding:0;
	font-weight:normal;
	}
	
#main_contents .td_bg{
	background:url(http://treasure-house.jp/new_building/imgaes/bg_td.gif) no-repeat top left;
	width:273px;
	height:180px;
	vertical-align:middle;
	text-align:center;
	padding:15px 0;
	}
#main_contents h3{
	background:url(http://treasure-house.jp/new_building/imgaes/h3_icon.gif) no-repeat left center;
	font-size:12px;
	color:#e75d00;
	margin:5px 0;
	padding:0 0 0 15px;
	}
#main_contents .txt{
	background:#e1dbce;
	font-size:12px;
	color:#000000;
	padding:5px;
	vertical-align:top;
	}
#main_contents .cate{
	width:275px;
	margin:0 0 14px 0;
	}
#main_contents .cate_title{
	background:url(http://treasure-house.jp/new_building/imgaes/bg_cate_title.gif) no-repeat left top;
	padding:0 5px;
	height:27px;
	line-height:27px;
	font-size:12px;
	color:#ac6d43;
	}
#main_contents .cate_txt{
	background:url(http://treasure-house.jp/new_building/imgaes/bg_cate_txt.gif) repeat-y left top;
	font-size:12px;
	padding:5px 5px 0 5px;
	color:#969696;
	}

/*--フッター--------------------------------------------------------------------------*/
#footer{
	display:none;
	}
#footer img{}   