/* CSS */
body {
    font-size:12px; 
	line-height:16px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif;
    color:#333333;
    background: #ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
}

div#base {
	width:760px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	margin:0px auto;
}

div.plain {
	margin:0px;
	padding:0px;
}

div.line {
	height:8px;
	width:750px;
	background-color:#009D85;
	margin:0px auto;
}

div.contents_main {
	width:750px;
	margin:0px auto;
}

div.contents_base_20 {
	width:750px;
	margin:20px auto 0px;
	padding:0px;
}

div.contents_base_30 {
	width:750px;
	margin:30px auto 0px;
	padding:0px;
}

div.footer_space {
	clear:both;
	width:750px;
	height:50px;
}

div.footer {
	width:750px;
	background-color:#009D85;
	margin:0px auto 0;
	padding:3px 0 3 0;
	text-align:right;
    font-size:10px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif;
    color:#ffffff;
}

div.footer_end {
	width:760px;
	margin:0px;
	padding:0px 0 15;
	background-color:#FFFFFF;
}

.fontsize_12 {
	font-size:12px;
	color:#333333;
}

/* TOP PAGE */

div.top_left {
	float:left;
	width:250px;
	text-align:right;
	margin:0px;
}

div.top_right {
	float:right;
	width:500px;
	margin:0px;
	padding:0px auto;
}

div.top_left_info {
	width:230px;
	background-image:url(../img/top_info_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	margin:0px 0 0 auto;
	padding:0px;
	text-align:left;
}

div.top_left_info_txt {
	margin:8px;
}

div.top_left_ban {
	margin:15px 0 0;
	padding:0px;
}

div.top_right_txt {
	text-align:left;
	width:455px;
	margin:15px auto 25;
	padding:0px;
}

/* BUSINESS PAGE */

.bus_tb {
	margin:0px auto;
}

/* SEARCH PAGE */

.sea_tb {
	width:710px;
	font-size:12px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif;
	color:#333333;
	text-align:center;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sea_tb th {
	height:39px;
	border:1px solid #CC6633;
	background-image:url(../img/search/sea_tb_bg.gif);
	font-weight:normal;
}

.sea_tb td {
	height:60px;
	border:1px solid #CC6633;
}

/* ESTATE PAGE */

div.est_base_20 {
	width:698px;
	margin:20px auto 0px;
	padding:0px;
	text-align:left;
}

div.est_left {
	float:left;
	width:344px;
	margin:0px;
}

div.est_right {
	float:right;
	width:344px;
	margin:0px;
}

.est_tb {
	width:344px;
	margin:0px;
    font-size:12px;
	line-height:18px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif;
    color:#333333;
}

.est_tb_tit {
	color:#CC3300;
}

.est_tb_mtit {
	white-space:nowrap;
	vertical-align:top;
}

.est_tb_foot {
    font-size:10px;
	line-height:14px;
}

/* MAIL PAGE */

.mai_tb {
	width:668px;
	margin:0px auto;
    font-size:12px;
	line-height:20px;
	font-family:‚l‚r ‚oƒSƒVƒbƒN, Osaka, MS UI Gothic, sans-serif;
    color:#333333;
	border:2px solid #FFFFFF;

}

.mai_tb td {
	padding:5px;
}

.mai_tb_tit {
	width:200px;
	background-color:#D8E9FE;
}

.mai_tb_con {
	background-color:#F6F6FC;
}

.mai_tb_hissu {
	color:#CC3300;
}
.sea_tb caption {
	text-align: right;
}

