@charset "EUC-JP";


/*=====物件一覧 start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_img {
	width: 730px;
	height: 63px;
	background: url("./image/title_img.jpg") no-repeat;
	margin-bottom: 20px;
}

.title_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 55px;
}

.english {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 55px;
}

.intro_box {
	width: 730px;
	margin-bottom: 15px;
}

.title_tag {
	background: url("./image/title_tag.gif") no-repeat;
	width: 135px;
	height: 120px;
	margin-bottom: 15px;
	float: left;
}

.tag_txt {
	width: 95px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #106506;
	padding-top: 15px;
	margin-left: 35px;
}

.img_box {
	width: 580px;
	float: right;
	margin-bottom: 10px;
}

.thum_box {
	width: 105px;
	background: url("./image/thum_wrapper.gif") repeat-y;
	float: left;
	margin-right: 13px;
}

.thum_box1 {
	width: 105px;
	background: url("./image/thum_wrapper.gif") repeat-y;
	float: left;
}

.thum_bg {
	background: url("./image/thum_bg.jpg") no-repeat;
}

.thum_img {
	width: 91px;
	text-align: center;
	margin: 0px 7px 5px 7px;
}

.thum_txt {
	width: 91px;
	margin: 0px 7px 5px 7px;
	font-size: 10px;
	line-height: 12px;
}

/*=====物件詳細 start================================================== */

.title_bar {
	background: #106506;
	width: 730px;
	height: 40px;
	table-layout: fixed;
	margin-bottom: 15px;
}

.title_td {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}

.back_b {
	width: 145px;
}

.full_img {
	width: 464px;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.photo_box {
	width: 255px;
	float: right;
	background: url("./image/photo_wrapper.jpg") repeat-y;
}

.photo_bg {
	width: 255px;
	background: url("./image/photo_bg.jpg") no-repeat;
}

.photo_list {
	width: 187px;
	margin: 0px 24px 5px 44px;
}

.thum_photo {
	width: 90px;
	float: left;
	text-align: center;
}

.thum_photo1 {
	width: 90px;
	float: right;
}

.coment_box {
	background: url("./image/coment_wrapper.gif") repeat-y;
	margin-bottom: 10px;
}

.coment_text {
	width: 720px;
	margin: 0px 5px 0px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #106506;
	line-height: 20px;
}

.line {
	margin-bottom: 10px;
}

.text_box {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	width: 720px;
}



a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}


