﻿@charset "utf-8";

/*====================================================================

common.css

=====================================================================*/

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
table1{
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

p{
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color:#3b1917;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}

#footer #unker a:link,
#footer #unker a:visited,
#footer #unker a:hover,
#footer #unker a:active{
	color:#503037;
	outline:none;
}

#footer #unker a:link   {text-decoration: none;}
#footer #unker a:visited{text-decoration: none;}
#footer #unker a:hover  {text-decoration: underline;}
#footer #unker a:active {text-decoration: none;}

#footer a:link   {text-decoration: none;}
#footer a:visited{text-decoration: none;}
#footer a:hover  {text-decoration: none;}
#footer a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/

body{
	background:url(../img/bg.gif) repeat;
	text-align:left;
	font-size: 12px;
	color:#010101;
}
#wrapper{
	margin:0 auto;
	background-color:#fffbf4;
	width:870px;
}

#header,
#navi,
#footer{
	width: 870px;
	margin:0 auto;
}

#main{
	background:#fff url(../../img/bg_main.gif) no-repeat;
	padding:20px 25px 0px;
	width:820px;
	height:285px;
}

#h2{
	float:right;
}


/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/

#header{
	position:relative;
	padding:0px;
	background: url(../img/bg_header.gif) no-repeat;
	height:116px;
}

#header h1{
	position:absolute;
	top:5px;
	left:35px;
	font-size:10px;
	color:#54343b;
}

#header #logo{
	position:absolute;
	bottom:0px;
	left:20px;
	width: 371px;
	height:90px;
}

#header #logo a{
	display:block;
	width: 350px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
}

/*--------------------------------------------------------------------/
	p_navi
/--------------------------------------------------------------------*/

#p_navi{
	position:absolute;
	top:15px;
	right:20px;
	width:285px;
	height:25px;
}
#p_navi li{
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
}
#p_navi li a{
	display:inline;
	text-indent: -9999px;
	outline: none;
}
#p_navi li#pn1 a{
	background: url(../img/p_navi01.gif) no-repeat;
	width:75px;
	height:25px;
	float:left;
}
#p_navi li#pn1 a:hover{
	background: url(../img/p_navi01_over.gif) no-repeat;
}
#p_navi li#pn2 a{
	background: url(../img/p_navi02.gif) no-repeat;
	width:90px;
	height:25px;
	float:left;
}
#p_navi li#pn2 a:hover{
	background: url(../img/p_navi02_over.gif) no-repeat;
}
#p_navi li#pn3 a{
	background: url(../img/p_navi03.gif) no-repeat;
	width:120px;
	height:25px;
	float:left;
}
#p_navi li#pn3 a:hover{
	background: url(../img/p_navi03_over.gif) no-repeat;
}

/*--------------------------------------------------------------------/
	p_navi
/--------------------------------------------------------------------*/

#s_nav{
	float:left;
	width:210px;
	overflow:hidden;
}
#s_navi_buy{
	background:#fff url(../../img/bg_buy.gif) no-repeat;
	padding-top:35px;
	width:210px;
	height:90px;
}
#s_navi_rent{
	background:#fff url(../../img/bg_rent.gif) no-repeat;
	margin-top:15px;
	padding-top:35px;
	width:210px;
	height:90px;
}
#s_nav ul{
	width:192px;
	margin:0 auto 0px;
}
#s_nav ul li,
#s_nav ul li a{
	width:192px;
	height:37px;
}
#s_nav ul li a{
	display:block;
	text-indent:-9999px;
}

#buy_nav1 a,
#rental_nav1 a{
	background:url(../../img/bt_area.gif) 0 0 no-repeat;
	width:192px;
	height:37px;
}
#buy_nav2 a,
#rental_nav2 a{
	background:url(../../img/bt_train.gif) 0 0 no-repeat;
	width:192px;
	height:37px;
	margin-top:10px;
}
#buy_nav1 a:hover,
#buy_nav2 a:hover,
#rental_nav1 a:hover,
#rental_nav2 a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}


/*--------------------------------------------------------------------/
	container
/--------------------------------------------------------------------*/

#container{
	margin:0 auto;
	padding:15px 25px 0;
	width:820px;
}

#sidebar{
	float:left;
	width:210px;
	
}


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

#contents{
	width:820px;
}

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


#contents_right{
	float:right;
	width:595px;
}

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


#footer{
	margin-top:20px;
	position:relative;
	background: url(../img/bg_footer.gif) no-repeat;
	clear:both;
	width:870px;
	height:85px;
}

#footer p{
	position:absolute;
	bottom:10px;
	right:25px;
}

#pagetop{
	position:absolute;
	top:15px;
	right:25px;
	width:95px;
	height:25px;
}
#pagetop a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}


#footer *{
	font-size:10px;
}

#footer ul#unker{
	position: absolute;
	top:15px;
	left:30px;
	display:block;
	height: 14px;
	text-align:left;
	text-align:center;
}

#footer ul#unker li{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-right: 8px;
	border-right: solid 1px #503037;
	line-height:1.2;
	height: 14px;
}
#footer ul#unker li.bl{
	display: block;
	float:left;
	margin: 4px 8px 0 0;
	padding-right: 8px;
	border-right:none;
	line-height:1.2;
	height: 14px;
}

/*--------------------------------------------------------------------/
	other
/--------------------------------------------------------------------*/

.right{float: right;}
.left{float: left;}

.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}

/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }

.tp{
	color:#d95086;
}
.mb5{margin-bottom:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mt65{margin-top:65px;}
.auto{margin:10px auto 0 auto}

.ml10{margin-left:10px;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin:10px auto;
	width:575px;
}

.pagetop img{
	float:right;
}

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

/*reasestate senyou
----------------------------------------------------------------*/
.sta h4{
	padding:5px 8px;
	border:1px solid #16367f;
 	background:#674028;
	font-weight:normal;
	color:#ffffff;
}
.sta span{
	margin:3px;
	width:175px;
	float:left;
	font-size:9pt;
	color:#222222;
}
.sta span input{
	margin-right:3px;
}

