/*---------------------------------------------
0-0_デフォルトスタイルのリセット
---------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,caption,th,td,img,form {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:left;
	list-style-type:none;
}

textarea {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
	
}

body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-break: 1.4em;
	background-color: #E7E7D4;  /* 変更する際はwrap_bg.gifの背景色もあわせて変更する */
}

a { color:#333; overflow: hidden; }
a:link, a:visited { color:; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
.small{ font-size:90%; line-height:1.5em;}

#wrap {
	width: 940px;
	padding: 0 5px;
	margin: 0 auto;
	background: url(wrap_bg.png) repeat-y;
}



/*---------------------------------------------
1-1_ヘッダーコンテンツ
---------------------------------------------*/
#header {
	width: 940px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.project_header {
	width: 920px;
	padding: 20px 10px 10px 10px;
	font-size: 80%;
	color: #ffffff;
	background-color: #ff6400;
}

.project_header_chintai {
	width: 920px;
	padding: 20px 10px 10px 10px;
	font-size: 80%;
	color: #ffffff;
	background-color: #0064ff;
}

.project_title {
	width: 670px;
	padding: 10px;
	float: left;
}

.project_title table tr td {
	color:#787878;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}

.logomark {
	width: 230px;
	padding: 10px;
	text-indent: -9999px;
	float: left;
}

.logomark a {
	display: block;
	width: 230px;
	height: 60px;
	background: url(logo.png) no-repeat;
}

/*---------------------------------------------
1-2_グローバルナビゲーション
---------------------------------------------*/

ul#global_navi {
	width: 918px;
	height: 37px;
	margin: 0 auto;
}

ul#global_navi li {
	float: left;
}

ul#global_navi li a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -9999px;
}

ul#global_navi li a.global_home { background-image:url(global_bg.gif);background-position: 0px 0px;}
ul#global_navi li a:hover.global_home { background-position: 0px 37px;}
ul#global_navi li a.global_location { background-image:url(global_bg.gif);background-position: -153px 0px;}
ul#global_navi li a:hover.global_location { background-position: -153px 37px;}
ul#global_navi li a.global_map{ background-image:url(global_bg.gif);background-position: -306px 0px;}
ul#global_navi li a:hover.global_map { background-position: -306px 37px;}
ul#global_navi li a.global_gaiyou { background-image:url(global_bg.gif);background-position: -459px 0px;}
ul#global_navi li a:hover.global_gaiyou { background-position: -459px 37px;}
ul#global_navi li a.global_osusume{ background-image:url(global_bg.gif);background-position: -612px 0px;}
ul#global_navi li a:hover.global_osusume { background-position: -612px 37px;}
ul#global_navi li a.global_top{ background-image:url(global_bg.gif);background-position: -765px 0px;}
ul#global_navi li a:hover.global_top { background-position: -765px 37px;}

/*---------------------------------------------
2-1_メインコンテンツ
---------------------------------------------*/

#contents {
	width: 920px;
	padding: 10px;
	background-color: #FFFFFF;
}

div.page_title {
	width: 895px;
	height: 33px;
	background: url(page_title_bg.png) 0 0;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
	color: #444444;
}


/*---------------------------------------------
2-2_インフォメーション
---------------------------------------------*/

#info {
	width: 920px;
	height: 35px;
	padding: 10px;
}

#info_print {
	width: 392px;
	height: 35px;
	float: left;
}

#info_print img {
	margin-right: 3px;
}

ul#info_link {
	width: 528px;
	height: 35px;
	float: left;
}

ul#info_link li {
	margin-left: 2px;
	float: left;
}

ul#info_link li a {
	display: block;
	width: 110px;
	height: 23px;
	padding: 12px 0 0 20px;
	background: url(info_link.gif) no-repeat;
}

ul#info_link li a:hover {
	background-position: 0 -35px;
	color: #444444;
}

/*---------------------------------------------
2-3_会社コメントなど
---------------------------------------------*/

#company {
	width: 920px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
	border-top: 1px solid #cccccc;
}

#company_contact {
	width: 300px;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	float: left;
}

.company_name {
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	color:#1C3A5A;
}

#tel_text {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}

.tel {
	width: 260px;
	height: 40px;
	font-family: verdana;
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	padding-left: 40px;
	line-height: 40px;
	overflow: hidden;
	background: url(tel_img.png) 0 0 no-repeat; /* フリーダイヤルは 0 -40px */
}

.company_address {
	margin-top: 10px;
	font-size:14px;
	font-weight:bold;
	color:#1C3A5A;
}

#company_comment {
	width: 360px;
	margin-right: 10px;
	float: left;
}

#company_photo {
	width: 100px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.tantou_name {
	margin-top: 5px;
}

#company_qrcode {
	width: 108px;
	padding: 5px;
	text-align: center;
	border: 1px solid #1C3A5A;
	color: #1C3A5A;
	float: left;
}

/*---------------------------------------------
3-1_フッターコンテンツ
---------------------------------------------*/

#footer {
	width: 920px;
	padding: 10px;
	text-align: center;
	background-color: #ff6400;
}

#footer_chintai {
	width: 920px;
	padding: 10px;
	text-align: center;
	background-color: #0064ff;
}

#footer_link {
	margin-bottom: 10px;
	color: #ffffff;
}

#footer_link a {
	margin-bottom: 10px;
	color: #ffffff;
}

#footer_link a:hover {
	margin-bottom: 10px;
	color: #ffffff;
}

#footer p {
	width: 920px;
	margin: 0 auto;
}

#copylight {
	color: #ffffff;
	font-size: 80%;
}


/*---------------------------------------------
4-1_各コンテンツ用
---------------------------------------------*/


/* 物件のタイトル */


.title{
	height:44px;
	margin-left:30px;
	width:900px;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	color:#787878;

}

/* キャッチフレーズタイトル */
h2{
	margin:0;
	padding:0;
	color:#444444;
	position:absolute;
	top:18px;
	left:42px;
	font-weight:bold;
	font-size: 12px;
	vertical-align:bottom;
	height:30px;
	overflow:hidden;
	line-height:1.0em;
}

.catch_title{
	background:url(gaiyou_bg.png) 0 0 no-repeat;
	height:50px;
	width:315px;
	overflow:hidden;
	position:relative;
}
.catch{
	overflow:auto;
	height:60px;
	border: 1px solid #d1d1d1;
	border-top: none;
	background-color:#eeeeee;
	padding:5px;
	margin:0px;
	width:303px;
	font-size: 12px;
	line-height:1.2em;
}

/* 物件の概要タイトル */
h3{ 
	margin:0;
	padding:0;
	color:#444444;
	position:absolute;
	top:18px;
	left:42px;
	font-weight:bold;
	font-size: 12px;
	vertical-align:bottom;
	height:30px;
	overflow:hidden;
	line-height:1.0em;
}

.gaiyou_title{
	background:url(gaiyou_bg.png) 0 -50px no-repeat;
	height:50px;
	width:315px;
	overflow:hidden;
	position:relative;
}
.gaiyou{
	overflow:auto;
	height:60px;
	border: 1px solid #d1d1d1;
	border-top: none;
	background-color:#eeeeee;
	padding:5px;
	margin:0px;
	width:303px;
	font-size: 12px;
	line-height:1.2em;
}


/* 各項目など */
.koumoku_td {
	width:139px;
	height:51px;
	background-image:url(title_koumoku.jpg);
	background-repeat: no-repeat;
}

.koumoku_space {
	font-size: 1px;
}

.koumoku_field {
	width:114px;	/* width+margin-left=139になるように */
	height:19px;  /* height+margin-top=26になるように */
	font-size:12px;
	margin-top: 7px;
	margin-left: 25px;
	color: #444444;
}

.koumoku_value {
	width:139px;
	height:18px;	/* height+margin-top=25になるように */
	font-size:12px;
	margin-top: 7px;
	text-align: center;
	overflow: hidden;
}



/* 物件の概要 */
.ExtraPropertiesTableCategory{
	background-color:#F1A655;
	line-height:105%;
	height:20px;
	text-align:left;
}
.ExtraPropertiesTableCategory.Switch span{
	color:#ffffff;
}
.ExtraPropertiesTableCategory.Switch b{
	color:#ffffff;
}
.ExtraPropertiesTableName {
	background-color:#FEF9E1;
	padding:5px;
}
.ExtraPropertiesTableValue {
	background-color:#ffffff;
	padding:5px;
}

#ExtraPropertiesTable font{
	color:#000000;
}

/* ロケーションガイド */

h4{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#fe9901;
	height:30px;
}
.shuuhentext{
	width:210px;
	font-size:12px;
	line-height:1.4em;
	color:#212121;
	text-align:left;
}