@CHARSET "UTF-8";
/** 朝日不動産　プロデュース＆コンサル物件 **/
@import url(http://fonts.googleapis.com/css?family=Marcellus|Federo);

* {}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	width: 980px;
	margin: 0px auto;
	background:url(../img/back.png) no-repeat center -80px;
}
/** 左ペイン **/
article {
	padding-bottom:100px;
}
header {
	color: #000000;
	height: 300px;
	width: 270px;
	padding-left: 5px;
	margin-bottom: 1px;
	float:left;
}
header p {
	font-size: 16px;
	font-weight: bold;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: 16px;
	padding: 10px 0px 50px 57px;
}
header h2 {
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px 10px 5px;
}
header h2.cn{
		font-family: 'Federo', sans-serif;
}
header h2.pl{
		font-family: 'Marcellus', serif;
}
header h2 small {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	display: block;
}
section#appeal{
	width:643px;
	float:right;
	padding-top:100px;
}
section#appeal ul#thumbnail {
	list-style: none;
}
section#appeal ul#thumbnail img {
	vertical-align: middle;
}
section#appeal ul#thumbnail li {
	float: left;
	margin-bottom: 1px;
}
article section#appeal div {
	padding-top: 35px;
	padding-left: 35px;
	clear: both;
}
section#summary {
	width: 270px;
	padding-top:30px;
	padding-left:5px;
	font-size:14px;
	line-height:1.5em;
}
article section#summary ul {
	list-style: none;
	margin-bottom: 30px;
}
article section#summary li {
	margin-bottom: 1em;
}
article section#summary p {
	margin-bottom: 30px;
}
/** MENU RESERVE **/
article nav {
	width: 150px;
	margin: 80px auto;
}
article nav li {
	height: 30px;
	border-left: solid 30px;
	margin-bottom: 30px;
}
article nav li.liBlue {border-left-color: #036;}
article nav li.liRed {border-left-color: #603;}
article nav li.liGreen {border-left-color: #033;}

/** フッター **/
footer {
	color: #505161;
	font-size: 12px;
	text-align: center;
	clear: both;
}
/** COMMON CLASS **/
.sqBlue {background: #036;}
.sqRed {background: #603;}
.sqGray {background: #0F0F12;}
.sqGreen {background: #033;}
.txBlue {color: #036;}
.txRed {color: #603;}
.txGreen {color: #033;}
