@charset "utf-8";
/* リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;letter-spacing:0;}
h1,h2,h3,h4,h5{font-size:65%;margin:0;padding:0;letter-spacing:0;}
ol,ul{list-style:none;}

/*共通毎回入力*/
html{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

body{
	font-size:65%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	background: url(img/back.jpg) repeat-x;
	color: #666666;
}

body div{
	margin:0 auto;
}


img{
	border-style:none;
	vertical-align: top;
}

/*カスタマイズするところ*/

a{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#339933;
	text-decoration:underline;
}

a:hover img{
	filter:alpha(opacity=60);
  /*-moz-opacity:0.60;*/
  opacity:0.6;
}

a:hover img{
	filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
} 

h1{font-size: 17px;
	font-weight:bold;
		}

dt{
color:#006600;
	}

td{
	font-size:13px;
	font-weight:normal;
	}


/*ここから*/

#header{
	height:65px;
	width:900px;

}

#header_left{
	float:left;
	width:300px;
	padding-left:15px;
		}

#header_right{
	float:right;
	width:550px;
	padding-top:40px;
	font-size:12px;
	padding-right:20px;
	text-align:right;

	
	}
	
#header_right img{
	padding-top:5px;
	color:#66CC33;
	}

/* グロバールナビゲーション*/
#g_navi {
	width:913px;
	clear:both;
	height:41px;

}

#g_navi ul{

	overflow:hidden;
}

#g_navi li {

	height:41px;
	display:inline;
	float:left;


}
#g_navi li a {
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
		height:41px;


}

/*通常時*/
#g_navi li.top a {
	background:url(img/g_navi.jpg) no-repeat 0px 0px;
	width:190px;

}
#g_navi li.house a {
	background:url(img/g_navi.jpg) no-repeat -190px 0px;
	width:180px;
}
#g_navi li.buy a {
	background:url(img/g_navi.jpg) no-repeat -370px 0px;
	width:178px;
}
#g_navi li.place a {
	background:url(img/g_navi.jpg) no-repeat -548px 0px;
	width:178px;
}
#g_navi li.special a {
	background:url(img/g_navi.jpg) no-repeat -726px 0px;
	width:187px;
}

/*矢印が上に乗った時*/
#g_navi li.top a:hover {
	background:url(img/g_navi.jpg) no-repeat 0px -41px;
	width:190px;
}
#g_navi li.house a:hover {
	background:url(img/g_navi.jpg) no-repeat -190px -41px;
	width:180px;
}
#g_navi li.buy a:hover {
	background:url(img/g_navi.jpg) no-repeat -370px -41px;
	width:178px;
}
#g_navi li.place a:hover {
	background:url(img/g_navi.jpg) no-repeat -548px -41px;
	width:178px;
}
#g_navi li.special a:hover {
	background:url(img/g_navi.jpg) no-repeat -726px -41px;
	width:187px;
}

/*on*/
#g_navi li.top_on a {
	background:url(img/g_navi.jpg) no-repeat 0px -82px;
	width:190px;
}
#g_navi li.house_on a {
	background:url(img/g_navi.jpg) no-repeat -190px -82px;
	width:180px;
}
#g_navi li.buy_on a {
	background:url(img/g_navi.jpg) no-repeat -370px -82px;
	width:178px;
}
#g_navi li.place_on a {
	background:url(img/g_navi.jpg) no-repeat -548px -82px;
	width:178px;
}
#g_navi li.special_on a {
	background:url(img/g_navi.jpg) no-repeat -726px -82px;
	width:187px;
}

/*ナビゲーション終了*/

/*トップページのJクエリ*/
#header_02{
	height:245px;
	width:913px;
	background: url(img/j_back.jpg) no-repeat;
	padding-left:2px;
	clear:both;
}

#jq{
	height:199px;
	width:900px;
	padding-top:14px;
	}

#image-navigation ul li a {
  display:block;
  width:184px;
  height:50px;
}
#image-navigation .navi {
  float:right;
}
#image-navigation .navi-image {
  float:left;
}


#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }


/*コンテンツ*/



#content{
	width:913px;

	clear:both;

}

#content_s,#content_s_02{
	width:913px;
	overflow:hidden;
	padding-bottom:20px;
	}
	
#content_s_02{
	padding-top:20px;
	background: url(img/contants_back.png) repeat-y;
	
	}
#content_s{
	background: url(img/contants_back.jpg) repeat-y;
	}	
	
#content_02{
	width:730px;
	float:left;
	}


#content_02_left{
	width:190px;
	float:left;
	padding-left:10px;
	

}

/*レフトメニューカラム*/

.left_col_top_01{
	width:171px;
	height:61px;
	background: url(img/left_col_01.jpg) no-repeat;

	}
	
.left_col_top_01 a{
	font-size:14px;
	font-weight:bold;
	padding-left:64px;
	padding-top:15px;
	display:block;
	}
	
.left_col_top_02{
	width:171px;
	height:30px;
	background: url(img/left_col_02.jpg);
	margin-top:5px;

	}
	
.left_col_top_02 a{
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
		display:block;
	}

.left_col{
	width:169px;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom:10px;

	}

.left_col li{
	background:url(img/li.jpg) no-repeat 4px 6px;
	line-height: 20px;
	font-size:12px;
	padding-top:8px;
		}
		
.left_col a{
	font-size:12px;
	padding-top:5px;
	display:block;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	padding-left:20px;
}

	
/*まん中のコンテンツ*/


#content_02_right{
	width:530px;
	float:right;

}
.content_col,.con_sitemap{
	width:500px;
	padding:5px;
	overflow:hidden;
	border: 1px solid #EEE;
	background: #FFFFFF;
	margin-bottom:10px;
	font-size: 13px;
	line-height: 1.6em;
	padding-top:15px;
	}
	
.content_col a{
 	font-size:16px;
	font-weight:bold;
 	}
	
.content_col img{
	padding:5px;
	}

.content_col_left{
	float:left;
	}
	
.content_col_right{
	float:right;
	}
	
	
.content_col_left ,.content_col_right{
	padding:5px;
	width:240px;
	overflow:hidden;
	display:block;
	}
	

.content_col_left p,.content_col_right p{
	font-size:13px;
	}
	
.content_col_left li{
	padding-left:20px;
	background:url(img/ya.jpg) no-repeat 3px 9px;


	}	
.content_col_left a{
	font-size:12px;
	font-weight:normal;
	display:block;
		line-height:2em;


	}
	
	
	
/*右のバナー*/

#right_bana{
	width:180px;
	float:left;
	}




#footer{
	clear:both;
	width:900px;
	background-color:#98CB00;
	color:#000;
	height:50px;
	font-size:12px;
	text-align:center;
}



/*リンク用*/
.right_link{
	font-size:11px;
	border: 1px solid #EEE;
	width:160px;
	word-wrap:break-word;
	background: #FFFFFF;
	margin-bottom:10px;
	padding:5px;

	}
.right_link a{
	text-decoration:underline;
	}

.link_page_box {
	margin: 10px 10px 10px 25px;
	padding: 5px;
	height: auto;
	width: 350px;
	border: 1px solid #CCCCCC;

}

.link_page_box a{
	text-decoration:underline;
}
.footer_link{
	width: 800px;
	font-size: 11px;
	clear: both;
	border: 1px solid #CCCCCC;
	float: none;
	padding: 5px;
	margin-bottom:10px;
}

.footer_link a{
	text-decoration:underline;
	}
	
/*スペース・フォント関係*/

.font01{
	font-size:15px;
	}
	
.font02{
	color:#336600;
	font-size:15px;
}
.font03{
	font-size:13px;
	}
