@charset "UTF-8";

/* CSS Document */

/* よく使うクラスを定義 */

.clear {
	clear: both;
}
.center {
	text-align: center;
}

/* 主なタグを定義 */

body {
	margin: 0px;
	padding: 0px;
	font: 87%/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../img/bg_body.gif) repeat-x left top;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img { 
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1em;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 16px;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0px;
	border-style: none;
}
th, td {
	vertical-align: top;
	text-align: left;
}
strong {
	font-weight: normal;
}
img {
	border: 0px;
}
input {
	padding-top: 2px;
	padding-bottom: 0px;
}
ul,ol {
}
dl {
}
a:link {
	color: #0075a9;
	text-decoration: underline;
}
a:visited {
	color: #0075a9;
	text-decoration: underline;
}
a:hover {
	color: #f41f74;
	text-decoration: none;
}
a:active {
	color: #f41f74;
	text-decoration: none;
}

/* 共通するブロックを定義 */

#container {
	width: 956px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	padding: 0px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	height: 88px;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 24px;
}
#menu {
	background: url(../img/bg_menu.gif) repeat-x;
	height: 47px;
	margin-bottom: 20px;
}
#menu ul {
	list-style: none;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}
#menu ul li {
	float: left;
}
#main {
	width: 760px;
	float: left;
}
#main .main_inner {
	width: 754px;
	padding-right: 3px;
	padding-left: 3px;
}
#main .main_inner h2 {
	margin-bottom: 18px;
}
.to_top {
	text-align: right;
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar {
	float: right;
	width: 180px;
	padding-bottom: 16px;
}

/* フッター */

#footer_menu {
	clear: both;
	background: #f3f3f3;
}
#footer_menu p {
	width: 956px;
	color: #0075a9;
	font-size: 87%;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer_menu a:link {
	color: #0075a9;
	text-decoration: none;
}
#footer_menu a:visited {
	color: #0075a9;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #0075a9;
	text-decoration: underline;
}
#footer_menu a:active {
	color: #0075a9;
	text-decoration: underline;
}
#footer {
	background: #2a528a;
}
#footer address {
	color: #FFFFFF;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 32px;
	padding-bottom: 12px;
	font-style: normal;
	font-size: 87%;
	line-height: 1.4em;
}

/* サイドバー */

#sidebar ul {
	list-style: none;
	padding-bottom: 6px;
	border-bottom: 1px solid #eeeeee;
}
#sidebar ul li {
	margin-bottom: 4px;
}
#sidebar ul#side_builders_link {
	margin-top: 6px;
}
#sidebar ul#side_blog_link {
	margin-top: 6px;
	border: none;
}

/* ホームを定義 */

#home #menu {
	margin-bottom: 0px;
}
#home #sidebar {
	padding-top: 20px;
}
#home #main {
	background: url(../img/bg_home.jpg) no-repeat left top;
}
#home_main {
	position: relative;
	height: 570px;
}
#home_main h2 {
	position: absolute;
	left: 36px;
	top: 104px;
}
#home_main #description {
	position: absolute;
	left: 36px;
	top: 170px;
}
#home_main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#home_main ul#home_menu {
	position: absolute;
	left: 38px;
	top: 273px;
}
#home_main ul#home_menu li {
	float: left;
	margin: 0px 11px 8px 0px;
	padding: 0px;
}
#home_main ul#home_menu li.last {
	margin-right: 0px;
}
#home_main #home_sell_menu {
	position: absolute;
	left: 35px;
	top: 393px;
	width: 338px;
}
#home_main #home_rent_menu {
	position: absolute;
	top: 393px;
	left: 385px;
	width: 338px;
}
#home_main #home_sell_menu h3, #home_main #home_rent_menu h3 {
	margin-bottom: 6px;
}
#home_main #home_sell_menu li, #home_main #home_rent_menu li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 6px;
}
#home_contents {
	border-top: 1px solid #e3e3e3;
	margin-right: 38px;
	margin-left: 38px;
	padding-top: 22px;
}
#home #news_topic {
	float: left;
	width: 467px;
	clear: left;
	margin-top: 8px;
}
#home #news_topic h3 {
	position: relative;
	height: 32px;
	margin-bottom: 12px;
}
#home #news_topic .to_blog {
	position: absolute;
	top: 7px;
	right: 1px;
}
#home #news_topic ul {
	margin-left: 24px;
	margin-bottom: 16px;
	line-height: 1.6em;
	font-size: 87%;
}
#home_banner {
	float: right;
	width: 193px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home_banner li {
	margin-bottom: 8px;
}

/* Saraとはを定義 */

#about #main .main_inner h2 {
	margin-bottom: 6px;
}
#about_main1 {
	background: url(../../about/img/bg_main1.jpg) no-repeat;
	height: 665px;
	position: relative;
	margin-right: 1px;
}
#about_main1 h3 {
	position: absolute;
	top: 18px;
}
#about_main1 h4 {
	position: absolute;
	left: 36px;
	top: 102px;
}
#about_main1 #about_text {
	color: #FFFFFF;
	margin-bottom: 0px;
	position: absolute;
	left: 60px;
	top: 245px;
	width: 632px;
	height: 183px;
}
#about_main2 {
	background: url(../../about/img/bg_main2.gif) repeat-y;
	border-bottom: 6px solid #f4f3f3;
	padding: 10px 24px 16px 28px;
	color: #FFFFFF;
	margin-right: 1px;
}
#about_main2 .left_column {
	float: left;
	width: 266px;
}
#about_main2 iframe {
	float: right;
}
#about_main2 h3 {
	margin-bottom: 16px;
}
#about_main2 table {
	margin-left: 10px;
	line-height: 1.6em;
}
#about_main2 table th {
	font-weight: normal;
	width: 42px;
	padding-right: 6px;
}
#about_main2 table td {
}
#about_main2 #map_text {
	clear: both;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 86%;
}
#about_main2 #map_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#about_main2 #map_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#about_main2 #map_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#about_main2 #map_text a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* 買いたい方を定義 */

#sell_main {
	background: url(../../sell/img/bg_main.jpg) no-repeat;
	height: 240px;
	position: relative;
	margin-right: 1px;
	margin-bottom: 16px;
}
#sell_main h3 {
	position: absolute;
	left: 24px;
	top: 22px;
}
#sell_main ul {
	list-style: none;
	position: absolute;
	top: 111px;
	left: 51px;
}
#sell_main ul li {
	float: left;
	margin-right: 8px;
}
#sell-top #other_menu {
	list-style: none;
}
#sell-top #other_menu .left {
	float: left;
}
#sell-top #other_menu .right {
	float: right;
}

/* 借りたい方を定義 */

#rent_main {
	background: url(../../rent/img/bg_main.jpg) no-repeat;
	height: 247px;
	position: relative;
	margin-right: 1px;
	margin-bottom: 16px;
}
#rent_main h3 {
	position: absolute;
	left: 24px;
	top: 22px;
}
#rent_main ul {
	list-style: none;
	position: absolute;
	top: 111px;
	left: 51px;
}
#rent_main ul li {
	float: left;
	margin-right: 7px;
}
#rent-top #other_menu {
	list-style: none;
}
#rent-top #other_menu .left {
	float: left;
}
#rent-top #other_menu .right {
	float: right;
}

/* オープンハウス情報を定義 */

#openh_main th  {
	font-weight: normal;
	background: #ffdd94;
	padding: 8px 8px 8px 10px;
	line-height: 1.2em;
	font-size: 87%;
}
#openh_main td {
	background: #ffdd94;
	padding: 8px 8px 8px 0px;
	font-size: 87%;
	line-height: 1.2em;
	text-align: right;
}
#openh_main .c th {
	background: #ffeabc;
}
#openh_main .c td {
	background: #ffeabc;
}

/* 売却をお考えの方へを定義 */

#seller #main .main_inner h2 {
	margin-bottom: 8px;
}
#seller_main {
	background: url(../../seller/img/bg_main.jpg) no-repeat;
	height: 388px;
	position: relative;
	margin-right: 1px;
}
#seller_main h3 {
	position: absolute;
	left: 35px;
	top: 39px;
}
#seller_main ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 213px;
}
#seller_main ul li {
	float: left;
	margin: 0px 11px 8px 0px;
	padding: 0px;
}

/* 不動産購入・不動産売却の流れ */

#flow #main h3 {
	margin-bottom: 16px;
}
#flow_main {
	background: #f4f3f3;
	position: relative;
	margin-right: 1px;
	padding: 24px 58px;
	width: 637px;
}
#flow_main .flow_box {
	width: 637px;
	margin-bottom: 12px;
}
.buy-flow #flow_main .flow_content {
	border-right: 3px solid #7fa6d3;
	border-left: 3px solid #7fa6d3;
	background: #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
}
.sell-flow #flow_main .flow_content {
	border-right: 3px solid #b8997e;
	border-left: 3px solid #b8997e;
	background: #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
}
#flow_main .flow_content h4 {
	margin-bottom: 8px;
}
#flow_main .flow_content p {
	margin-left: 24px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-right: 24px;
}
#flow_main #flow_navi {
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
}

/* リンク系ページを定義 */

ul.link_navi {
	padding: 12px 6px 12px 30px;
	font-size: 87%;
	line-height: 1.4em;
	margin-bottom: 30px;
	background: #f4f3f3;
	list-style: none;
}
ul.link_navi li {
	float: left;
	width: 158px;
	background: url(../img/mark_list.gif) no-repeat left 6px;
	padding: 0px 0px 0px 12px;
}

/* お住まいのお役立ち情報 */

#information h3 {
	background: url(../../information/img/bg_submenu.gif);
	height: 35px;
	width: 756px;
	margin-bottom: 24px;
}
#information_main, #link_main, #builders_main, #openh_main {
	/*margin-left: 25px;*/
}
#information_main h4, #link_main h4, #town_main h3, #builders_main h4, #openh_main h4 {
	margin-bottom: 16px;
}
#information_main table, #link_main ul.list, #builders_main table, #openh_main table {
	width: 728px;
}
#information_main th  {
	font-weight: normal;
	background: #fae2cf;
	padding: 8px 8px 8px 10px;
	width: 192px;
	line-height: 1.2em;
}
#information_main th img, #link_main .list li img, #link_main .list_left li img, #link_main .list_right li img, #town_main th img, #builders_main th img, #openh_main th img, #openh_main td img {
	margin-left: 4px;
	line-height: 1em;
	vertical-align: top;
}
#information_main td {
	background: #fae2cf;
	padding: 8px 8px 8px 0px;
	font-size: 87%;
	line-height: 1.2em;
}
#information_main .c th {
	background: #feeee1;
}
#information_main .c td {
	background: #feeee1;
}
#information_main .to_top, #link_main .to_top, #town_main .to_top, #town_contents .main_inner .to_top, #builders_main .to_top, #openh_main .to_top {
	text-align: right;
	padding: 0px;
	margin: 12px 0px 30px;
	clear: both;
}

/* 各機関へのリンク集 */

#link h3 {
	background: url(../../information/img_link/bg_submenu.gif);
	height: 35px;
	width: 756px;
	margin-bottom: 24px;
}
#link_main ul.list_left {
	width: 346px;
	float: left;
}
#link_main ul.list_right {
	width: 346px;
	float: right;
}
#link_main .list li  {
	font-weight: normal;
	background: #c0e5c0;
	padding: 8px 8px 8px 10px;
	line-height: 1.2em;
	list-style: none;
}
#link_main .list li.c {
	background: #d4ebd4;
}
#link_main .list_left li, #link_main .list_right li  {
	font-weight: normal;
	background: #c0e5c0;
	padding: 8px 8px 8px 10px;
	line-height: 1.2em;
	list-style: none;
}
#link_main .list_left li.c, #link_main .list_right li.c {
	background: #d4ebd4;
}

/* あなたの街の不動産屋さん */

#town_main .town_list {
	list-style: none;
}
#town_main .town_list li {
	float: left;
	margin-right: 14px;
	width: 242px;
	margin-bottom: 12px;
}
#town_main .town_list li.last {
	margin-right: 0px;
}

/* あなたの街の不動産屋さん｜コンテンツ */

#town_contents #main h2 {
	margin-bottom: 6px;
}
#town_contents #path_list {
	font-size: 86%;
	margin-bottom: 46px;
}
#town_contents #path_list a:link, #town_contents #path_list a:visited {
	color: #333333;
	text-decoration: none;
}
#town_contents #path_list a:hover, #town_contents #path_list a:active {
	color: #333333;
	text-decoration: underline;
}
#town_contents #main h3 {
	float: left;
	width: 470px;
	margin-bottom: 8px;
}
#town_contents .town_tel {
	background: url(../../seller/town/img/mark-tel.gif) no-repeat 4px 4px;
	width: 154px;
	color: #49749d;
	border: 1px solid #ebebeb;
	min-height: 36px;
	height: _42px;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 1.4;
	float: right;
	margin-bottom: 8px;
}
#town_contents .town_inq {
	background: #ededed;
	position: relative;
	height: 46px;
	margin-bottom: 16px;
}
#town_contents .town_inq ul {
	list-style: none;
	position: absolute;
	right: 4px;
	top: 6px;
}
#town_contents .town_inq li {
	float: left;
	margin-right: 4px;
}
#town_contents h4.section1_header {
	background: #ffdd94;
	padding: 8px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.2;
}
#town_contents .section1 {
	margin-bottom: 16px;
}
#town_contents .section1 .left_section {
	float: left;
	width: 300px;
}
#town_contents .section1 .right_section {
	float: right;
	width: 436px;
}
#town_contents .section2 {
	margin-bottom: 16px;
	background: #f4f4f4;
	padding: 16px 20px;
}
#town_contents .section2 .left_section {
	float: left;
	width: 280px;
}
#town_contents .section2 .left_section .shop_img {
	margin-bottom: 10px;
}
#town_contents .section2 .left_section iframe {
	margin-bottom: 4px;
}
#town_contents .section2 .right_section {
	float: right;
	width: 416px;
}
#town_contents .section2 .right_section h4 {
	color: #f0990f;
	margin-bottom: 12px;
	line-height: 1.2;
	font-size: 130%;
}
#town_contents .section2 .right_section .comment {
	font-size: 86%;
}
#town_contents .section2 .right_section dl {
	position: relative;
	font-size: 86%;
	line-height: 1.5;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #f7f7f7;
}
#town_contents .section2 .right_section dt {
	position: absolute;
	width: 10em;
	padding: 4px;
}
#town_contents .section2 .right_section dd {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #cccccc;
	padding: 4px 4px 4px 11em;
}
#town_contents h4.staff_header {
		margin-bottom: 16px;
}
#town_contents .staff-info {
	background: #fcfaf5;
	border: 1px solid #dedede;
	padding: 16px 20px;
	margin-bottom: 16px;
}
#town_contents .staff-info .left_section {
	float: left;
	width: 156px;
}
#town_contents .staff-info .left_section img {
	border: 3px solid #FFF;
}
#town_contents .staff-info .right_section {
	float: right;
	width: 540px;
}
#town_contents .staff-info .right_section h5 {
	color: #f0990f;
	margin-bottom: 12px;
	line-height: 1.2;
	font-size: 130%;
}
#town_contents .staff-info .right_section p {
	font-size: 86%;
}
#town_contents .staff-info .right_section dl {
	position: relative;
	font-size: 86%;
	line-height: 1.5;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #f7f7f7;
}
#town_contents .staff-info .right_section dt {
	position: absolute;
	width: 8em;
	padding: 4px;
}
#town_contents .staff-info .right_section dd {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #cccccc;
	padding: 4px 4px 4px 9em;
}

/* 提携ハウスメーカー一覧 */

#builders h3 {
	margin-bottom: 24px;
}
#builders_main th  {
	font-weight: normal;
	background: #bfceff;
	padding: 8px 8px 8px 10px;
	width: 192px;
	line-height: 1.2em;
}
#builders_main td {
	background: #bfceff;
	padding: 8px 8px 8px 0px;
	font-size: 87%;
	line-height: 1.2em;
}
#builders_main .c th {
	background: #d3ddff;
}
#builders_main .c td {
	background: #d3ddff;
}

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */
