@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	/*text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	/*background:url(../img/wall01.png) repeat;*/
	color: #333333;
}

#container {
	width: 1000px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 24px auto;
/*	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
#header {
/*	background: #EEEEEE; */
	width:1000px;
	height:116px;
	margin:0 auto;
	padding: 0 0 0 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

#sidebar {
	clear:both;
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 185px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	margin:0 0 0px 0;
	padding: 0px 0px 0px 0px;
/*	background-color: #3F6;*/
}
#TopmainContent {
	width:1000px;
	/*float:left; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin:0 auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent {
	width:750px;
	float:left; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin:0 auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer {
	clear:both;
	width:1000px;
	height:100px;
	/*	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top; *//* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	margin:50px auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AEAEAE;
	border-bottom-width: 1px;
	border-bottom-color: #AEAEAE;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.text_left{
	/*text-align:left;*/
}

img{
	border-style:none;
}

/*    フォント指定      */

.j11 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	font-size:11px;
}
.j11_table {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:130%;
	font-size:11px;
}

.j13 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:145%;
}

.j21 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:21px;
	line-height:155%;
}

.text_bold{
	font-weight:bold;
}
	
	
/*    ヘッダ部分の詳細指定         */
#headerlogo{
	float:left;
	width:185px;
	height:99px;
	margin:0;
	border-style:none;
}



#nav {
	width: 750px;
	float: left;
	padding: 0;
	list-style: none;
/*	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 20px;
	vertical-align:top;
	font-size:13px;
	line-height:125%;
}
#nav_link {
	width: 750px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align:left;
}

#nav_link li {
    float: left;
    display: block;
    padding: 4px 10px;
	font-weight:normal;
	text-align:center;
	border-left: 1px solid #ccc;
    /*border-right: 1px solid #ccc;*/
}

#nav_link li.right{
	border-right: 1px solid #ccc;
}

#nav li a {
 	color: #333333;
    text-decoration: none;
}

#nav li a:hover {
 		color: #6A6900;
        background-color: #fff; }

#nav li#nav_link1{
	width:108px;
	height:33px;
}
#nav li#nav_link2{
	width:94px;
}
#nav li#nav_link3{
	width:122px;
	height:33px;
}
#nav li#nav_link4{
	width:92px;
	height:33px;
}
#nav li#nav_link5{
	width:94px;
	height:33px;
}
#nav li#nav_link6{
	width:70px;
	height:33px;
}

#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

#nav #nav_sns{
	float:right;
	width:220px;
	margin-top: 5px;
}

#nav #nav_sns .twitter {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
width: 90px;
}

#nav #nav_sns .facebook {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
width: 90px;
}

#nav #head_message {
float: left;
margin: 12px 0px 0px 0px;
padding: 0px;
display: inline;
width: 730px;
}


/*    ここまで　ヘッダ部分の詳細指定         */

/*    サイドバー部分の詳細指定         */
#menu {
	width: 185px;
/*	float: left;*/
	padding: 0;
	list-style: none;
/*	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0px;
	vertical-align:top;
}


#menu li {
	margin: 0;
	padding: 0;
	display: inline; 
}

#menu li a {
	display: block;
	font-weight:normal;
	/*display: table-cell;
	border: 1px solid #9F99A3;*/
	border:none;
	background:#DDDDDD;
	padding: 3px 10px;
	text-decoration: none;
	color:#333333;
	width: 150px;
	height:90px;
	margin: 0px 0px 8px;
	text-align: right;
	vertical-align:bottom;
	font-size: 14px;
	line-height:170%;
}

#menu li a:hover {
	border: none;
	background-color: #333333;
	color: #EEEEEE;
}

#menu li a.stay{
	border: none;
	background-color: #333333;
	color: #EEEEEE;
}

#container #sidebar #menu #menu1 a{
	line-height:130%;
	background-image:url(../img/btn_topnavi01.png)
}

#container #sidebar #menu #menu1 a:hover{
	background-image:url(../img/btn_topnavi01_ov.png)
}

#container #sidebar #menu #menu3 a{
	background-image:url(../img/btn_topnavi03.png)
}

#container #sidebar #menu #menu3 a:hover{
	background-image:url(../img/btn_topnavi03_ov.png)
}

#container #sidebar #menu #menu5 a{
	background-image:url(../img/btn_topnavi05.png)
}

#container #sidebar #menu #menu5 a:hover{
	background-image:url(../img/btn_topnavi05_ov.png)
}

#container #sidebar #menu #menu6 a{
	background-image:url(../img/btn_topnavi06.png)
}

#container #sidebar #menu #menu6 a:hover{
	background-image:url(../img/btn_topnavi06_ov.png)
}

#container #sidebar #menu #menu2 a{
	background-image:url(../img/btn_topnavi12.png)
}

#container #sidebar #menu #menu2 a:hover{
	background-image:url(../img/btn_topnavi12_ov.png)
}

#submenu {
	width: 172px;
	_width:167px;
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	vertical-align:middle;
	font-size:11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	padding:0;
}

#submenu li {
	text-indent:+3px;
	font-weight: bold;
	vertical-align:middle;
	height:30px;
	background-color: #FFFFFF;
}

#submenu li a {
	display:block;
	color: #333;
	height:30px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:2px;
	padding:0px;
	vertical-align:middle;
	background-color: #FFFFFF;
	text-align:left;
	font-size: 11px;
	width:165px;
}

#submenu li a:hover {
	color: #333;
	background-color:#CCC;
	border:none;
}

#submenu li img {
	vertical-align:middle;
	border-style:none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
}


.searchbox{
	width:180px;
	_width:175px;
	height:190px;
 	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 5px;
}
.searchtitle{
	width:150px;
	float:left;
	font-size:11px;
	margin-top:20px;
}

#parent{
	float:left;
	text-indent:+3px;
	background:#CCC;
	width:160px;
	_width:150px;
}

#child{
	float:left;
	text-indent:+3px;
	background:#CCC;
	width:160px;
	_width:150px;
}

#select_price{
	float:left;
	text-indent:+3px;
	background:#CCC;
	width:160px;
	_width:150px;
}
.btn_form {
	width: 180px;
	float: left;
	list-style: none;
}
.type_submit{
	border: solid 1px #666666;
	background : #6A6900;
	width:100px;
	height:30px;
	float:left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FFF;
}
.type_reset{
	border: solid 1px #666666;
	width:50px;
	height:30px;
	background-color: #AEAEAE;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}


#side_tweet{
	visibility:collapse;
	display:none;
/*	width:185px;
	margin-top:30px;
	margin-bottom:30px;*/
}

#side_fb{
	width:180px;
	height:500px;
	margin-top:30px;
	margin-bottom:30px;
	border:#999 1px solid;
	background-color:#FFF;
}

#linkVertical  {
	padding: 0;
	list-style: none;
/*	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;   */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}


#linkVertical li {
/*	float: left;*/
	font-size:11px;
}

#linkVertical li a {
        display: block;
        text-decoration: none;
		height:30px;
/*        border-right: 1px solid #ccc; */
}

#linkVertical li a:hover {
        color: #c00;
}
#searchsale{
	margin-bottom:25px;
}
.searchdisp{
	display:block;
}
.searchdispno{
	display:none;
}



/*    ここまで　サイドバー部分の詳細指定         */

/*    ここから　コンテンツ部分の共通詳細指定         */

.breadcrumb{
	font-size:11px;
	text-align:left;
	width:730px;
	height:15px;
	/*	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFC221;*/
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.breadcrumb_txt{
	float:left;
	width:600px;
	height:11px;
}


#gmap_btn {
	float:right;
	width:150px;
	height:15px;
	background:#AEAEAE;
	border:#666666 thin solid;
	color:#FFFFFF;
	text-align:center;
	cursor: crosshair;
}


/*    ここまで　コンテンツ部分の共通詳細指定         */
/*    フッタ部分の詳細指定         */
#link {
	padding: 0;
	list-style: none;
/*	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;   */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}


#link li {
	float: left;
	font-size:11px;
}

#link li a {
        display: block;
        text-decoration: none;
/*        border-right: 1px solid #ccc; */
}

#link li a:hover {
        color: #c00;
}


li#link1 a{
	width:170px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url("../img/link_ca.png");
	margin-top:15px;

}
li#link2 a{
		width:150px;
		height:60px;
		background:url("../img/link_be.png");
		background-repeat:no-repeat;
    	background-position:center center;
		margin-top:15px;
}
li#link3 a{
	width:100px;
	height:60px;
	background:url("../img/link_minfudo.gif");
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:15px;
	margin-left:50px;
	margin-right:300px;
}
li#link4 a{
	width:100px;
	height:60px;
	background:url("../img/link_ultra.gif");
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:15px;
}
li#link5 a{
	width:100px;
	height:90px;
	background:url("../img/link_zukan.gif");
	background-repeat:no-repeat;
	background-position:center center;
}
li#link6 a{
	width:100px;
	height:60px;
	background:url("../img/link_ab.gif");
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:15px;
}
li#link7 a{
	width:50px;
	_width:70px;
	float:right;
	height:15px;
	text-align:center;
	margin:10 0 0 150;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEAEAE;
	border-left-color: #AEAEAE;
}
#copyRight{
	width:300px;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	text-align:right;
}
/*    ここまで　フッタ部分の詳細指定         */
