body{
margin:0;
padding:0;
font-size:12px;
color:#62412C;
line-height:1.6;
background: #E1DACD url(./img/bg.gif) repeat-y center;
}

img{
	border: none;
	display: block;
}

#wrapper{
width:714px;
margin:0 auto;
padding:0;
}

/*ヘッダー*/
#head{
width:714px;
height:70px;
background: url(./img/head.gif) no-repeat top;
padding:0;
margin: 0;
}
#head div{
	padding: 16px 0 0 0;
}
#head div a{
	display: block;
	width: 139px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}
#head p{display: none;}


/*ナビ*/
#g_navi{
list-style:none;
height: 220px;
background: url('./img/g_navi.gif') no-repeat;
margin:0;
padding:0;
}

#g_navi li{
display:inline;
width:220px;
height:55px;
text-indent:-9999px;
}

#g_navi li a{
width:220px;
height:55px;
display:block;

background-repeat:no-repeat;
overflow: hidden;
}

#g_navi li a:hover{
background-image:url('./img/g_navi_hover.gif');
}

#g_navi li a#bs{
background-position:0 0;
}

#g_navi li a#lp{
background-position:0 -55px;
}

#g_navi li a#flow{
background-position:0 -110px;
}

#g_navi li a#area{
background-position:0 -165px;
}




/*コンテンツエリア*/
#contents{
clear:both;
width:714px;
background: url(./img/contents_bg.gif) repeat-y;
margin:0;
padding: 0;
}

#contents_L{
float:left;
width:220px;
margin:0;
padding:0 0 10px 0;
}

#in_contents{
	background: url(./img/map.jpg) no-repeat left bottom;
	
}


#contents_R{
float:right;
width:494px;
margin:0;
padding:0 0 10px 0;
}


/*フッター*/
#foot{
	clear:both;
	width:714px;
	font-size: 10px;
	padding-bottom: 15px;
}
#foot p{
	color: #F3F3F3;
	height: 20px;
	line-height: 20px;
	background: #BABABA;
	padding-left: 10px;
}
#foot p a{color: #F3F3F3;}
#foot address{
	color: #666666;
	font-style:normal;
	line-height: 1.2;
	margin-top: 10px;
	padding-left: 10px;
}
#foot div{
	color: #BABABA;
	padding-left: 10px;
}





/*フォント関連*/
p,span,h1,h2,h3,h4,h5,h6,textarea,input{
margin:0;
padding:0;
}

h1{
	float: right;
	width: 494px;
	line-height: 1;
	font-size:10px;
	color: #B9B09D;
	text-align: right;
	font-weight:normal;
	padding-top: 15px;
}
h2{
	height: 110px;
	line-height: 112px;
	background: url(./img/h2.gif) no-repeat;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
	letter-spacing: 3px;
	overflow: hidden;
}
#contents_R h3{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	background: url(./img/h3.gif) no-repeat;
	padding-left: 10px;
	letter-spacing: 1px;
	overflow: hidden;
}

h4{
	color: #51321F;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	background: url(./img/h4.gif) no-repeat;
	overflow: hidden;
	padding-left: 13px;
	margin: 10px 0 8px 0
}

h5{ color: #51321F;font-size: 12px;}

.blue{
color:#0000FF;
font-weight:bold;
}

.red{
color:#FF0000;
font-weight:bold;
}

.bold{
font-weight:bold;
}

.small{
font-size:10px;
}

.left{float:left;}


/*リンク*/

a:link{
color:#AC0020;
text-decoration: underline;
}

a:visited{
color:#AC0020;
text-decoration: underline;
}

a:hover{
color:#AC0020;
text-decoration: none;
}

a:active{
color:#AC0020;
text-decoration: underline;
}

/*共通*/
.left{
float:left;
}

.right{
float:right;
}

.clear{
	display: block;
	clear:both;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.block{
display:block;
}

.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}

.hw{
	color: #F43516;
	font-weight: normal;
	padding: 3px 7px;
	background: url(./img/title_bg.gif) repeat-x center;
	margin-top: 13px;
}

.pagetop{
	clear: both;
	width: 484px;
	height: 11px;
	background: url(./img/pagetop.gif) no-repeat right;
}
.pagetop a{
	display: block;
	float: right;
	width: 94px;
	height: 11px;
	font-size: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a:hover{background: url(./img/pagetop_hover.gif) no-repeat;}

/* table */
.table1{
	clear: both;
	width: 474px;
	border-top: solid 1px #E0E0E0;
}
.table1 th, .table1 td{
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #E0E0E0;
}
.table1 th{
	font-weight: normal;
	white-space: nowrap;
	padding-left: 5px;
}
.table1 th img{margin-top: 2px;}
.table1 td{padding-left: 35px;}
.table1 td ul{
	margin: 3px 0 3px 10px;
	padding: 0 0 0 10px;
}

.btnt{margin: 12px 0 0 12px;}
.btnt td{
	padding-right: 35px;
}

/* box */
.box{
	width: 474px;
	margin: 7px 0 10px 10px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box img.left{margin-right: 10px;}
.box img.right{margin-left: 10px;}

#sub_c{ float:right; }
#sub_c li{ float:left; display:inline; padding:0 3px;}


/* 物件詳細表 */
.s1{
	width: 440px;
	font-size: 10px;
	background-color: #999999;
}

.s2{
	width: 110px;
	padding: 8px 8px 8px 5px;
	background-color: #ccffcc;
	font-weight: bold;
	color: #595959;
}

.s3{
	width: 110px;
	padding: 8px 8px 8px 5px;
	background-color: #ffffff;
}

.s4{
	padding: 8px 8px 8px 5px;
	background-color: #ffffff;
}

