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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
	min-width: 1370px;
	background: #FFF;
	border-top: 3px solid #000;
}
#main {
	float: left;
	margin: 0;
}
#footArea .inner {
	width: 960px; /* default 960px */
	padding-right: 240px; /* default 220px */
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */



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

/* =========================================================
header
========================================================= */
header {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

header h1 {
	float: left;
	padding: 0px 0 14px;
}

.infoArea03 {
	float: right;
	margin-left: 10px;
}

/* footer共通 */
.infoArea02 {
	float: right;
	margin-left: 20px;
}
.infoArea02 li {
	width: 130px;
	height: 46px;
	margin: 0 0 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
}
.infoArea02 li a {
	display: block;
	padding-left: 20px;
	background: #E8007F url(../img2/ico_mail_01.png) no-repeat 20px center;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
}
.infoArea02 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);}

.infoArea01 {
	float: right;
	text-align: right;
}
.infoArea01 .tel {
	display: inline-block;
	padding: 5px 0 5px 30px;
	background: url(../img2/ico_tel_01.png) no-repeat left 40%;
	color: #EA168E;
	font-size: 30px;
}
.infoArea01 .address {
	line-height: 22px;
}

/* =========================================================
topContents
========================================================= */
#topContents {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#topSearch01 {
	float: left;
	width: 676px;
}
#topSearch01 li {
	float: left;
	margin: 0 12px 10px 0;
}

#topSearch02 {
	float: right;
	width: 495px;
	height: 200px;
	position: relative;
}
#topSearch02 li {
	float: left;
	width: 94px;
	height: 94px;
	margin: 0 5px 12px 0;
}
#topSearch02 li.demo {
	margin: 0;
	position: absolute;
	top: 0;
	left: -5px;
}

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

/* =========================================================
sideArea
========================================================= */
#sideArea {
	float: right;
	width: 220px; /* default 200px */
	margin: 10px 0 10px;
}

#sideArea .sideBnr {
	margin: 0 0 20px;
}

#sideArea .sideBnr li {
	margin: 0 0 10px;
}

#sideArea .sideBnr li a {
}

#sideArea .sideSearch {
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	background: #F5F5F5;
}
#sideArea .sideSearch:last-of-type {
	margin-bottom: 20px;
}

#sideArea .sideSearch dt {
	margin: 0 0 3px;
}

#sideArea .sideSearch dd {
	padding-left: 12px;
	background: url(../img2/ico_arrow_01.gif) no-repeat left center;
	line-height: 28px;
}

#sideArea .sideSearch dd a {
	color: #666;
	text-decoration: none;
}
#sideArea .sideSearch dd a span {
	font-weight: bold;
	color: #000;
}
#sideArea .sideSearch dd a:hover,
#sideArea .sideSearch dd a:hover span {
	color: #F00;
}


/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	border-top: 3px solid #000;
}

footer h1 {
	float: left;
	padding: 14px 0;
}

#footInner {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
