﻿@charset "UTF-8";
/* CSS Document */
/*-------------基本情報-------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
body {
	background-color: #cccccc;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p
{
	margin:20px;
	padding:0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 1px;
}
.mincho {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.bold16px {
	font-weight: bold;
	font-size: 16px;
}
.bold-name {
	font-size: 14px;
	font-weight: bold;
}
.font_9b7a00{
	color:#9b7a00;
}
.float-right {
	float: right;
}
.float-left
{
	float:left;
}
.float-clear
{
	clear:both;
}
#panqz {
	height: 20px;
	display: block;
	text-align: right;
	font-size: 10px;
	line-height: 20px;
}
#topspace {
	height: 10px;
	display: block;
	text-align: right;
	font-size: 8px;
	line-height: 10px;

}
/*-------------レイアウト-------------------------------------------------------------------*/
#wrapper {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-bottom: 1px;
}
#innner-wrapper {
	margin-right: 3px;
	margin-left: 3px;
}
#header{
	
}
#container {
	clear: both;
}
#left-col {
	float: left;
	width: 200px;
}
#right-col {
	float: right;
	width: 560px;
}
#footer {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*-------------ヘッダー-------------------------------------------------------------------*/
h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 72px;
	width: 257px;
	float: left;
}
#header p {
	margin-top: 37px;
}
/*-------------グローバルメニュー-------------------------------------------------------------------*/
#head-navi {
	display: block;
	height: 35px;
	clear: both;
}
.head-navi  li {
	float: left;
	height: 35px;
	width: 195px;
	margin-top: 1px;
}
.head-navi a {
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 195px;
}
.head-navi .nagare {
	background-image: url(../images/global-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.head-navi .contact {
	background-image: url(../images/global-menu.jpg);
	background-repeat: no-repeat;
	background-position: -195px 0px;
}
.head-navi .faq {
	background-image: url(../images/global-menu.jpg);
	background-repeat: no-repeat;
	background-position: -390px 0px;
}
.head-navi .info {
	background-image: url(../images/global-menu.jpg);
	background-repeat: no-repeat;
	background-position: -585px 0px;
}

/*-------------トップページ｜コンセプトメニュー-------------------------------------------------------------------*/
#concept-menu ul,
#concept-menu li,
.concept-260 img {
	margin: 0px;
	padding: 0px;
}
.concept-260 {
	display: block;
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
.concept-260 li {
	float: left;
}
#all-search table{
	margin-top:1px;
	margin-bottom: 6px;
}
#all-search table,
#all-search table th {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
#left-col img {
	margin-bottom: 6px;
}
/*-------------トップページ｜おすすめ物件-------------------------------------------------------------------*/
table.reno-osusume{
	font-size: 10px;
	float: left;
}
table.cyuuko-osusume{
	font-size: 10px;
	float: right;
}
table.reno-osusume td,
table.cyuuko-osusume td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
}
table.reno-osusume table,
table.cyuuko-osusume table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table.reno-osusume  table td,
table.cyuuko-osusume table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.reno-osusume  table td.cache-txt,
table.cyuuko-osusume table td.cache-txt
{
	font-size:0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
.reno-osusume img,
.cyuuko-osusume img {
	border: 1px solid #a5a5a5;
}
.reno-img {
	background-image: url(../images/mark-reno.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 11px;
	text-align: left;
	vertical-align: top;
	display: block;
}
.cyuuko-img {
	background-image: url(../images/mark-cyuuko.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 11px;
	text-align: left;
	vertical-align: top;
	display: block;
}
.font-red {
	font-size: 11px;
	font-weight: bold;
	color: #663333;
}
.font-blue {
	font-size: 11px;
	font-weight: bold;
	color: #10456e;
}
.border-none img  {
	border-style: none;
    height: 51px;
    width: 169px;
}
/*-------------おすすめ中古マンション・中古戸建・賃貸-------------------------------------------------------------------*/
#osusume_cyuuko_m{
	height:120px;
	background-image: url(../images/osusume_cyuuko_m-bg.gif);
	background-repeat: no-repeat;
}
#osusume_chintai_m{
	height:156px;
	background-image: url(../images/osusume_chintai_m-bg.gif);
	background-repeat: no-repeat;
}
#osusume_cyuuko_m img,
#osusume_cyuuko_k img,
#osusume_reno img {
	float: right;
	margin-top: 4px;
	margin-left: 5px;
}
#osusume_cyuuko_k {
	background-image: url(../images/osusume_cyuuko_k-bg.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#osusume_reno {
	background-image: url(../images/osusume_reno-bg.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#think_reform{
	height:120px;
	background-image: url(../images/think_reform-bg.gif);
	background-repeat: no-repeat;
}
#think_reform img {
	float: right;
	margin-top: 15px;
	margin-left: 5px;
}
img.think_reform-txt {
	margin: 0px;
}
/*-------------おすすめ物件情報一覧表示-------------------------------------------------------------------*/
.search-list {
	font-size: 12px;
	line-height: 20px;
}
.search-list a {
	color: #ffc000;
	text-decoration: underline;
}
.search-list table {
	border: 1px solid #b2b2b2;
	font-size: 11px;
}
.search-list table td,
.search-list table th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2b2b2;
	padding: 2px;
}
.detail-head {
	margin-top: 8px;
	margin-bottom: 8px;
}
.detail-head td {
	padding: 5px;
}
.detail-head .top-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
}
.detail-add td {
	padding: 3px;
}
.detail-image  {
	margin-top: 5px;
	margin-bottom: 5px;
}
.detail-image td {
	padding: 3px;
}
.detail-info {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.detail-info td {
	padding: 2px;
	border: 1px outset #CCCCCC;
}
.detail-info th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	border: 1px outset #CCCCCC;
}
.relation {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
table.relation {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	width: 106px;
	font-size: 10px;
}
.relation .font-blue {
	font-size: 10px;
}
.relation img {
	border: 1px solid #666666;
}
table.intro  {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 15px;
	line-height:23px;
}
.intro td.name{
	font-size:20px;
	padding-bottom:10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.intro td.intro_btm{
	padding-bottom:8px;
	padding-left:15px;
}
.intro-line {
	background-image: url(../images/intro-line.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 560px;
	clear: both;
}
td.intro-img img{
	margin-right:10px;
	margin-top:5px;
}
#right-col p {
	line-height: 21px;
	margin: 10px;
	font-size: 12px;
}
#right-col #oyakudachi {
	margin: 10px;
}
#right-col #oyakudachi dt {
	margin-top: 15px;
	font-size: 14px;
}
#right-col #oyakudachi dd {
	margin-bottom: 20px;
	font-size: 11px;
}
#right-col  .faq {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#right-col    h4.faq   {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#right-col  .faq  dt {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
}
#right-col  .faq  dd {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#right-col .faq dd.a1 {
	margin-bottom: 3px;
	margin-top: 3px;
}
/*#right-col div.footer_contents {
	margin: 15px;
	margin-top: 3px;
}
*/
#right-col div.footer_contents {
	margin: 18px;
}
#right-col .footer_contents table td {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	font-size: 11px;
}

#right-col  .footer_contents  ul.sm_1 {
	line-height: 18px;
	margin-left: 0px;
	background-image: url(../images/sitemap_0.gif);
	background-repeat: repeat-y;
	background-position: 70px;
	margin-top: 0px;
	padding-top: 0px;
}
#right-col .footer_contents .sm_1 li {
	background-image: url(../images/sitemap_1.gif);
	background-repeat: no-repeat;
	background-position: 70px;
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#right-col .footer_contents ul.sm_0 {
	background-image: url(../images/sitemap_0.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	margin-left: 70px;
}



#right-col .footer_contents li {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 20px;
}
#right-col .footer_contents li.sm_1 {
	background-image: url(../images/sitemap_2.gif);
	background-repeat: no-repeat;
}
#right-col .footer_contents .sm_2 {
	background-image: url(../images/sitemap_0.gif);
	background-repeat: repeat-y;
	text-indent: 30px;
}
#right-col .footer_contents .sm_3 {
	background-image: url(../images/sitemap_3.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

#right-col .footer_contents li img {
	vertical-align: middle;
}




#diary_col {
	margin-top: 20px;
}

#diary_col #diary_left {
	float: left;
	width: 400px;
	text-align: center;
}
#diary_col #diary_left table{
	border:none;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	border-color:white;
}
#diary_col #diary_left h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#diary_col #diary_left p.font_mini {
	font-size: 10px;
	line-height: 18px;
	margin: 0px;
}
#diary_col #diary_left p.diary_text {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b1b1b1;
	padding-bottom: 30px;
	margin: 0px;
	padding-top: 20px;
	margin-bottom:30px;
}
#diary_col #diary_left img {
	margin-top: 15px;
	margin-bottom: 5px;
}
#diary_col #diary_left #paging {
	font-size: 10px;
}



#diary_col #diary_right {
	float: right;
	width: 128px;
}
#diary_col #diary_right dl {
	text-align: center;
	margin-bottom: 40px;
}
#diary_col #diary_right dt {
	margin-bottom: 10px;
}
#diary_col #diary_right dd {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.contact_form {
	background-color: #eaead3;
}
.contact_form h4 {
	background-color: #cccbb7;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	padding-left: 15px;
}
.contact_form table {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact_form_table{
	margin-left: 28px;
}
.contact_form_table table{
	margin:0px;
}

.contact_form table .font_mini {
	font-size: 10px;
}
table.contact_form_table_mini {
	margin-left: 28px;
}

.contact_form .font_attention {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
.left-padding{
	padding-left:117px;
}
body.privacy_java {
	background-color: #FFFFFF;
	padding: 10px;
}
.privacy_java h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.privacy_java p {
	margin-left: 20px;
	margin-bottom: 15px;
}
.centering {
	text-align: center;
}
ul.contact_li{
	background-color:#cccccc;
	margin:20px;
	padding:10px;
}
ul.contact_li li{
	margin:5px 0 5px 0;
}
ul.contact_li a{
	color:#000000;
	text-decoration:underline;
}
h3#dblist-h3{
	display:block;
	width:560px;
	height:27px;
	background-image:url('../images/h3-dblist_title.gif');
	background-repeat: no-repeat;
}
h3.dblist-h3{
	font-size:22px;
	font-family:"ＭＳ Ｐ明朝", "Times New Roman", serif;
	color:#ffffff;
	line-height:27px;
	text-indent:15px;
	margin-bottom:10px;
	padding-top:5px;
}

/*不動産購入・売却の流れ*/
ul#ul-nagare{
	margin-left:107px;
	margin-top:40px;
	list-style:none;
}
ul#ul-nagare li{
	margin-bottom:20px;
}
.kounyuu{
	margin-top:1px;
	background:#eaeff3;
}
.baikyaku
{
	margin-top:1px;
	background:#efe4d8;
}
ul#nagare-step
{
	margin-left:50px;
	padding-top:32px;
}
#nagare img.hr
{
	margin:20px 0 20px 0;
}
#nagare p
{
	line-height:25px;
}
div.step
{
	margin:11px 11px 0 11px;
}


div.step table
{
	margin:0 10px;
}
div.step table td
{
	line-height:25px;
}
div.step table.stepTable td,
div.step table.stepTable th
{
	border-collapse:collapse;
	border:solid 1px #000000;
}
ul.step
{
	margin:0 11px;
}
ul.step li,
ul.stepmarginLeft10px li
{
	line-height:25px;
}
ul.stepmarginLeft10px
{
	margin:0 11px;
	margin-left:13px;
}
span.ulStep
{
	margin-left:10px;
	display:block;
}
span.lineHeight
{
	line-height:35px;
}
span.lineHeight
{
	line-height:25px;
}
.txtLink a
{
	color:#ff7d2f;
	text-decoration:underline;
}
.stepLinkTxt
{
	font-size:95%;
	float:right;
	clear:right;
}
div.step table.stepBaikyakuTable td
{
	line-height:15px;
}


/*ページTOPへ*/
.topLink
{
	margin:0 11px;
	text-align:right;
}
.topLink a
{
	color:#000000;
}
.topLink img
{
	margin-right:3px;
}
/*住宅購入＆お見積もりメニュー*/
.mitsumori
{
	background-color:#eaead3;
}
table.mitsumori
{
	margin:15px 0px 15px 37px;
	font-size:11px;
}
table.mitsumori table{
	margin:0px;
}
table#perfect table
{
		margin:0px;
}
table.mitsumori tr td
{
	margin:2px 0;
}
table.mitsumori .font_mini
{
	font-size:10px;
}
.mitsumori h5
{
	margin-left:28px;
}
.mitsumori img.hr
{
	margin:10px 0 10px 0;
}
#perfect
{
	margin:0 0 0 28px;
	background-color:#dacbcb;
	width:509px;
}
#perfect img
{
	margin:0px;
}

	
