@charset "utf-8";
/* CSS Document */

/* ボディ・画像・見出し----------------------------------------------- */
body{
	margin:0px auto;
	padding:0px;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#ffffff;
}
a{color:#a45cfd;}
img{border:0px; margin:0px; padding:0px;}
h1,h2,h3,h4,p,ul,li{margin:0px;padding:0px;}
hr{
	border-style:dotted none none none;
	border-top-width:1px;
	border-top-color:#666666;
	padding:10px 0px;
	height:1px;
}

table {
	width:740px;
	border-collapse:collapse;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333333;
}

/* フォームボタン */
input {}
input.transmit{width:80px; height:24px;}

/* アウトライン */
body #outline {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding: 0px;
}

/* ヘッダ部分--------------------------------------------------------- */
#head{
	width:950px;
	font-size:12px;
}

#head_top{
	height:56px;
	text-align:left;
	font-size:12px;
	background-image: url("../img/top-back.gif");
	background-repeat: no-repeat;
}

#head_navi{
	color:#ffffff;
	text-align:left;
}

#head_top #logo{
	float:left;
	width:565px;
	padding:15px 20px;
}
#logo img{float:left;}
#logo span{
	height:56px;
	font-size:12px;
	line-height:56px;
	font-weight:normal;
	text-align:center;
}

/* ヘッダメニュー --------------------------------*/
#head_top ul {
	width:325px;
	height:30px;
	margin:14px 4px 10px;
	padding:0px;
	font-size:10px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	list-style:none;
	float:right;
}
#head_top ul a{text-decoration:none;}
#head_top ul a:hover{text-decoration:none;}

li.company{float:left;}
li.privacy{float:left;}
li.menber{float:left;}
li.contact{float:left;}
li.sitemap{float:left;}
li.login_b{float:left;}

li.company a{
	width:64px; height:30px;
	background-image: url("../img/btn/top_btn_company_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.privacy a{
	width:118px; height:30px;
	background-image: url("../img/btn/top_btn_privacy_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.menber a{
	width:103px; height:30px;
	background-image: url("../img/btn/top_btn_member_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.contact a{
	width:83px; height:30px;
	background-image: url("../img/btn/top_btn_contact_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px 10px 0px 0px;
}
li.sitemap a{
	width:83px; height:30px;
	background-image: url("../img/btn/top_btn_sitemap_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.login_b a{
	width:59px; height:30px;
	background-image: url("../img/btn/top_btn_login_off.gif");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}

li.company a:hover{ background-image: url("../img/btn/top_btn_company_on.gif"); background-repeat: no-repeat;}
li.privacy a:hover{background-image: url("../img/btn/top_btn_privacy_on.gif"); background-repeat: no-repeat;}
li.menber a:hover{background-image: url("../img/btn/top_btn_member_on.gif"); background-repeat: no-repeat;}
li.contact a:hover{background-image: url("../img/btn/top_btn_contact_on.gif"); background-repeat: no-repeat;}
li.sitemap a:hover{background-image: url("../img/btn/top_btn_sitemap_on.gif"); background-repeat: no-repeat;}
li.login_b a:hover{background-image: url("../img/btn/top_btn_login_on.gif"); background-repeat: no-repeat;}

li.space{float:left; width:10px;}

/* メインメニュー---------------------------------*/
#global_top ul{
	height:31px; margin:0px;
	font-size:12px; line-height:31px;
	font-weight:bold; text-align:center;
	list-style:none;
}
#global_top ul a{color:#666666; text-decoration:none;}
#global_top ul a:hover{color:#ffffff; text-decoration:none;}

#global_bottom ul{
	height:31px; margin:0px;
	font-size:12px; line-height:31px;
	font-weight:bold; text-align:center;
	list-style:none;
}
#global_bottom ul a{color:#666666; text-decoration:none;}
#global_bottom ul a:hover{color:#ffffff; text-decoration:none;}

li.btn_00{width:109px; height:31px;
	background-image:url("../img/btn/btn_00.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;}
li.btn_01{float:left;}
li.btn_02{float:left;}
li.btn_03{float:left;}
li.btn_04{float:left;}
li.btn_05{float:left;}
li.btn_06{float:left;}
li.btn_07{width:109px; height:31px;
	background-image:url("../img/btn/btn_07.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;}
li.btn_08{float:left;}
li.btn_09{width:109px; height:31px;
	background-image:url("../img/btn/btn_09.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;}
li.btn_10{float:left;}
li.btn_11{width:109px; height:31px;
	background-image:url("../img/btn/btn_11.png"); background-repeat: no-repeat;
	float:left; display:block;text-indent:-9999px;
	padding: 0px; margin: 0px;}
li.btn_12{float:left;}

.btn_01 a{
	width:63px; height:31px;
	background-image:url("../img/btn/btn_01.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_02 a{
	width:109px; height:31px;
	background-image:url("../img/btn/btn_02.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_03 a{
	width:108px; height:31px;
	background-image:url("../img/btn/btn_03.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_04 a{
	width:84px; height:31px;
	background-image:url("../img/btn/btn_04.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_05 a{
	width:79px; height:31px;
	background-image:url("../img/btn/btn_05.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_06 a{
	width:118px; height:31px;
	background-image:url("../img/btn/btn_06.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_08 a{
	width:85px; height:31px;
	background-image:url("../img/btn/btn_08.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_10 a{
	width:107px; height:31px;
	background-image:url("../img/btn/btn_10.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
.btn_12 a{
	width:118px; height:31px;
	background-image:url("../img/btn/btn_12.png");
	background-repeat: no-repeat;
	display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}

.btn_01 a:hover{background-image:url("../img/btn/btn_01_on.png"); background-repeat: no-repeat;}
.btn_02 a:hover{background-image:url("../img/btn/btn_02_on.png"); background-repeat: no-repeat;}
.btn_03 a:hover{background-image:url("../img/btn/btn_03_on.png"); background-repeat: no-repeat;}
.btn_04 a:hover{background-image:url("../img/btn/btn_04_on.png"); background-repeat: no-repeat;}
.btn_05 a:hover{background-image:url("../img/btn/btn_05_on.png"); background-repeat: no-repeat;}
.btn_06 a:hover{background-image:url("../img/btn/btn_06_on.png"); background-repeat: no-repeat;}
.btn_08 a:hover{background-image:url("../img/btn/btn_08_on.png"); background-repeat: no-repeat;}
.btn_10 a:hover{background-image:url("../img/btn/btn_10_on.png"); background-repeat: no-repeat;}
.btn_12 a:hover{background-image:url("../img/btn/btn_12_on.png"); background-repeat: no-repeat;}

li.blank_01{
	width:10px; height:31px;
	background-image:url("../img/btn/blank_01.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.blank_02{
	width:76px; height:31px;
	background-image:url("../img/btn/blank_02.png"); background-repeat:no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.blank_03{
	width:10px; height:31px;
	background-image:url("../img/btn/blank_03.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}
li.blank_04{
	width:497px; height:31px;
	background-image:url("../img/btn/blank_04.png"); background-repeat: no-repeat;
	float:left; display:block; text-indent:-9999px;
	padding: 0px; margin: 0px;
}

/* パンくずリスト------------------------------------------- */
#box_all #pan{
	width:870px;
	height:20px;
	background-image:url("../img/bread.gif");
	background-repeat:no-repeat;
	background-position:15px 12px;
	font-size:12px;
	line-height:20px;
	padding:10px 0px 10px 70px;
	margin:0px;
}

#pan ul{list-style:none;}
#pan ul li{
	float:left;
	list-style:none;
	padding-right:10px;
}
#pan li.arrow{
	float:left;
	list-style-image:none;
	padding-left:20px;
	background-image:url("../img/arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
}

/* ログアウト表示-----------------------*/
#pan_logout{
	color:#f33a5a;
	font-weight:bold;
	text-align:right;
}
#pan_logout a{font-weight:normal;}

/* ボックスによるカラム配置-------------------------------------------*/
#box_all{
	margin:0px 0px 0px 0px;
	width:950px;
	background-image:url("../img/contents_bg.gif");
	background-repeat: repeat-x;
	vertical-align:top;
}

#box_right{
	margin:0px 0px 70px 0px;
	float:right;
	width:750px;
}

#box_top{
	margin:0px 0px 20px 0px;
	width:738px;
	background-color:#ffffff;
	border:1px solid #bccdd5;
}

#box1{margin:0px; float:left; width:200px;}
#box2{margin:0px; float:left; width:560px;}
#box3{margin:0px; float:right; width:180px;}

#top_pic{margin:10px 10px 10px 10px;}

ul#box_menu{margin:0px 0px 0px 20px;}

#box_menu li{
	width:170px;
	padding-bottom:5px;
}

#box_menu li #bottom{
	width:170px;
	padding:0px;
}

/* 左カラム--------------------------------------- */

#box1 ul{
	font-size:14px;
	line-height:30px;
	list-style-type:none;
	margin:0px 10px;
	padding:0px;
}

/* ログインメニュー */
#box1 #login_manu{
	width:170px;
	height:108px;
	margin:0px 10px 10px 0x;
	padding:0px;
}

li.left_btn_login{
	background-image:url("../img/btn/left_btn_login_off.gif");
	background-repeat: no-repeat;
}
.left_btn_login a{
	width:170px;
	height:54px;
	display:block;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}
.left_btn_login a:hover{
	background-image:url("../img/btn/left_btn_login_on.gif");
	background-repeat: no-repeat;
}

li.left_btn_menber{
	background-image:url("../img/btn/left_btn_menber_off.gif");
	background-repeat: no-repeat;
}
.left_btn_menber a{
	width:170px;
	height:53px;
	display:block;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}
.left_btn_menber a:hover{
	background-image:url("../img/btn/left_btn_menber_on.gif");
	background-repeat: no-repeat;
}

/* サイトメニュー */
#box1 #site_menu{
	width:170px;
	height:143px;
	margin: 15px 10px 15px 0px;
	padding: 0px;
}

#box1 #site_menu_2{
	width:170px;
	height:143px;
	margin: 0px 10px 10px;
	padding: 0px;
	background-image:url("../img/site_menu.gif");
	background-repeat: no-repeat;
}

li.left_btn_help{
	background-image:url("../img/btn/left_btn_help_off.gif");
	background-repeat:no-repeat;
	width:170px;
}
.left_btn_help a{
	width:170px;
	height:35px;
	display:block;
	text-indent:-9999px;
	padding: 0px;
	margin:0px;
}
.left_btn_help a:hover{
	background-image:url("../img/btn/left_btn_help_on.gif");
	background-repeat:no-repeat;
}

li.left_btn_keisai{
	background-image:url("../img/btn/left_btn_keisai_off.gif");
	background-repeat:no-repeat;
	width:170px;
}
.left_btn_keisai a{
	width:170px;
	height:36px;
	display:block;
	text-indent:-9999px;
	padding: 0px;
	margin:0px;
}
.left_btn_keisai a:hover{
	background-image:url("../img/btn/left_btn_keisai_on.gif");
	background-repeat:no-repeat;
}

li.left_btn_sitemap{
	background-image:url("../img/btn/left_btn_sitemap_off.gif");
	background-repeat:no-repeat;
	width:170px;
}
.left_btn_sitemap a{
	width:170px;
	height:36px;
	display:block;
	text-indent:-9999px;
	padding: 0px;
	margin:0px;
}
.left_btn_sitemap a:hover{
	background-image:url("../img/btn/left_btn_sitemap_on.gif");
	background-repeat:no-repeat;
}

li.left_btn_privacy{
	background-image:url("../img/btn/left_btn_privacy_off.gif");
	background-repeat:no-repeat;
	width:170px;
}
.left_btn_privacy a{
	width:170px;
	height:35px;
	display:block;
	text-indent:-9999px;
	padding: 0px;
	margin:0px;
}
.left_btn_privacy a:hover{
	background-image:url("../img/btn/left_btn_privacy_on.gif");
	background-repeat:no-repeat;
}

/* 企業メニュー */
#box1 #corp_manu{
	width:170px;
	height:103px;
	margin:0px 10px 10px 0x;
	padding:0px;
}

li.left_btn_company{
	background-image:url("../img/btn/left_btn_company_off.gif");
	background-repeat: no-repeat;
}
.left_btn_company a{
	width:170px;
	height:51px;
	display:block;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}
.left_btn_company a:hover{
	background-image:url("../img/btn/left_btn_company_on.gif");
	background-repeat: no-repeat;
}

li.left_btn_contact{
	background-image:url("../img/btn/left_btn_contact_off.gif");
	background-repeat: no-repeat;
}
.left_btn_contact a{
	width:170px;
	height:51px;
	display:block;
	text-indent:-9999px;
	padding:0px;
	margin:1px 0px 10px 0px;
}
.left_btn_contact a:hover{
	background-image:url("../img/btn/left_btn_contact_on.gif");
	background-repeat: no-repeat;
}

/* アクセス */
#box1 #side_acc{
	width:170px;
	height:88px;
	margin: 0px 10px 10px;
	padding:34px 0px 20px;
	background-image:url("../img/site_acc.gif");
	background-repeat: no-repeat;
}

#box1 #main_body {
	width:170px;
	height:183px;
	margin: 15px 10px 15px;
	background-image:url("../img/nonber.gif");
	background-repeat:no-repeat;
}

#main_body #main_text {
	padding:8px 10px 0px;
	line-height:15px;
	color:#333333;
}

#main_text p{
	font-weight:bold;
	text-align:center;
	padding:0px 0px 10px;
}

#main_text table{
	height:100px;
	width:130px;
	font-size:12px;
	line-height:21px;
	padding:0;
	margin:0;
	border:0px;
}

#main_text td{
	padding:0px;
	border:0px;
}

td.point{widht:90px;}

td.matches{
	width:40px;
	text-align:right;
}

#main_text ul li{
	background-image:url("../img/arrow_2.gif");
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 15px;
	text-indent:10px;
}

/* 電話 */
#box1 #side_tel{
	width:170px;
	height:68px;
	margin: 0px 10px 10px;
	background-image:url("../img/site_tel.gif");
	background-repeat: no-repeat;

}

/* 左カラムメニュー修正時の注意点："背景画像の高さ"－54pxを"height"の高さにする */

/* 中央カラム------------------------------------- */
ul.border{
	width:500px;
	font-size:14px;
	margin-bottom:26px;
	padding:10px 20px;
	list-style-type:none;
	background-color:#ffffff;
}

.frame {
	width:548px;
	background-color:#ffffff;
	margin-bottom:20px;
	border-left:1px solid #bccdd5;
	border-right:1px solid #bccdd5;
	border-bottom:1px solid #bccdd5;
}

/* 2カラム用右------------------------------------ */
#box_right #contents{margin:0px 10px 10px 0px;}

/* 詳細情報-----------------------------*/
#contents #title_details{ width:740px; height:29px;}

/* 詳細上部 */
#propaty{
	width:740px;
	margin:10px 0px 0px;
	border-style:none;
}

table.detail{
	width:740px;
	border-collapse:collapse; border:1px solid #666666;
	font-size:12px; font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333333; margin:0px;
}
.detail tr {border-style:none;}
.detail td {border:1px solid #666666; padding:4px;}
.photo_detail {
	height:100px;
	background-color:#dddddd; background-image:url("../img/bg_sukima.gif");
	background-repeat:no-repeat; background-position:center center;
	padding:0px;
}
.photo_detail .photo_wrap a{ font-size:0px;}
.photo_detail .photo_wrap{}
td.tit_detail {
	vertical-align:middle;background-color:#dddddd;
	padding:0px;
}
.tit_detail2 {
	font-size:16px; height:26px;
	font-weight:bold; vertical-align:middle;
	background-color:#dddddd; padding:4px;
}
.in_tit_detail{
	width:521px; height:22px;
	font-size:12px; line-height:22px;
	font-weight: bold; border-style:none;
	padding:0px; margin:0;
}
td.tit_detail_name{
	width:412px; border-style:none;
	padding:0px; margin:0;
}
td.detail_syousai{
	width:100px; border-style:none;
	padding:0px;
}
.com_detail{
	vertical-align:top;  color:#666666;
	line-height:16px; width:323px;
}
.con_detail{width:180px;}
.price_detail{
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight: bold;
	color:#ff0000; background-image:url("../img/price_00.gif")
}
.price_detail_L{/*賃貸用値段*/
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight:bold;
	color:#ff0000; background-image:url("../img/price_03.gif")
}
.tit_detail_name a{text-decoration:none; color:#333333;}
table.sub_detail{width:512px; border:0px none;}
table.sub_detail td{border:0px none;}

/* 詳細下部 */
#propaty_2{
	width:740px;
	margin:10px 0px 0px;
	border-style:none;
}

#propaty_2 #images{width:320px; float:left;}/*イメージ詳細*/
#propaty_2 #texts{width:410px; float:right;}/*文章詳細*/

/*イメージ詳細*/
/*物件写真*/
table.image{
	width:320px;
	height:215px;
	background-color:#eb93a1;
	margin:0px 0px 10px;
	padding:5px;
	text-align:center;
	border-style:none;
}
table.image td{
	widht:100px;
	height:100px;
	padding:0px;
	border-style:none;
	text-align:center;
}
table.image tr{
	padding:0px;
	border-style:none;
	text-align:center;
}

/*間取り*/
table.image_2{
	width:320px;
	height:130px;
	background-image:url("../img/mitorizu.gif");
	background-color:#eb93a1;
	background-repeat:no-repeat;
	margin:0px 0px 10px;
	text-align:center;
	border-style:none;
}
table.image_2 td{
	padding:0px;
	border-style:none;
	line-height:15px;
	text-align:center;
}
table.image_2 tr{border-style:none;}

/*Googleマップ*/
table.image_3{
	width:320px;
	height:260px;
	background-image:url("../img/map.gif");
	background-color:#eb93a1;
	background-repeat:no-repeat;
	margin:0px 0px 10px;
	text-align:center;
	border-style:none;
}
table.image_3 td{
	padding:0px;
	border-style:none;
	line-height:15px;
	text-align:center;
}
table.image_3 tr{border-style:none;}

/*近隣物件*/
table.image_4{
	width:320px;
	height:130px;
	background-image:url("../img/other.gif");
	background-color:#eb93a1;
	background-repeat:no-repeat;
	margin:0px 0px 10px;
	text-align:center;
	border-style:none;
}
table.image_4 td{
	padding:0px;
	border-style:none;
	line-height:15px;
	text-align:center;
}
table.image_4 tr{border-style:none;}

/**/
table.image_5{
	width:320px;
	height:130px;
	background-image:url("../img/shikichizu.gif");
	background-color:#eb93a1;
	background-repeat:no-repeat;
	margin:0px 0px 10px;
	text-align:center;
	border-style:none;
}
table.image_5 td{
	padding:0px;
	border-style:none;
	line-height:15px;
	text-align:center;
	vertical-align:middle;
}
table.image_5 tr{border-style:none;}

/*文章詳細*/
/*1*/
table.learn{
	width:410px;
	height:auto;
	margin:0px;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#fafafa;
	margin-bottom:10px;
}
.learn td{
	padding:8px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
}
.learn td.left{
	width:156px;
	padding:8px;
	background-color:#f3f3f3;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-image:none;
}
.learn td.right{
	padding:8px;
	background-color:#fafafa;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-image:none;
	line-height:16px;
}
.learn span{font-size:20px; color:#ea5550;}

/*2*/
table.learn2{
	width:410px;
	height:auto;
	margin:0px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fafafa;
	margin-bottom:10px;
}
.learn2 td{
	padding:8px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.learn2 td.left{
	width:156px;
	padding:8px;
	background-color:#f3f3f3;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn2 td.right{
	padding:8px;
	background-color:#fafafa;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn2 span{font-size:20px; color:#ea5550;}

/*3*/
table.learn3{
	width:410px;
	height:auto;
	margin:0px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fafafa;
	margin-bottom:10px;
}
.learn3 td{
	padding:8px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.learn3 td.left{
	width:156px;
	padding:8px;
	background-color:#f3f3f3;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn3 td.right{
	padding:8px;
	background-color:#fafafa;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn3 span{font-size:20px; color:#ea5550;}

/*4*/
table.learn4{
	width:410px;
	height:auto;
	margin:0px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fafafa;
	margin-bottom:0px;
}
.learn4 td{
	padding:8px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.learn4 td.left{
	width:156px;
	padding:8px;
	background-color:#f3f3f3;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn4 td.right{
	padding:8px;
	background-color:#fafafa;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image:none;
}
.learn4 span{font-size:20px; color:#ea5550;}

/*予備*/
table#more{
	width:410px;
	margin:0px;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#fafafa;
}
#more td{
	padding:8px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
}
#more td.left{
	width:156px;
	padding:8px;
	background-color:#fffffff;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-image:none;
}
#more td.right{
	padding:8px;
	background-color:#ffffff;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-image:none;
}
#more span{font-size:20px; color:#ea5550;}

#copy_contact{
	margin-top:10px;
	text-align:right;
}

/* Googleマップ表示 */
#resultsMap{
	width:480px;
	margin:0px;
	border:1px solid #bccdd5;
}

#Map_comm{
	width:247px;
	height:480px;
	float:right;
	margin:0px;
}

#use_map {
	width:245px;
	height:240px;
	border:1px solid #ced6d9;
	background-color:#fafafa;
	color:#666666;
	line-height:16px;
}

#use_map p{margin:16px;}

#balloon{
	width:245px;
	height:216px;
	border:1px solid #ced6d9;
	background-color:#fafafa;
	color:#666666;
	line-height:16px;
	margin-top:15px;
}

#balloon ul{
	list-style-type:none;
	margin:16px;
}

/* フッタ */
#foot{
	width:950px;
	margin:0px;
	padding:0px;
}

#text_link{
	width:750px;
	float:right;
}

ul.text_link_s{
	height:22px;
	margin:0px 0px 5px 0px;
}

.text_link_s li {
	float:left;
	display:inline;
	line-height:22px;
	height:22px;
	padding:0px;
}

.tit_b {
	display:inline;
	width:122px;
	height:22px;
	margin-right:20px;
	padding:0px;
}

.tit_s {
	display:block;
	width:122px;
	height:22px;
	margin-right:20px;
	padding:0px;
}

.tit_r {
	display:block;
	width:122px;
	height:22px;
	margin-right:20px;
	padding:0px;
}

.tit_g {
	display:block;
	width:122px;
	height:22px;
	margin-right:20px;
	padding:0px;
}

#go_top {
	width:30px;
	text-align:right;
	margin-top:0px;
	float:right;
}

.back {
	background:url(../_img/back_00.gif) no-repeat;
	width:30px; height:15px;
	margin:0; padding:0;
	display:block;
}

.back:hover {background:url(../_img/back_01.gif) no-repeat;}

#foot #copy{
	height:100px;
	font-size:12px;
	line-height:30px;
	clear:both;
	background-repeat: no-repeat;
}

#foot ul#link{
	width:530px;
	margin:0px auto;
	list-style:none;
}

ul#link li{
	float:left;
	padding:10px;
}

.c_both{
	clear:both;
	font-size:0px;
	line-height:0px;
}

/* 静的ページコンテンツ--------------------------- */


/* 基本のテーブル */
.base_table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

.base_table th{
	padding:2px;
	background-color:#dddddd;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

.base_table td{
	padding:2px;
	background-color:#ffffff;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

/* 企画住宅 */
.project{
	width:740px;
	border:none;
}

#project_table{
	width:740px;
	border:none;
}

#project_table td{padding:0px 5px 10px;}

/* 工事中 */
.construction_body {
	border:1px solid #bccdd5;
	background-color:#fafafa;
	display:block;
	width:738px;
	margin-top:0px 10px;
	margin-bottom:48px;
	line-height:16px;
}

.construction_com {
	padding:40px 0px;
	text-align:center;
	font-weight:bold;
	color:#666666;
}

/* 問い合わせフォーム */
.mail_tit{
	width:220px;
	background-color:#fafafa;
	text-indent:5px;
}

/* 動的ページcss調整 */
.next{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
}

/* 検索一覧CSS--------------------------*/
/* テーブル */
table.list_01{
	width:740px;
	border-collapse:collapse; border:1px solid #666666;
	font-size:12px; font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333333; margin-bottom:15px;
}
table.list_02 {
	width:740px;
	border-collapse:collapse; border:1px solid #999999;
	font-size:12px; font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333333; margin-bottom:15px;
}

.list_01 tr {border-style:none;}
.list_02 tr {border-style:none;}

.list_01 td {border:1px solid #666666; padding:4px;}
.list_02 td {border:1px solid #999999; padding:4px;}

/* 物件画像 */
.photo_list_01 {
	height:100px; widht:100px;
	background-color:#e6e6e6;
	background-image:url("../img/bg_sukima.gif");
	background-repeat:no-repeat; background-position:center center;
	padding:0px;
}
.photo_list_02 {
	height:100px; widht:100px;
	background-color:#f3f3f3;
	background-image:url("../img/bg_sukima.gif");
	background-repeat:no-repeat; background-position:center center;
	padding:0px;
}

.photo_list_01 .photo_wrap a{font-size:0px;}
.photo_list_02 .photo_wrap a{font-size:0px;}

/* 物件名 */
.tit_list_01 {vertical-align:middle; background-color:#e6e6e6;}
.tit_list_02 {vertical-align:middle; background-color:#f3f3f3;}

.in_tit_list_01 {
	width:512px; height:22px;
	font-size:12px; line-height:22px;
	font-weight:bold; border-style:none;
	padding:0px; margin:0;
}
.in_tit_list_02 {
	width:512px; height:22px;
	font-size:12px; line-height:22px;
	font-weight:bold; border-style:none;
	padding:0px; margin:0;
}

td.tit_list_01_name{
	width:412px; border-style:none;
	padding:0px; margin:0;
}
td.tit_list_02_name{
	width:412px; border-style:none;
	padding:0px; margin:0;
}

td.tit_list_01_name a{color:#666666; text-decoration:none;}
td.tit_list_02_name a{color:#666666; text-decoration:none;}

td.list_01_syousai{
	width:100px; border-style:none;
	padding:0px;
}
td.list_02_syousai{
	width:100px; border-style:none;
	padding:0px;
}

/* 値段 */
.price_list_01 {
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight: bold;
	color:#ff0000;
	background-image:url("../img/price_00.gif")
}
.price_list_02 {
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight: bold;
	color:#ff0000;
	background-image:url("../img/price_01.gif")
}
/* 値段(賃貸用) */
.price_list_01_L {
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight: bold;
	color:#ff0000;
	background-image:url("../img/price_03.gif")
}
.price_list_02_L {
	width:100px;
	text-align:center; font-family:"Times New Roman";
	font-size:20px; font-weight: bold;
	color:#ff0000;
	background-image:url("../img/price_04.gif")
}

/*コメント*/
.com_list_01 {
	width:323px; color:#666666;
	line-height:16px; vertical-align:top; 
}
.com_list_02 {
	width:323px; color:#666666;
	line-height:16px; vertical-align:top; 
}

/* 間取り・延床・小学校 */
.con_list_01 {width:180px;}
.con_list_02 {width:180px;}

.photo {height:100px; background-color:#ffffff;}
/* 後々整理--------------------------------------- */
/* 条件検索 */
#search{
	width:168px;
	margin:0px auto 10px;
	font-size:14px;
	padding:5px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

#search table{
	font-size:14px;
	margin:0px 0px 6px;
}

/* 検索ページ */
.details{margin:0px auto 0px 10px;}

span.price{
	font-size:24px;
	font-weight:bold;
}

.sss_com {
	width:738px;
	padding:20px 0px;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	background-color:#fafafa;
}
