@CHARSET "UTF-8";
/** 朝日不動産　プロデュース＆コンサル物件 **/
@import url(http://fonts.googleapis.com/css?family=Marcellus|Federo|Julius+Sans+One);
* {}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	width: 980px;
	height: 100%;
	margin: 0px auto;
}
html {
	height: 100%;
}
header {
	color: #505161;
	height: 140px;
}
header h1 {
	font-size: 32px;
	font-weight: normal;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: 1.0;
	padding-top: 40px;
	padding-left: 104px;
}
article {
	clear: both;
}
section dl {
	color: #333;
	text-align: right;
	line-height: 1.2;
	width: 245px;
	float: left;
	cursor: pointer;
}
section dt {
	font-size: 12px;
	height: 300px;
}
section dt span {
	font-size: 28px;
	display: block;
}
section dl#gd span {
	font-size: 26px;
	font-family: Candara, sans-serif;
}
section dl#bn span {
	font-family: 'Julius Sans One', sans-serif;
}
section dl#pl span {
	font-family: 'Marcellus', serif;
	display: inline;
}
section dl#cn span {
	font-family: 'Federo', sans-serif;
}
/** フッター **/
footer {
	color: #505161;
	font-size: 12px;
	text-align: center;
	width: 980px;
	height: 30px;
	position: absolute;
	bottom: 0;
	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;}
