@charset "shift_jis";

/* ************************************************ 
	CSS目次
	1-1. 記述方法
	1-2. 注意点
	1-3. CSS読み込み
	1-4. 各ページcss読み込み
	
	2-1. 基本設定
	2-2. メインタイトル設定
	2-3. メインコンテンツ設定
	2-4. モデルハウス詳細設定
	2-5. フォトギャラリー設定
	
	3-1. その他
 * ************************************************ */

/*	1-1.記述方法
サイズ関係（width:**px; height:**px;等)
フォント関係（font-size:**px; line-height:**%; text-align:**;等
マージン（margin:**;等）
ボーダー（border:*px solid #******;等）
パディング（padding:**px;等）
バックグランド（background:url(*********);等)
その他（float:***; display:***;等)
*/

/*	1-2.注意点
ハックした場合必ず下記の記入欄に記述。

*/

/*	ハックした箇所

*/
/* ************************************************ 
 * 1-3 CSS読み込み
 * ************************************************ */
 /* default */
@import url("./default.css");
/* main_nav */
@import url("./main_nav_before.css");
/* header */
@import url("./header.css");
/* footer */
@import url("./footer.css");

/* ************************************************ 
 * 1-4 各ページcss読み込み
 * ************************************************ */
/* スタッフ紹介設定 */
@import url("./tenpo_staff.css");
/* イベント・キャンペーン設定 */
@import url("./tenpo_event.css");
/* 不動産情報設定 */
@import url("./tenpo_fudousan.css");
/* 地図・アクセス設定 */
@import url("./tenpo_map.css");
/* 店舗別実例設定 */
@import url("./tenpo_jitsurei.css");
/* 加盟法人案内設定 */
@import url("./tenpo_company.css");
/* 戸建詳細設定 */
@import url("./tenpo_kodate.css");
/* 土地詳細設定 */
@import url("./tenpo_tochi.css");

/* ************************************************ 
 * 2-1 基本設定
 * ************************************************ */
*#tenpo_contents_box {
	width:780px;
	text-align: left;
	padding: 5px 0;
}
*#tenpo_contents_box p.att {
	width:780px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}
hr {
	width:1px;
	height:2px;
	color:#fff;
	border:none;
	padding:9px 0px;
	clear:both;
}
hr.tenpo {
	height:2px;
	margin:0;
	padding:8px;
	clear: both;
}
*+html body hr.tenpo {
	display:none;
}
* html body hr.tenpo {
	display:none;
}
/* ************************************************ 
 * 2-2 メインタイトル設定
 * ************************************************ */
*#tenpo_contents_box #tenpo_name {
	width:760px;
	/* height:40px; */
	height:auto;
	text-align:left;
	background-color:#EDE6D2;
	border-bottom:1px dashed #800000;
	margin:0;
	padding:10px;
	position:relative;
	clear: both;
}
*#tenpo_contents_box h2.tenpo_name {
	font-weight:bold;
	color:#000000;
	font-size:150%;
	line-height: 215%;
	width: 740px;
	/* height:40px; */
	margin: 0;
	padding: 0 0 0 20px;
	background:url(/common/images/headline/pict_tenpo_main.gif) no-repeat left center;
}
*#tenpo_contents_box div.tenpo_shiryo_box {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
*#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name_btn {
	float:left;
	margin-right: 10px;
	padding: 8px 0;
}

*#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name {
	color:#000;
	font-size: 88%;
	}

/* Fx 3.0 */

*#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name , x:-moz-broken {
	float:right;
}


/* safari */	
html*#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* ie6 */	
* html #tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name {
	float:none;	
	}

/* ie7 */	
*:first-child+html #tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name {
	float:none;	
	}

*#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name span.tenpo_name_phn {
	color:#800000;
	font-family:Arial, Helvetica, sans-seri;
	font-size:160%;
	font-weight: bold;
	margin:0;
}


/* ************************************************ 
 * 2-3 メインコンテンツ設定
 * ************************************************ */

*#tenpo_contents_box #main_box {
	width: 780px;
	overflow: hidden;
}

*#tenpo_contents_box #main_box h4.ttl_modelhouse 
	{
	background:url(/common/images/headline/ttl_tenpo_main.jpg) no-repeat left center;
	border-bottom: 3px solid #800000;
	padding:10px 0 10px 160px;
	color:#000000;
	line-height: 110%;
	font-size: 130%;
	}

*#tenpo_contents_box #main_box #main_photo {
	margin: 30px 0 0 0;
	text-align: left;
	width: 780px;
	float: left;
	padding: 0;
}
*#tenpo_contents_box #main_box #main_photo div.photo_01 {
	float: left;
	margin-right: 30px;
	width: 360px;
	margin-left: 50px;
}
*#tenpo_contents_box #main_box #main_photo div.photo_02 {
	float: right;
	margin-right: 50px;
	width: 264px;
}
/*	ハックした箇所 */
* html body #tenpo_contents_box #main_box #main_photo div.photo_01 {
	margin-left: 20px;
}
* html body #tenpo_contents_box #main_box #main_photo div.photo_02 {
	margin-right: 20px;
}
/*	ハックした箇所 */
*#tenpo_contents_box #main_box #main_photo p.W350 {
	width:350px !important;
	border: 1px solid #eee;
	padding:4px;
}
*#tenpo_contents_box #main_box #main_photo p.W254 {
	margin: 0;
	width:254px !important;
	border: 1px solid #eee;
	text-align:center;
	padding:4px;
}
*#tenpo_contents_box #main_box #main_photo p.cap {
	line-height:150%;
	font-size: 92%;
	margin: 5px 0;
}

*#tenpo_contents_box #main_box div.main_col {
	margin:0 auto;
	clear: left;
	width: 619px;
	padding: 30px 0;
}
*#tenpo_contents_box #main_box div.main_col p.main_col_head {
	height:37px;
	width:619px;
	margin: 0;
	background:url(/common/images/headline/ttl_tenpo_about.gif) no-repeat left top;
	text-indent: -9999px;
}
*#tenpo_contents_box #main_box div.main_col p.main_col_txt {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background-color:#EDE6D2;
	font-size:92%;
	line-height: 150%;
}
*#tenpo_contents_box #main_box #for_contact {
	position:relative;
	clear: both;
	width:760px;
	height:70px;
	margin: 10px 0;
	padding:5px 10px 0 10px;
	background-color:#EDE6D2;
	text-align:center;
}
*#tenpo_contents_box #main_box #for_contact div.tenpo_shiryo_box2 h4.for_contact {
	font-weight:bold;
	text-align: center;
	padding: 0;
	line-height: 120%;
}
*#tenpo_contents_box #main_box #for_contact div.tenpo_shiryo_box2 {
	position: absolute;
	top: 5px;
	left: 26%;
}
*#tenpo_contents_box #main_box #for_contact div.tenpo_shiryo_box2 p.tenpo_name_btn {
	float:left;
	margin: 10px 10px 0 30px;
}
*#tenpo_contents_box #main_box #for_contact div.tenpo_shiryo_box2 p.tenpo_name {
	color:#000;
	font-size: 88%;
	text-align:left;
}
*#tenpo_contents_box #main_box #for_contact div.tenpo_shiryo_box2 p.tenpo_name_phn {
	color:#800000;
	font-family:Arial, Helvetica, sans-seri;
	font-size:180%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	text-align:left;
}
*#tenpo_contents_box .go_top {
	clear:both;
	font-size:80%;
	text-align:right;
	padding:10px 10px 0px 0px;
}
*#tenpo_contents_box .go_top a {
	line-height:2;
	padding:0px 0px 0px 15px;
	background:url(/common/images/base/icon_03.gif) no-repeat left center;
}
*#tenpo_contents_box p.info {
	color:#999;
	line-height:200%;
	margin:5px 0;
}
/* ************************************************ 
 * 	2-4 モデルハウス詳細設定
 * ************************************************ */
*#tenpo_contents_box #detail_box {
	width: 780px;
	margin: 0;
}
*#tenpo_contents_box #detail_box h4.ttl_modelhouse {
	height:22px;
	width:155px;
	margin: 0;
	background:url(/common/images/headline/ttl_tenpo_modelhouse.gif) no-repeat left center;
	text-indent: -9999px;
}
*#tenpo_contents_box #detail_box ul {
	list-style:none;
	width:714px;
	padding:0 33px;
	margin:10px 0;
}
*#tenpo_contents_box #detail_box li {
	float:left;
	width:215px;
	border:1px solid #eee;
	margin-right:30px;
}
*#tenpo_contents_box #detail_box li p{
	text-align:center;
	background:#F2F2F2;
	padding:3px;
	line-height: 1.7em;
	
}
*#tenpo_contents_box #detail_box li.last {
	margin:0;
}
*#tenpo_contents_box #detail_box div.detail_col {
	clear: left;
	margin:0;
	width: 780px;
	padding: 30px 0;
}
*#tenpo_contents_box #detail_box div.detail_col p.detail_col_head {
	width:770px;
	background:url(/common/images/headline/ttl_tenpo_modelhouse_02.gif) no-repeat left top;
	background-color:#EDE6D2;
	padding: 0 0 0 10px;
	line-height: 215%;
	font-size: 150%;
	font-weight: bold;
	height: 37px;
	margin:0;
}
*#tenpo_contents_box #detail_box div.detail_col p.detail_col_txt {
	margin: 0;
	padding: 5px 10px 20px 10px;
	background-color:#EDE6D2;
	font-size:92%;
	line-height: 150%;
}
*#tenpo_contents_box #detail_box div.detail_col p.detail_col_txt strong {
	line-height: 200%;
	font-size: 120%;
}
/* ************************************************ 
 * 	2-5 フォトギャラリー設定
 * ************************************************ */
*#tenpo_contents_box h4.photo {
	height:22px;
	width:140px;
	margin: 0;
	background:url(/common/images/headline/ttl_tenpo_photo.jpg) no-repeat left center;
	text-indent: -9999px;
}
*#tenpo_contents_box #photo_box {
	margin:10px 0pt;
	padding:0;
	text-align:left;
	width:780px;
	overflow: hidden;
}
* html body #tenpo_contents_box #photo_box {
	padding:0 0 0 10px ;
	width:770px;
}
*#tenpo_contents_box #photo_box h4.ttl_photo {
	background-color:#F9F7F1;
	margin:0 0 10px;
	width:760px;
	font-size: 125%;
	padding: 10px;
	clear: both;
}

*html body #tenpo_contents_box #photo_box h4.ttl_photo {
	margin-left:-10px;
}

*#tenpo_contents_box #photo_box h4.ttl_photo span {
	color:#800000;
}
*#tenpo_contents_box #photo_box div.photo_wrap {
	height:260px;
	padding:20px 0;
	margin:0;
	margin:0;
	width:780px;
	clear: both;
	vertical-align: middle;
}
*#tenpo_contents_box #photo_box ul {
	width:760px;
	margin: 10px 0 30px 0;
	background-color: #CCFF99;
	padding: 0 10px;
	list-style: none;
	vertical-align: middle;
}
*#tenpo_contents_box #photo_box ul li {
	border: 1px solid #003355;
	margin: 0 0 0.5em 0;
	text-align: center;
	padding:0 10px;
	width:230px;
	float: left;
	height: 250px;
	display: block;
}
*#tenpo_contents_box #photo_box p {
	width:200px;
	font-size: 86%;
	text-align: left;
}
/*=========================================================================thumbnail*/

.thumbnail {
	float:left;
	margin:0px 10px 10px;
	padding:0;
	width: 240px;
	text-align: center;
	overflow: hidden;
}


* html body .thumbnail {
	margin:0px 10px 10px 0px;
}

/*
.thumbnail_last {
	float:left;
	margin:0;
	padding:0;
	width: 240px;
	overflow: hidden;
}
.clearfix {
	padding: 0;
	width: 760px;
	overflow: hidden;
	margin: 0;
	float: left;
}
*/

*#tenpo_contents_box #photo_box p.clear {
	clear:both;
	margin:10px 0pt;
	padding:0pt 20px;
	text-align:left;
	width:760px;
}
.thumbnail .thumbnailImage, .thumbnail_last .thumbnailImage, #thumbnailArea .nextFrame .thumbnail-n .thumbnailImage {
	float: left;
	background-color:#FFFFFF;
	border:1px solid #ECE9D8;
	height:240px;
	margin-bottom: 10px;
	padding:0px;
	width: 240px;
}
.thumbnail .thumbnailImage td, .thumbnail_last .thumbnailImage td {
	overflow: hidden;
	width: 240px;
}
.thumbnail .thumbnailTxt, .thumbnail_last .thumbnailTxt, #thumbnailArea .nextFrame .thumbnail-n .thumbnailTxt {
	font-size:86%;
	padding:0pt 0 10px;
	width:240px;
	overflow: auto;
	text-align: left;
	margin: 0;
	clear: left;
}
/* ************************************************ 
 * 3-1 その他設定
 * ************************************************ */
*#tenpo_contents_box #privacy_policy h3.ttl_privacy {
	height:22px;
	width:270px;
	margin: 10px 0;
	background:url(/common/images/headline/ttl_privacy.gif) no-repeat 0 0;
	text-indent: -9999px;
}
