@charset "utf-8";

@import url(styles.css);

/*
-------------------------------------------------------------------
◎コンテンツスタイルシート
製作者：株式会社アルゴ
更新日：2007年12月13日
-------------------------------------------------------------------
[目次]

・メインコンテンツ
・左メニュー
・オススメ物件情報
・物件詳細

-------------------------------------------------------------------
*/


.mt-image-none {
	border: none;
}
.padding-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-lr30 {
	padding-left: 28px;
	padding-right: 28px;
}
/*▼メインコンテンツ--------------------------------------------*/
#contents {
	width: 766px;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	border: none;
	background: url(images/back_left-menu.gif) repeat-y left;
}

/*▼左メニュー--------------------------------------------*/
#left-box {
	float: left;
	width: 198px;
	height: 400px;
	border: 1px solid #BAB9BB;
	border-bottom: none;
}
#left-box h2 {
	display: block;
	width: 198px;
	height: 27px;
	text-indent: -9999em;
	background: url(images/back_left-h2.gif)
}
#left-box ul {
	display: block;
	list-style: none;
}
#left-box ul li {
	display: block;
	padding: 5px 5px 5px 15px;
	font-size: 10px;
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
	background: #EBEADE url(images/icon_left-menu.gif) no-repeat 5px 8px;
}
#left-box ul li a {
	color: #666;
}
#left-box ul li a:hover {
	color: #00ADE3;
}
#left-box ul#contact {
	display: block;
	list-style: none;
	margin-top: 10px;
}
#left-box ul#contact li {
	display: block;
	margin-bottom: 5px;
	padding: 5px 5px 5px 23px;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px dotted #999;
	background: #F90 url(images/icon_left-contact.gif) no-repeat 5px 6px;
}
#left-box ul#contact li a {
	color: #FFF;
}

/*▼オススメ物件情報--------------------------------------------*/
#right-box {
	float: right;
	width: 558px;
	padding: 0;
	border: 1px solid #BAB9BB;
}
#right-box h1 {
	display: block;
	width: 558px;
	margin: 0;
	margin-bottom: 10px;
	border: none;
}
#right-box h2 {
	display: block;
	width: 558px;
	height: 34px;
	margin-top: 30px;
	text-indent: -9999em;	
	background: url(images/back_detail-h2-02.gif);
}
#right-box h2#contact {
	background: url(images/back_contact-h2.gif);
}
#right-box p#main-img {
	width: 472px;
	margin-top: 10px;
	padding: 10px 30px 0;
}
#right-box p#main-img img {
       padding: 9px;
	border: 1px solid #CCC;
}
#right-box p#item-title {
	padding: 5px 30px;
	font-size: 13px;
	color: #00ADE3;
	font-weight: bold;
	background: url(images/back_item-p.gif) no-repeat center bottom;
}
#right-box p#item-detail {
	padding: 5px 30px;
	font-size: 11px;
	color: #F18E2A;
	background: url(images/back_item-p.gif) no-repeat center bottom;
}
#right-box div#item-comment p {
	padding: 5px 30px 15px;
	font-size: 11px;
}
#right-box #inner-l {
	float: left;
	width: 225px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 23px;
	border-right: 1px dotted #999;
}
#right-box #inner-r {
	float: right;
	width: 225px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 24px;
}
/*▼物件詳細--------------------------------------------*/
#right-box table td p {
	font-size:10px;
	line-height:1.2em;
	margin: 0;
}
#right-box table td {
	font-size:10px;
	line-height:1.2em;
}
#right-box #table-box {
	clear: both;
	width: 520px;
	padding: 20px;
}
#right-box #table-box  table.outline {
	width: 520px;
	font-size: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#right-box #table-box  table.outline th {
	width: 18%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background: #C7E2F8;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}#right-box #table-box  table.outline td {
	width: 32%;
	padding: 3px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#right-box #table-box  table.outline2 {
	width: 520px;
	font-size: 10px;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#right-box #table-box  table.outline2 th {
	width: 18%;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	background: #FCEDD6;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}#right-box #table-box  table.outline2 td {
	width: 32%;
	padding: 3px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

/*▼お問い合わせ--------------------------------------------*/
#right-box #contact-box {
	clear: both;
	width: 520px;
	padding: 20px;
}
#right-box #contact-box  table.form {
	width: 520px;
	font-size: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#right-box #contact-box  table.form thead th {
	font-weight: normal;
	text-align: left;
	padding: 3px 5px;
	background: #E8E8E8;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#right-box #contact-box  table.form tbody th {
	width: 150px;
	font-weight: normal;
	text-align: left;
	padding: 3px 5px;
	background: #FBF5D2;
	border-bottom: 1px solid #999;
}#right-box #contact-box  table.form tbody td {
	padding: 3px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
input.itemname {
	width: 250px;
}
input.email {
	width: 200px;
}
input.zip {
	width: 50px;
}
input.address {
	width: 250px;
}
input.tel {
	width: 150px;
}
select {
	font-size: 10px;
	width: 300px;
	margin: 5px 0px;
}
select#others-list {
	font-size: 12px;
	width: 198px;
	margin: 0px;
}
textarea {
	width: 350px;
	height: 100px;
	font-size: 10px;
	margin: 5px 0px;
}
/*▼その他の物件一覧--------------------------------------------*/
#item-list {
	width: 558px;
	min-height: 250px;
	margin-bottom: 6px;
	border: none;
}
#item-list h2 {
	display: block;
	width: 558px;
	height: 27px;
	margin-top: 0;
	text-indent: -9999em;
	background: url(images/back_h2.gif) no-repeat;
}
#item-list table.list-head {
	width: 558px;
	color: #595757;
}
#item-list table.list-head th {
	width: 100px;
	height: 27px;
	padding-left: 20px;
	font-size: 12px;
	background: #E1DFB8;
	text-align: left;
	font-weight: normal;
}
#item-list table.list-head td {
	height: 27px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	background: #E1DFB8;
}
#item-list #others table.list {
	width: 558px;
	color: #595757;
}
#item-list #others table.list th {
	width: 110px;
	height: 27px;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	background: url(images/back_other-item.gif) bottom repeat-x;
}
#item-list #others table.list td {
	height: 28px;
	padding-left: 10px;
	font-size: 10px;
	background: url(images/back_other-item.gif) bottom repeat-x;
}

