@charset "UTF-8";

/* 初期設定
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #006699;
	text-decoration: underline;
}

/* html,body
---------------------------------------------*/
html {
	background: #FFF url(../images/head_bg.jpg) left top repeat-x;
	
}
body {
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "ＭＳ Ｐゴシック", san-serif;
	line-height: 1.4;
	background: url(../images/body_bg.gif) left bottom repeat-x;
}
*+html body, * html body {
	font-size: 75%; /* for WinIE 6,7 */
}

/* レイアウトの骨格
---------------------------------------------*/
#wrapper {
	width: 782px;
	margin: 0 auto;
	position: relative;
}
#main {
	width: 774px;
	background: #FFF;
	padding: 0 4px;
	position: relative;
	top: 61px;
}
#content {
	clear: both;
	background: #FFF url(../images/main_bg.gif) left top repeat-y;
	margin-bottom: 30px;
}
#primary {
	float: left;
	width: 358px;
}
#secondary {
	float: right;
	width: 415px;
}
#footer {
        position: relative;
	width: 955px;
	margin: 61px auto 0 auto;
	height: 87px;
}

/* パンくず
---------------------------------------------*/
#topicPath {
	margin: 5px 0;
	border: 1px solid #E7E7E7;
	padding: 5px 0 5px 10px;
}
#topicPath .pathFirst {
	color: #006699;
}
#topicPath li {
	float: left;
	font-size: 83%;
	padding: 0 0 0 5px;
}


/* ロゴ・ヘッダー・物件検索
---------------------------------------------*/
#logo {
	position: absolute;
	top: 11px;
	left: 10px;
	height: 61px;
}

#navigation {
	background: url(../images/nav_bg.jpg) repeat-x;
	height: 31px;
}
#navigation ul {
	padding: 7px 0 6px 10px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	padding: 0 29px 0 0;
}
#mainbg {
	clear: both;
	padding: 2px 0;
}
#search h2 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	background: url(../images/search_tit.jpg) left top no-repeat;
}
#search img {
	float: left;
}

/* 新着情報
---------------------------------------------*/
#rss {
	position: relative;
}
#rss #rssIcon {
	position: absolute;
	top: 10px;
	right: 84px;
	width: 21px;
}
#rss #rssImg {
	position: absolute;
	top: 12px;
	right: 3px;
	width: 78px;
}
#primary h2 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	border-right: 1px solid #FFF;
	background: #FFF url(../images/info_tit.jpg) left top no-repeat;
}
#primary dl {
	padding: 10px 5px 0;
}
#primary dl dt {
	color: #CC0033;
	font-size: 108%;
}
#primary dl dd {
	padding: 0 0 15px 0;
}
#primary p {
	text-align: right;
	padding: 15px;
}

/* おすすめ物件
---------------------------------------------*/
#secondary h2 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	background: url(../images/reco_tit.jpg) left top no-repeat;
}
#rental {
	margin: 2px 0 0 0;
	background: #EEF7FF;
	padding: 5px 0 0 0;
}
.section {
	clear: both;
	background: #EEF7FF url(../images/reco_bg_blue.gif) right top no-repeat;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #978686;
	margin: 0 0 5px 5px;
}
.section h3 {
	color: #003366;
	font-size: 108%;
	padding: 15px 0 0 0;
}
.section img {
	float: left;
	padding: 0 10px 0 0;
}
.section ul {
	float: left;
}
.section ul li img {
	padding: 3px 0 0 0;
}
#sales {
	clear: both;
	margin: -5px 0 0 0;
	background: #FFF0F4;
}
#sales .section {
	clear: both;
	background: #FFF0F4 url(../images/reco_bg_red.gif) right top no-repeat;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #978686;
	margin: 0 0 5px 5px;
}
#sales .section h3 {
	color: #CC0033;
}
#sales #first {
	background: #FFF0F4 url(../images/reco_bg_red.gif) right 5px no-repeat;
	padding: 5px 0 5px 0;
}

	
	
/* バナー
---------------------------------------------*/
#banner {
	clear: both;
	padding: 0 0 30px 83px;
}
#banner00 { 
	float: left;
	padding: 0 3px 30px 0;
}
#banner01 {
	padding-bottom: 30px;
}
#banner02 {
	float: left;
	padding: 0 3px 0 0;
}
#banner03 {
	float: left;
	padding: 0 3px 0 0;
}
#banner04 {
	float: left;
}
#banner05 {
	position: absolute;
	top: 11px;
	right: 10px;
	height: 61px;
}
#banner06 {
	position: absolute;
	top: 11px;
	right: 230px;
	height: 61px;
}
#banner07 {
	position: absolute;
	top: 11px;
	right: 10px;
	height: 61px;
}

/* フッター
---------------------------------------------*/
#footerNav {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footerNav li {
	float: left;
	padding: 0 0 5px 20px;
}
address {
	clear: both;
	padding: 10px 0 0 0;
	text-align: right;
}

/* clearfix
---------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
.buttons {
	cursor: pointer;
	_cursor: hand; /* for WinIE 5,6 */
}