@charset "EUC-JP";

/*
==================================================================
RESULTS_LIST
==================================================================
*/

/* 分類名 */

.results_title_bar {
	width: 720px;
	height: 30px;
	background: url("../default/image/title_bar.jpg") no-repeat;
	margin: 15px 0px 0px 0px;
}

.results_title_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #003399;
	margin: 0px 0px 0px 10px;
}

/* サムネイル */

.thumbnail_side_box {
	width: 700px;
	margin: 10px 0px 0px 20px;
}

.thumbnail_box {
	float: left;
	width: 160px;
	color: #333333;
	background: url("./image/thumbnail_wrapper.gif") repeat-y;
	margin: 0px 20px 0px 0px;
}

.thumbnail_box_right {
	float: left;
	width: 160px;
	color: #333333;
	background: url("./image/thumbnail_wrapper.gif") repeat-y;
}

/* 物件画像 */

.thumbnail_img {
	width: 160px;
	height: 120px;
	background: url("./image/thumbnail_img_bg.gif") no-repeat;
}

.thumbnail_img td {
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
}

/* 物件名 */

.thumbnail_name {
	margin: 5px 8px 0px 8px;
}

/* 線 */

.thumbnail_line {
	font-size: 0px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

/* サムネイル・解説文 */

.thumbnail_text {
	font-size: 10px;
	line-height: 16px;
	margin: 5px 8px 0px 8px;
}

/* 詳細はこちら */

.thumbnail_link {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	margin: 5px 8px 0px 8px;
}

.thumbnail_link a:link {
	color: #0033CC;
	text-decoration: underline;
}

.thumbnail_link a:active {
	color: #0033CC;
	text-decoration: underline;
}

.thumbnail_link a:visited {
	color: #0033CC;
	text-decoration: underline;
}

.thumbnail_link a:hover {
	color: #0033CC;
	text-decoration: none;
}

/*
==================================================================
RESULTS_DETAIL
==================================================================
*/

/* 商品名 */

.results_name_bar {
	width: 720px;
	height: 42px;
	background: url("./image/results_name_bar.gif") no-repeat;
	margin: 15px 0px 0px 0px;
}

.results_name {
	float: left;
	width: 488px;
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	color: #333333;
}

.results_back_button {
	float: right;
	width: 211px;
	font-size: 0px;
}

/* 物件画像 */

.photo_img_table {
	width: 720px;
	margin: 20px 0px 0px 0px;
}

/* メイン画像 */

.photo_main_td {
	width: 465px;
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

/* サブ画像 */

.photo_sub_td {
	width: 243px;
	font-size: 0px;
	vertical-align: top;
	padding: 0px 0px 0px 12px;
}

.photo_sub_box {
	width: 243px;
	background: url("./image/photo_wrapper.jpg") repeat-y;
}

.photo_sub_contents {
	width: 225px;
	margin: 0px 9px 0px 9px;
}

/* サブ画像(左) */

.photo_sub_left {
	float: left;
	width: 110px;
	text-align: center;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

/* サブ画像(右) */

.photo_sub_right {
	float: right;
	width: 110px;
	text-align: center;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

/* 解説文 */

.results_text_box {
	width: 720px;
	color: #333333;
	background: url("./image/results_text_wrapper.gif") repeat-y;
	margin: 25px 0px 0px 0px;
}

/* 解説文・ヘッダー */

.results_text_header {
	width: 720px;
	height: 32px;
	background: url("./image/results_text_header.gif") no-repeat;
	margin: 0px 0px 0px 0px;
}

/* 解説文・タイトル */

.results_text_title {
	font-weight: bold;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 0px 0px;
}

/* 解説文・本文 */

.results_text {
	margin: 10px 15px 0px 15px;
}
