@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	background-color: #f0f0e1;
	text-align: center;
}

a:link {
	color: #09c;
}

a:visited {
	color: #09c;
}

a:hover {
	color: #09c;
	text-decoration: none;
}

a:active {
	color: #09c;
	text-decoration: none;
}

#top {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 1000px;
	padding: 7px 0 9px 0;
	background: url(../images/share/header_bg.jpg) 0 bottom no-repeat;
	overflow: hidden;
}

#contents {
	width: 998px;
	background: url(../images/share/bg_line.jpg) 267px 0 repeat-y #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main {
	float: right;
	width: 711px;
	padding: 22px 9px 0 0;
}

#sub {
	float: left;
	width: 254px;
	padding: 22px 0 0 12px;
}

#footer {
	clear: both;
	width: 970px;
	padding: 14px;
	background-color: #f7f7f7;
	border-top: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #ccc;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

.txtR {
	text-align: right;
}

.b {
	font-weight: bold;
}

.color_r {
	color: #d00;
}

.pdf {
	padding: 0 19px 2px 0;
	background: url(/images/item/pdf_icon.gif) right 0 no-repeat;
}

a.blank {
	padding-left: 15px;
	background: url(/images/item/blank_icon.gif) 0 0.4em no-repeat;
}

.normal_arrow {
	padding-left: 13px;
	background: url(/images/item/normal_arrow.jpg) 0 0.2em no-repeat;
}

/*
	clearfix
*/
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#top
----------------------------------------------------*/

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	font-size: 0.85em;
}

#header #heder_left {
	float: left;
	font-size: 0.84em;
}

#header p {
	margin: 0;
	letter-spacing: -1px;
}

#header #heder_right {
	float: right;
	width: 208px;
	padding-top: 5px;
}

#header #logo {
	width: 371px;
	height: 72px;
	margin: 12px 0 0 0;
}

#header #logo a {
	display: block;
	width: 371px;
	height: 72px;
	background: url(../images/share/logo.jpg) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#header #heder_right ul {
}

#header #heder_right ul li {
	float: left;
	line-height: 23px;
}

#header #heder_right ul li a {
	padding: 0 4px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #999;
}

#header #heder_right ul#btn_inqiury {
	clear: both;
	padding-top: 8px;
}

#header #heder_right #corp_logo {
	height: 23px;
}

#header #heder_right #corp_logo a {
	display: block;
	width: 115px;
	height: 23px;
	padding: 0 4px;
	background: url(../images/share/corp_logo.jpg) 0 0 no-repeat;
	border: none;
	text-indent: -5000em;
	overflow: hidden;
}

#header #heder_right ul#btn_inqiury li {
	padding: 0;
}

#header #heder_right ul#btn_inqiury li a {
	display: block;
	width: 200px;
	height: 41px;
	background: url(../images/share/btn_inquiry.jpg) 0 0 no-repeat;
	border: none;
	text-indent: -5000em;
	overflow: hidden;
}

#header #heder_right ul#btn_inqiury li a:hover,
#header #heder_right ul#btn_inqiury li a:active {
	background-position: 0 -41px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear: both;
	text-align: left;
}

#contents h1 {
	margin-bottom: 0.5em;
	font-size: 2em;
	font-weight: bold;
}

#contents h2 {
	margin-bottom: 0.5em;
	font-size: 1.7em;
	font-weight: bold;
}

#contents h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}


#contents dl dt,
#contents dl dd {
	line-height: 2;
}

#contents dl dt {
	font-weight: bold;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

/*----------------------------------------------------
	#link_path
		パンくず
----------------------------------------------------*/
ol.link_path {
	margin-bottom: 9px;
}

ol.link_path li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
	background: url(../images/icon/link_path.png) right 0.3em no-repeat;
	font-size: 0.8em;
}

ol.link_path li.lastChild {
	background: none;
}

ol.link_path li a {
	color: #666;
}

/*----------------------------------------------------
	.pageTop
		ページトップ
----------------------------------------------------*/
.pageTop {
	width: 968px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 0.85em;
	text-align: right;
}

.pageTop a {
	padding-left: 12px;
	background: url(../images/icon/arrow_black.jpg) 0 center no-repeat;
	color: #666;
	letter-spacing: 0;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,verdana,Sans-Serif;
}

#sub #search_title {
	width: 243px;
	height: 35px;
	background: url(../images/share/title_search.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #sp_title {
	width: 243px;
	height: 35px;
	background: url(../images/share/title_special.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #search_area {
	width: 240px;
	padding: 4px 0 8px 3px;
	margin-bottom: 15px;
	background-color: #f0f0e1;
}

#sub #search_list {
	margin-bottom: 10px;
}

#sub #search_list dt {
	width: 238px;
	height: 29px;
	background: url(../images/share/title_list.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #search_list dd {
	padding-left: 4px;
}

#sub #search_list dd ul li a {
	display: block;
	width: 227px;
	height: 39px;
	text-indent: -5000em;
	overflow: hidden;
}

#sub #search_list dd ul li#apartment a {
	background: url(../images/share/btn_apartment.jpg) 0 0 no-repeat;
}

#sub #search_list dd ul li#detached a {
	background: url(../images/share/btn_detached.jpg) 0 0 no-repeat;
}

#sub #search_list dd ul li#tyukai a {
	background: url(../images/share/btn_tyukai.jpg) 0 0 no-repeat;
}

#sub #search_list dd ul li a:hover,
#sub #search_list dd ul li a:active {
	background-position: 0 -39px !important;
}

#sub #area_list {
	margin-bottom: 10px;
}

#sub #area_list dt {
	width: 238px;
	height: 29px;
	background: url(../images/share/title_area.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #area_list dd {
	padding-left: 4px;
}

#sub #area_list dd p {
	margin: 0;
	font-size: 0.7em;
	letter-spacing: 0;
}

#sub #area_list dd ul.tabNav {
	overflow: hidden;
}

#sub #area_list dd ul.tabNav li {
	float: left;
}

#sub #area_list dd ul.tabNav li a {
	display: block;
	height: 21px;
	text-indent: -5000em;
	overflow: hidden;
}

#sub #area_list dd ul.tabNav li#kansai a {
	width: 113px;
	background: url(../images/share/tab_kansai.jpg) 0 0 no-repeat;
}

#sub #area_list dd ul.tabNav li#syuto a {
	width: 115px;
	background: url(../images/share/tab_syuto.jpg) 0 0 no-repeat;
}

#sub #area_list dd ul.tabNav li a.active,
#sub #area_list dd ul.tabNav li a:hover,
#sub #area_list dd ul.tabNav li a:active {
	background-position: 0 -21px !important;
}

#sub #area_list #kansai_area {
	clear: both;
	width: 226px;
	height: 170px;
	margin-bottom: 10px;
	background: url(../images/share/map_kansai.jpg) 0 0 no-repeat;
}

#sub #area_list #syuto_area {
	clear: both;
	width: 226px;
	height: 170px;
	margin-bottom: 10px;
	background: url(../images/share/map_syutoken.jpg) 0 0 no-repeat;
}

#sub #area_list #kansai_area ul,
#sub #area_list #syuto_area ul {
	position: relative;
}

#sub #area_list #kansai_area ul li,
#sub #area_list #syuto_area ul li {
	width: 47px;
	position: absolute;
}

#sub #area_list #kansai_area ul li a,
#sub #area_list #syuto_area ul li a {
	display: block;
	height: 20px;
	text-indent: -5000em;
	overflow: hidden;
}

#sub #area_list #kansai_area #hyogo {
	left: 44px;
	top: 49px;
}

#sub #area_list #kansai_area #osaka {
	left: 116px;
	top: 113px;
}

#sub #area_list #kansai_area #kyoto {
	left: 132px;
	top: 19px;
}

#sub #area_list #kansai_area #nara {
	left: 173px;
	top: 123px;
}

#sub #area_list #syuto_area #tokyo {
	left: 60px;
	top: 50px;
}

#sub #area_list #syuto_area #kanagawa {
	width: 60px;
	left: 46px;
	top: 99px;
}

#sub #area_list #syuto_area #chiba {
	left: 150px;
	top: 81px;
}

#sub #area_list #syuto_area #saitama {
	left: 59px;
	top: 9px;
}

#sub #kodawari_list dt {
	width: 238px;
	height: 29px;
	background: url(../images/share/title_kodawari.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #kodawari_list dd {
	margin: 4px 7px 0 4px;
}

#sub #kodawari_list dd ul {
	padding-left: 79px;
	background: url(../images/share/bg_kodawari.jpg) 0 0 no-repeat #fff;
}

#sub #kodawari_list dd ul li {
	padding-left: 30px;
	font-size: 0.85em;
	letter-spacing: 0;
}

#sub #kodawari_list dd ul li.station {
	background: url(../images/icon/icon_station.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.shopping {
	background: url(../images/icon/icon_shopping.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.education {
	background: url(../images/icon/icon_education.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.natural {
	background: url(../images/icon/icon_natural.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.park {
	background: url(../images/icon/icon_park.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.newtown {
	background: url(../images/icon/icon_newtown.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.garden {
	background: url(../images/icon/icon_garden.jpg) 0 center no-repeat;
}

#sub #kodawari_list dd ul li.takuchi {
	background: url(../images/icon/icon_takuchi.jpg) 0 center no-repeat;
}

#sub #banner_list {
	margin-bottom: 10px;
}

#sub #banner_list li a img {
	padding: 2px;
	border: 1px solid #ccc;
}

#sub #banner_list li a:hover img {
	border: 1px solid #158e0c;
}

#sub dl#info_list {
	width: 237px;
	padding: 2px 0 0 4px;
	border: 1px solid #ccc;
}

#sub #info_list dt {
	width: 234px;
	height: 55px;
	background: url(../images/share/title_info.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #info_list dd {
	padding-left: 12px;
}

#sub #info_list dd ul li {
	padding-left: 12px;
	background: url(../images/icon/arrow_blue.jpg) 0 center no-repeat;
	font-size: 0.85em;
}

#sub .banner a{
	width:219px;
	height:65px;
	margin:0px auto 0 10px;
	background: url(../images/banner/banner_hoshihiro.jpg) 0 center no-repeat;
	display:block;
	text-indent: -5000em;
	overflow:hidden;
	}
	
#sub .banner2 a{
	width:220px;
	height:66px;
	margin:30px auto 0 10px;
	background: url(../images/banner/planeclub-banner.gif) 0 center no-repeat;
	display:block;
	text-indent: -5000em;
	overflow:hidden;
	}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	font-size: 0.85em;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Osaka,verdana,Sans-Serif;
}

#footer ul {
	clear: both;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	padding: 0 15px;
	color: #999;
	border-left: 1px solid #999;
}

#footer ul li.end a {
	border-right: 1px solid #999;
}

#footer ul li#corp_logo2 a {
	display: block;
	width: 106px;
	height: 20px;
	background: url(../images/share/corp_logo2.jpg) 0 center no-repeat;
	border: none;
	text-indent: -5000em;
	overflow: hidden;
}

#footer #copy {
	clear: both;
	color: #999;
	text-align: right;
}

#footer #area_link {
	margin-bottom: 16px;
	overflow: hidden;
	zoom: 1;
}

#footer h2 {
	margin-bottom: 5px;
}

#footer h2,
#footer #area_link,
#footer #area_link a {
	color: #666;
}

#footer #area_link .left {
	float: left;
	width: 400px;
}

#footer #area_link dl {
	margin-bottom: 5px;
	padding-right: 20px;
	overflow: hidden;
	zoom : 1;
}

#footer #area_link dl dt,
#footer #area_link dl dd {
	float: left;
}

#footer #area_link dl dt {
	width: 190px;
	padding-right: 2px;
	border-right: 1px solid #999;
}

#footer #area_link dl dd {
	width: 170px;
	padding-left: 5px;
}

