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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
	min-width: 1180px;
	background: url(./bg_header_01.png) repeat-x;
}
#main {
    margin: 5px auto 0;
}
#footArea .inner {
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */



/* =========================================================
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 {
}
#header {
	width: 1000px;
	margin: 0 auto;
}
#header h1 {
	padding: 25px 0 15px 0;
	color: #372A6D;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	/* padding-right: 107px; */
}
/*--------------------------------------------------------------------
  pagetitle
--------------------------------------------------------------------*/
#pagetitle {
	position: relative;
	width: 1000px;
	height: 145px;
	margin: 0 auto;
	background: url(./bg_pagetitle_01.png) no-repeat;
	/* padding-right: 42px; */
}
#pagetitle h2 {
	position: absolute;
	top: -36px;
	left: -60px;
	z-index: 9999;
}
#pagetitle h3 {
	width: 300px;
	height: 50px;
	padding: 45px 20px 80px 680px;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
#pagetitle h3 span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

/* =========================================================
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 {
	background: url(./bg_footer_01.png) repeat-x;
	margin-top: 20px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer #pagetop {
	height: 30px;
	margin: 0 0 25px 0;
	text-align: right;
}
#footer #footerMap {
	float: right;
	width: 670px;
	margin: 0 0 30px 0;
}
#footer #footerCompany {
	float: left;
	width: 290px;
}
#footer #footerCompany p {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 15px;
	line-height: 22px;
}
#footer #footerCompany ul {
	height: 190px;
	margin: 0 0 30px 0;
	padding: 0 0 0 50px;
	background: url(./img_footer_03.png) no-repeat;
}
#footer #footerCompany ul li {
	padding: 0 0 0 10px;
	background: url(./ico_footer_01.png) no-repeat 0 9px;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}
#footer #footerCompany ul li a {
	color: #333;
	text-decoration: none;
}
#footer #footerCompany ul li a:hover {
	text-decoration: underline;
}
#footer #footerCompany .copyright {
	color: #000;
	font-size: 11px;
	line-height: 14px;
}