@CHARSET "UTF-8";
/** 朝日不動産　プロデュース＆コンサル物件 **/
* {}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	width: 980px;
	margin: 0px auto;
}
/** 左ペイン **/
article {
	width: 350px;
	float: left;
}
header {
	color: #505161;
}
header p {
	font-size: 16px;
	font-weight: bold;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: 16px;
	padding-top: 20px;
	padding-left: 54px;
}
header h1 {
	font-size: 40px;
	font-weight: normal;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	letter-spacing: 1px;
	margin-top: 130px;
	clear: left;
}
header h1 small {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	text-align: right;
	display: block;
}
header h2 {
	text-align: center;
	margin-top: 18px;
}
article section {
	font-size: 14px;
}
article section p {
	line-height: 1.8;
}
article section#appeal {
	margin-top: 130px;
}
article section#summary {
	width: 250px;
	margin: 80px auto 0px;
}
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;}

/** 右ペイン **/
aside {
	width: 600px;
	float: right;
}
aside img {
	vertical-align: middle;
}
aside div#photoBox {
	height: 800px;
	background: #000;
	overflow: hidden;
}
aside ul#thumbnail {
	list-style: none;
}
aside ul#thumbnail li {
	width: 120px;
	height: 120px;
	float: left;
}
aside ul#thumbnail li.sqBlue,
aside ul#thumbnail li.sqRed,
aside ul#thumbnail li.sqGray,
aside ul#thumbnail li.sqGreen {
	color: #FFF;
	padding: 4px;
	width: 112px;
	height: 112px;
	position: relative;
}
aside ul#thumbnail p {
	font-size: 16px;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	position: absolute;
	bottom: 0px;
}
aside ul#thumbnail li.sqWide {
	font-size: 25px;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: right;
	width: 240px;
	height: 70px;
	margin-top: 50px;
}
aside ul#thumbnail li.sqWide small {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	display: block;
}
/** フッター **/
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;}
