@charset "utf-8";
/* CSS Document */

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
	min-width: 1180px;
}
#footArea .inner {
	padding-right: 220px; /* default 220px */
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */
/*============================
#header
============================*/
#header{
	width:100%;
	
}
#headerBg{
	width:100%;
	height: 100px;
    background: url(../hdr_bg01.png) repeat-x;
    margin: 0 auto;
}
#headerInner {
	width:960px;
	margin: 0 auto;
}
#headerInnerLeft {
	float: left;
}
#headerInnerRight {
	float: right;
}
#diaryArea {
	height: 200px;
	overflow: scroll;
}

#headerInnerLeft h1 a {
    background: url(../logo.png?170519) no-repeat;
    width: 357px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    margin-top: 25px;
    margin-left: 20px;
}
#headerInnerLeft h1 a:hover{
    background: url(../logo_on.png?170519) no-repeat;
}
#headerTel {
	padding-top:35px;
	padding-right: 20px;
}
#headerOpen {
	font-size: 11px;
	padding-top: 10px;
	/* padding-left: 10px; */
}
/*============================
#gNav
============================*/
#gNav {
	width: 100%;
	background: url(../hdr_bg03.png) repeat-x;
}
#gNav ul#nav {
	background: url(../gnavi_bg.png) no-repeat;
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
#gNav ul#nav li {
	height: 100%;
	line-height: 50px;
	float: left;
	text-align: center;
}
#gNav ul#nav li a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display:block;
}

#gNav ul#nav li a:hover{
	color:#AAA;
}

div#gNav ul.length3 li{ width:33.33%;}
div#gNav ul.length4 li{ width:25%;}
div#gNav ul.length5 li{ width:20%;}
div#gNav ul.length6 li{ width:20%;}
div#gNav ul.length7 li{ width:14.28%;}
div#gNav ul.length8 li{ width:12.5%;}
div#gNav ul.length9 li{ width:11.11%;}
div#gNav ul.length10 li{ width:10%; font-size:12px;}


/*============================
#footer
============================*/
#footer {
	width: 100%;
	height: 250px;
	background: url(../ftr_bg.png) repeat-x center top;
}
#footerInner01 {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(../ftr_bg01.png) no-repeat;
}

#pagetop {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#footerInner02 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footerInnerLeft {
	float: left;
	padding-top: 30px;
	position: relative;
}
#footerInnerRight {
	width: 400px;
	float: right;
}
#footerBottom {
	width: 960px;
	margin: 0 auto;
}

#fLinks ul li {
    float: left;
    background: url(../icon01.png) no-repeat left center;
    padding-right: 20px;
    margin-bottom: 7px;
}

#fLicense {
    margin-left: 80px;
    position: absolute;
    top: 13px;
  
    white-space: nowrap;
    left: -72px;
}
#fCompany a {
	background: url(../logo.png?170519) no-repeat;
	width: 357px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	margin-left: 10px;
}
#fCompany a:hover{
	background: url(../logo_on.png?170519) no-repeat;
}

#fTel {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 10px 10px 0px;
}
#fOpen {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
}
#fAddress {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
}
#fLinks {
	float:left;
}
#fLinks ul {
	margin-top: 40px;
	margin-left: 20px;
	width: 530px;
}
#fLinks ul li {
	float: left;
	padding-right: 20px;
	margin-bottom: 7px;
}
#fLinks ul li a {
	font-size: 13px;
	display: block;
	padding-left: 15px;
    color: #333;
}
#fCopy {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}
#fLinks ul {
    margin-top: 40px;
    margin-left: 10px;
    width: 513px;
}
a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #990000;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:hover img.opa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#fCopy {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}
#fOpen {
    font-size: 11px;
    padding-top: 2px;
    padding-left: 10px;
    line-height: 16px;
}

/*============================
SP用
============================*/
.sfont{ display:none; }

/*============================
ダイアリー用
============================*/
.diaryNone{ display:none; }

/*============================
物件詳細用
============================*/
.wal{
	position:absolute;
	left:0;
	top:0;
}
#fCopy {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
}
#fLinks ul {
    margin-top: 15px;
    margin-left: 10px;
    width: 513px;
}

/* =========================================================
header,footer,side 共通
========================================================= */
header,footer,#sideArea {
	font-size: 12px;
	/* font-sizeやline-height等はここで指定する */
	/* bodyに指定すると物件概要枠に影響がでるので注意 */
}
header img, footer img, #sideArea img {
	/*vertical-align: bottom;*/
}

/* =========================================================
header
========================================================= */
header {
	background: #FFF; /* sample */
	-webkit-box-shadow: 0px 0px 2px 1px #C9C5BF;
	-moz-box-shadow: 0px 0px 2px 1px #C9C5BF;
	box-shadow: 0px 0px 2px 1px #C9C5BF;
}

/* =========================================================
contents
========================================================= */
#contents {
	width: 1180px; /* default 1180px */
	margin: 15px auto 0;
}

/* =========================================================
sideArea
========================================================= */
#sideArea {
	float: right;
	width: 200px; /* default 200px */
	margin: 10px 0 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 2px 1px #C9C5BF;
	-moz-box-shadow: 0px 0px 2px 1px #C9C5BF;
	box-shadow: 0px 0px 2px 1px #C9C5BF;
}

/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	background: #FFF; /* sample */
}
