@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.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 10px 58px;/***0602修正追加分***/
	position:relative;
	clear: both;
}
/* clearfix
------------------------------------------------------------------------------*/
*#tenpo_contents_box #tenpo_name:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* clearfix ie
------------------------------------------------------------------------------*/
*#tenpo_contents_box #tenpo_name {
	/zoom:1;
}

*#tenpo_contents_box #tenpo_name 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 #tenpo_name div.tenpo_shiryo_box {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
/**#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name_btn {
	float:left;
	margin:-3px 10px 0 0;
	padding: 0 0;
	text-align:right;
}*/
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name_btn {
	float:right;
	margin:0 0 0 0;
	padding: 0 0;
	text-align:right;
}
/**#tenpo_contents_box div.tenpo_shiryo_box p.tenpo_name_btn_hplink {
	float:left;
	margin:-3px 10px 0 0;
	padding: 0 0;
	text-align:right;
}*/
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name_btn_hplink {
	float:right;
	margin:0 0 0 0;
	padding: 0 0;
	text-align:right;
}

*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.reconstruction {
	float:left;
	margin:0 0 0 0;
	padding:10px 12px 0 0;
	text-align:left;
}
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.reconstruction a img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.reconstruction a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name {
	clear:both;
	float:right;
	padding-top:7px;
	color:#000;
	font-size: 88%;
	}

/***0602修正追加分***/
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box span.reconstruction {
	padding-right:12px;
}
/***0602修正追加分***/


/* Fx 3.0 */
*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name , x:-moz-broken {
	float:right;
}

/* safari */
html*#tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* safari chrome */
body:first-of-type #tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* ie6 */	
* html #tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name {
	float:right;
	}

/* ie7 */	
*:first-child+html #tenpo_contents_box #tenpo_name div.tenpo_shiryo_box p.tenpo_name {
	float:right;
	}

*#tenpo_contents_box #tenpo_name 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 0 0 15px;
}


/* data用 */

/* Fx 3.0 */
*#tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name , x:-moz-broken {
	float:right;
}

/* safari */
html*#tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* safari chrome */
body:first-of-type #tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* ie6 */	
* html #tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name {
	float:right;
	}

/* ie7 */	
*:first-child+html #tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name {
	float:right;
	}

*#tenpo_contents_box #for_contact div.tenpo_shiryo_box p.tenpo_name_btn_hplink {
	float:left;
	margin:-3px 10px 0 0;
	padding: 0 0;
	text-align:right;
}


*#tenpo_contents_box #for_contact 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 0 0 15px;
}


/* 下用 */
*#tenpo_contents_box #tenpo_name_bottom {
	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 #tenpo_name_bottom 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 #tenpo_name_bottom div.tenpo_shiryo_box {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name_btn {
	float:left;
	margin:-3px 10px 0 0;
	padding: 0 0;
	text-align:right;
}

*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name_btn_hplink {
	float:left;
	margin:-3px 10px 0 0;
	padding: 0 0;
	text-align:right;
}

*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.reconstruction {
	float:left;
	margin:0 0 0 0;
	padding:0px 12px 0 0;
	text-align:left;
}
*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.reconstruction a img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}
*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.reconstruction a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name {
	color:#000;
	font-size: 88%;
	}

/* Fx 3.0 */

*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name , x:-moz-broken {
	float:right;
}

/* safari */
html*#tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* safari chrome */
body:first-of-type #tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name {
	float:right;
}

/* ie6 */	
* html #tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name {
	float:none;	
	}

/* ie7 */	
*:first-child+html #tenpo_contents_box #tenpo_name_bottom div.tenpo_shiryo_box p.tenpo_name {
	float:none;	
	}

*#tenpo_contents_box #tenpo_name_bottom 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;
	margin-top:-10px;
}

*#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:780px;
	padding:0;
	margin-top:20px;
}
*#tenpo_contents_box #detail_box #M2F li {
	float:left;
	display:inline;
	background:url(/common/images/tenpo/madori_r2_c1.gif) no-repeat left top;
	width:294px;
	height:309px;
	padding-left:6px;
	padding-top:29px;
	margin-right:74px;
	margin-left:64px;
	display: inline;

}
*#tenpo_contents_box #detail_box #M2F li.last {
	background:url(/common/images/tenpo/madori_r2_c2.gif) no-repeat left top;
	width:294px;
	height:309px;
	padding-left:6px;
	padding-top:29px;
	margin:0;
}

*#tenpo_contents_box #detail_box #M3F li {
	float:left;
	display:inline;
	background:url(/common/images/tenpo/madori_r3_c1.gif) no-repeat left top;
	width:233px;
	height:259px;
	padding-top:29px;
	margin-left:34px;

}
*#tenpo_contents_box #detail_box #M3F li.mid {
	background:url(/common/images/tenpo/madori_r3_c2.gif) no-repeat left top;
	width:233px;
	height:259px;
	padding-top:29px;
	margin-left:12px;
}

*#tenpo_contents_box #detail_box #M3F li.last {
	background:url(/common/images/tenpo/madori_r3_c3.gif) no-repeat left top;
	width:233px;
	height:259px;
	padding-top:29px;
	margin-left:12px;
}

*#tenpo_contents_box #detail_box #M3F li.last div.cap{
	position:absolute;
	display:inline;
	text-align:center;
	font-size:90%;
	color:#555555;
	width:217px;
	margin-top:-26px; 
}

/*
	width:294px;
	height:338px;
	width:288px;
	height:309px;
	padding-left:6px;
	padding-top:29px;

*/
	
/*
*#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:100%;
	padding:0pt 0 10px;
	width:240px;
	overflow: auto;
	text-align: left;
	margin: 0;
	clear: left;
}

/* ************************************************ 
 * 	2-6 その他の建築実例設定
 * ************************************************ */
#tenpo_contents_box h4.other_exa {
	background:url("/common/images/headline/ttl_tenpo_othexa.jpg") no-repeat scroll left center transparent;
	height:22px;
	width:140px;
	margin:0;
	text-indent:-9999px;
}

#tenpo_contents_box #ot_exa_ichiran {
	border:1px solid #ECE9D8;
	width:740px;
	height:183px;
	padding:10px 10px 10px 10px;
	margin:10px;
	overflow:auto;
}

#tenpo_contents_box #ot_exa_ichiran_04 {
	border:1px solid #ECE9D8;
	width:740px;
	height:146px;
	padding:10px 10px 10px 10px;
	margin:10px;
	overflow:auto;
}

#tenpo_contents_box #ot_exa_ichiran_03 {
	border:1px solid #ECE9D8;
	width:740px;
	height:109px;
	padding:10px 10px 10px 10px;
	margin:10px;
	overflow:auto;
}

#tenpo_contents_box #ot_exa_ichiran_02 {
	border:1px solid #ECE9D8;
	width:740px;
	height:72px;
	padding:10px 10px 10px 10px;
	margin:10px;
	overflow:auto;
}

#tenpo_contents_box #ot_exa_ichiran_01 {
	border:1px solid #ECE9D8;
	width:740px;
	height:36px;
	padding:10px 10px 10px 10px;
	margin:10px;
	overflow:auto;
}

/*	ハックした箇所 -IE8 */
html>/**/body #tenpo_contents_box #ot_exa_ichiran {
	height:178px\9;
}
/*	ハックした箇所 -IE7 */
*:first-child+html #tenpo_contents_box #ot_exa_ichiran {
	height:193px;
}
/*	ハックした箇所 -IE6 */
* html #tenpo_contents_box #ot_exa_ichiran {
	height:193px;
}

#tenpo_contents_box * #ot_exa{
	color:#777777;
	}
	
#tenpo_contents_box * #ot_exa a{
	text-decoration:none;
}
#tenpo_contents_box * #ot_exa a:hover{
	text-decoration:underline;
}
#tenpo_contents_box * #ot_exa ul.wrap {
	clear:both;
	padding:8px 0 8px 30px;
	background:url("/common/images/base/pict_arrow01.gif") no-repeat scroll 10px 13px transparent;
	background-color:#F9F7F1;
}
#tenpo_contents_box * #ot_exa ul.wrap_02 {
	clear:both;
	padding:8px 0 8px 30px;
	background:url("/common/images/base/pict_arrow01.gif") no-repeat scroll 10px 13px transparent;
	background-color:#FFFFFF;
}
#tenpo_contents_box * #ot_exa ul.wrap li,#tenpo_contents_box * #ot_exa ul.wrap_02 li {
	display:inline;
}
#tenpo_contents_box * #ot_exa ul.wrap li.catchcopy,#tenpo_contents_box * #ot_exa ul.wrap_02 li.catchcopy {
	font-weight:bold;
}
#tenpo_contents_box * #ot_exa ul.wrap li.linkbtn,#tenpo_contents_box * #ot_exa ul.wrap_02 li.linkbtn {
	vertical-align:text-top;
}
/*	ハックした箇所 -FF */
html>/**/body #tenpo_contents_box * #ot_exa ul.wrap li.linkbtn,html>/**/body #tenpo_contents_box * #ot_exa ul.wrap_02 li.linkbtn,x:-moz-any-link{
	vertical-align:bottom;
}
/*	ハックした箇所 -IE8 */
html>/**/body #tenpo_contents_box * #ot ul.wrap,html>/**/body #tenpo_contents_box * #ot_exa ul.wrap_02 {
	padding-bottom:2px\9;
}
/*	ハックした箇所 -IE8 */
html>/**/body #tenpo_contents_box * #ot_exa ul.wrap li.linkbtn,html>/**/body #tenpo_contents_box * #ot_exa ul.wrap_02 li.linkbtn {
	vertical-align:top\9;
}
/*	ハックした箇所 -IE7 */
*:first-child+html #tenpo_contents_box * #ot_exa ul.wrap li.linkbtn,*:first-child+html #tenpo_contents_box * #ot_exa ul.wrap_02 li.linkbtn {
	vertical-align:middle;
}
/*	ハックした箇所 -IE6 */
* html #tenpo_contents_box * #ot_exa ul.wrap li.linkbtn,* html #tenpo_contents_box * #ot_exa ul.wrap_02 li.linkbtn {
	vertical-align:middle;
}

/* ************************************************ 
 * 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;
}
