@charset"euc-jp";


/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol,li, dl, dt, dd,
table, th, td, img, form, map
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}


/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}


img.Lm{
margin-left:0.5em;
margin-bottom:0.5em;
clear:both;
}

img.Rm{
margin-right:0.5em;
margin-bottom:0.5em;
clear:both;

}


/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}


/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color:#CEDAFA;
	font-size:12px;
}


#wrapper {
	width:894px;
	margin:0 auto;
	text-align:left;
	padding:0 26px;
	background-color:#FFFFFF;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:893px;
	background:url(../img/bg_header.jpg) left top no-repeat;
	height:134px;
	margin-bottom:10px;
}

.logo {
	margin:35px 0 8px 82px;
}

/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
}

 
/* ---------------------------------------------------------
　secondary
--------------------------------------------------------- */

#secondary {
	width:203px;
	float:left;
	text-align:center;
}


#side_menu {
	background:#C6DCF0;
	width:190px;
	padding:4px 4px 8px 4px;
	margin:10px auto;
}

#side_menu p {
	font-weight:bold;
	color:#5F5F5F;
	margin-bottom:5px;
}


.login {
	font-weight:bold;
	background-color:#FFFFFF;
	border:#DDDDDD solid 1px;
	width:180px;
	padding:5px;
	margin:10px auto 0 auto;
}

/* ---------------------------------------------------------
　primary
--------------------------------------------------------- */

#primary {
	width:680px;
	float:right;
	padding-bottom:20px;
	_margin-right:-10px;
	
}

#primary p, #primary ul{
	margin:1em;
}

#c_menu {
	background:url(../img/bg_c_menu.gif) 0 0 no-repeat;
	width:674px;
	height:30px;
	text-align:right;
	vertical-align:bottom;
	padding-top:90px;
	_margin-bottom:-5px;
}

.main_content {
	background:url(../img/bg_content.jpg) 0 bottom no-repeat;
	background-color:#6699FF;
	width:674px;
}

.main_right {
	float:left;
	width:400px;
	padding:20px 0;
}

#primary p.title_table {
	padding:5px;
	margin:0 0 10px 0;
	font-weight:bold;
	background-color:#4766EB;
	color:#FFFFFF;
}

.title {
	width:534px;
	height:30px;
	padding:14px 0 0 140px;
}
.t01{	background:url(../img/title01.gif) 0 0 no-repeat;}
.t02{	background:url(../img/title02.gif) 0 0 no-repeat;}

/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
	width:893px;
	border-top:#4766EB 3px solid;
	text-align:right;
	margin-top:20px;
	height:30px;
}

#footer a{
color:#000000;
}


/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
	background:url(../img/bg_menu.jpg) 0 0 no-repeat;
	width:893px;
	height:36px;
	text-align:center;
}

ul.menu li {
	display:inline;
	margin:0;
}

ul.side_ul {
	text-align:left;
}

ul.side_ul li {
	line-height:2.0em;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-left:10px;
}

ul.info_area_list {
	padding-left:10px;
}

ul.info_area_list li {
	background:url(/common/img/arrow02.gif) 0px 5px no-repeat;
	padding-left:20px;
	font-weight:bold;
}

ul.info_area_list li.none {
	background:none;
	font-weight:normal;

}




/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */

.lined_table{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
}

table.lined_table tr td, table.lined_table tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table tr th{
	color:#666666;
	font-weight:normal;
}

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

.lined_table2{
	border-top:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
	width:550px;
}

table.lined_table2 tr td, table.lined_table2 tr th{
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table2 tr th{
	color:#333333;
	background-color:#EEF7FF;
	text-align:center
}

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


.lined_table3{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;
	margin:10px auto 20px auto;
	width:550px;
}

table.lined_table3 tr td, table.lined_table3 tr th{
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.5em;

}

table.lined_table3 tr th{
	color:#333333;
	background-color:#EEF7FF;
	text-align:center
}

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

.main_table{
	margin:10px 0 20px 10px ;
	border-collapse:collapse;
	padding:0.5em;
}

table.main_table tr td{
	width:65px;
	border-bottom:1px solid #3B7CFF;
	border-collapse:collapse;
	padding:5px 3px;
	color:#FFFFFF;
	text-align:center;
	background-color:#83ACFF;
}

table.main_table3 tr td{
	width:72px;
	border-bottom:1px solid #3B7CFF;
	border-collapse:collapse;
	padding:5px 3px;
	color:#FFFFFF;
	text-align:center;
	background-color:#83ACFF;
}

table.main_table tr td a {
	color:#FFFFFF;
}
table.main_table3 tr td a {
	color:#FFFFFF;
}
table.main_table tr th{
	background-color:#6699FF;
	border-bottom:1px solid #3B7CFF;
	border-collapse:collapse;
	padding:5px 3px;
	color:#FFFFFF;
	text-align:center;
	width:100px;
}

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

.main_table2{
	margin:10px 0 0 10px ;
	border-collapse:collapse;
	padding:0.5em;
}
.main_table2_2{
	margin:10px 0 0 10px ;
	border-collapse:collapse;
	padding:0.5em;
}

table.main_table2 tr td{
	width:65px;
	border-collapse:collapse;
	background-color:#99CC00;
	padding:5px 3px;
	color:#FFFFFF;
	text-align:center;
}

table.main_table2_2 tr td{
	width:72px;
	border-collapse:collapse;
	background-color:#99CC00;
	padding:5px 3px;
	color:#FFFFFF;
	text-align:center;
}

table.main_table2 tr th{
	width:100px;
	padding:5px 3px;

}

table.main_table2_2 tr th{
	width:62px;
	padding:5px 3px;

}


table.none_table { border:none;}
table.none_table tr td { border:none;}
table.none_table tr th { border:none;}

.scroll{
	width:395px;
	height:400px;
	overflow-y:scroll;
}

/* ---------------------------------------------------------
　既存
--------------------------------------------------------- */

#info{
float:left;
margin-right:10px;
}

#info dl {
border: 1px solid #dddddd;
border-top: none;
width: 400px;
background: #eeeeee;
}
#info dt, #info dd {
padding: 3px;
}
#info dt {
border-top: 1px solid #dddddd;
clear: left;
float: left;
width: 80px;
}
#info dd {
margin-left: 80px;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
background: #fff;
}


/* TERU型物件詳細　はじまり------------------------------------------ */

#info2 {
	float:left;
	width:370px;
	margin-left:10px;
}


#info2 dl {
	border: 1px solid #dddddd;
	border-top: none;
	width: 350px;
	background: #eeeeee;
	margin:auto;
}

#info2 dt, #info2 dd {
	padding: 3px;
}

#info2 dt {
	border-top: 1px solid #dddddd;
	clear: left;
	float: left;
	width: 100px;
}

#info2 dd {
	margin-left: 100px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #fff;
}

#b_img_box {
	float:right;
	width:250px;
	margin-right:50px;
}

/* TERU型物件詳細　おわり------------------------------------------ */



#luxtext {
	width:265px;
	float:left;
}

.bg_comment {
	background:url(../img/bg_comment.gif) 0 0 no-repeat;
	width:265px;
	height:21px;
	text-align:center;
	margin:0 0 10px 0;
	padding:4px 0 0 0;
	font-size:14px;
}

.line{
background:#eeeeee;
color:#666666;
font-weight:bold;
padding:5px;
margin:10px 0 5px 0;
}

#list_bukken #bukken td, #list_bukken #bukken th{
padding:3px;
}

#box_search{
width:186px;
margin:10px 0 5px 0;
line-height:2em;
}

#box_search #txt_free_word{
width:100%;
}

#box_search #txt_submit{
background:#545b5f;
color:#ffffff;
width:30%;
margin-left:30px;
float:right;
border:1px solid #dddddd;
}


#search .line{
background:#eeeeee;
color:#666666;
font-weight:bold;
padding:5px;
margin:10px 0 5px 0;
}

#aisatu {
background-image:url(../img/8_back.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
margin-top:10px;
width:588px;
}

.list dl {
color:#000000;
height:20px;
line-height:20px;
margin:0px;
padding:0px;
width:100%;
}
.list dt {
background-image:url(http://www.lastarhouse.co.jp/link/images/navi1.jpg);
background-position:left center;
background-repeat:no-repeat;
float:left;
padding-left:30px;
width:20%;
}
