/*-----------------------------------------------
 __grant　内装ページ用CSS　20080927
-----------------------------------------------*/
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	background: #FFFFFF;
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka,Meiryo , sans-serif;
	color:#000000;
	line-height:1.6;
}
html {
	overflow-y:scroll;
	}

p {
	margin:0;
	}

li {
	list-style:none;
	line-height:1.6;
	}

img,fieldset {
	border:0;
	}


/*-----------------------------------------------
 __ページの全体構成　幅760pxで右にグレーケイ
-----------------------------------------------*/

#page {
	width: 760px;
	background: url(../images/bg.gif) repeat-y right;
	height: auto;
	clear: both;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	background: no-repeat left top;
	width: 760px;
	margin: 0px;
	height: 90px;
	padding: 0px;
}
#header h1 {
	font-size: 10px;
	color: #333333;
	margin: 3px 10px 3px 0px;
	float: right;
}
#header h3 {
	margin: 2px 5px 2px 0px;
	padding: 0px;
	float: right;
}
#header img {
	float: left;
	padding: 0px;
	margin: 0px;
}

/*______　ヘッダ右下テキストリンク　_______*/

#header .smenu {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	clear: both;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header .smenu ul {
	list-style: none;
	margin: 0px;
}
#header .smenu li {
	display: inline;
	border-right: 1px solid #33CC00;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}



/*-----------------------------------------------
 __緑帯ナビゲーション部分
-----------------------------------------------*/

#nav {
	margin: 5px 2px 0px 0px;
	padding: 0px;
	clear: both;
	width: 758px;
	height: 30px;
	background: #006600;
}
/* リスト全体 */
#nav ul
   {
	width:760px;             /* リスト全体の幅 */
	height:30px;             /* リスト全体の高さ */
	list-style:none;
   }

/* 各項目 */
#nav li
   {
    width:125px;             /* 項目の幅 */
    height:30px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

#nav .search a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;  /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
	background: url(images/navi.gif) no-repeat 0px 0px;
    }
#nav .search a:hover
   {
	background: url(images/navi.gif) 0px -30px;                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .about a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-125px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .about a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-125px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .layout a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-250px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .layout a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-250px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
#nav .trade a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);   /* リンク範囲の背景画像設定 */
    background-position:-375px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
#nav .trade a:hover
   {
    background-image:url(images/navi.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:-375px -30px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .mylist a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-500px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .mylist a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-500px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .contact a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-625px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .contact a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-625px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }

/*--------　緑帯ナビゲーションここまで　--------*/

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
	clear: both;
	background: #CCCCCC;
	margin: 0px 1px 0px 0px;
	height: 60px;
	width: 760px;
	text-align: right;
	font-size: 11px;
}
#footer p {
	margin:0 0 2px 0;
}
#footer ul {
	list-style: none;
	margin: 10px;
	text-align: right;
}
#footer ul li {
	padding-left: 5px;
	display: inline;
	text-align: right;
	border-right: 1px solid #666666;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 90%;
}
#footer address {
	font-style:normal;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:link {
	display: inline;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}

/*_________フッターここまで__________*/


/*-----------------------------------------------
 __グレー地コラム　グレーの幅720px  本文は620px
-----------------------------------------------*/

#contents1 {
	clear: both;
	width: 720px;
	background: #efefef;
	margin-left: 20px;
	padding: 1px 0px 20px;
	height: auto;
	}
#honbun {
	width: 670px;
	margintop:10px;
	margin-left:50px;
	height: auto;
	}
div.clear {
   clear: both;
}
/*HTMLには<div class="clear"></div>を記述*/

#honbun p{
	width: 620px;
	margin-bottom: 10px;
	}
#h_title1 {
	background: url(../layout/images_naisou/title_naisou_green.gif) no-repeat left bottom;
	width: 620px;
	margin-bottom: 20px;
	display: block;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 5px;
	}

#h_title2 {
	background: url(images/bar-bg.gif) repeat-x;
	margin: 0px 0px 10px 0px;
	width: 605px;
	height: 16px;
	padding: 3px 0px 2px 0px;
	color: #333333;
	border-right: 5px solid #666666;
	border-left: 10px solid #666666;
	font-size: 100%;
	clear: both;
	}
.whitebox {
	width: 620px;
	padding-top: 10px;
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	text-align: center;

	}

.minasu {
	font-size: 10px;
	text-indent: -9999px;
	display: block;
	vertical-align: middle;
	margin: 0px;
	}
/*__ ↑非表示キャプション __*/

/*______ 写真入本文 _____*/
.twocolumL {
	clear: both;
	margin: 0px;
	padding: 10px;
	width: 596px;
	height: auto;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF;
	border-bottom: 2px dotted #CC3300;
	}
.twocolumL img {
	margin: 0px;
	float: right;
	padding-left: 5px;
	}
.twocolumL:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.twocolumL {
	display: inline-block;
}
/*______ 写真入本文ここまで _____*/

/*________　グレーバックコラム　左上パンくずリスト　__________*/
#topicPath {
	clear: both;
	margin:10px 40px;
}
#topicPath li {
	display:inline;
	list-style-type:none;
	padding-left: 5px;
	margin-left: 0px;
}
#topicPath li a {
	padding-right:10px;
	background:url(../css/images/topicpath.gif) no-repeat right center;
}
/*________　グレーバックコラム　左上パンくずリストここまで　__________*/

.freedial {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}



/*________　グレーバックコラム指定　ここまで　__________*/

/*-----------------------------------------------
 __物件探しオレンジ囲み部分
-----------------------------------------------*/

#content2 {
	width: 720px;
	border: 1px dashed #FF9900;
	margin:20px;
	padding:-top; 10px;
	height: auto;
}
#content2 ul {
	list-style: none;
    padding: 5px 0px;
	margin: 5px 0px 15px;
}
#content2 ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	display: inline;
	border-right: 1px solid #99CC00;
}
#content2 a:link, a:visited {
	text-decoration: none;
	display: inline;
}
#content2 h3 {
	font: bold 110% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF6600;
	display: block;
	border-bottom: 1px solid #99CC00;
	border-left: 5px solid #99CC00;
	letter-spacing: 0.1em;
	clear: both;
	padding: 5px;
	margin: 15px 2px 2px;
}

/*__________　物件探しオレンジ囲みここまで　__________*/

