@charset "utf-8";
@import url("common.css");

/*==========================
全体
============================*/

body{
	text-align:center;
	background:#EFEFEF;
	}

div#container{
/*	_zoom: 1;
	overflow: hidden;*/
	position:relative;
	width:820px;
	margin:0px auto;
	padding:0px 15px;
	background:url(images/container_bg.jpg) repeat-y center top #EFEFEF;
	}
a.official_link{
	display:block;
	width:225px;
	height:55px;
	position:absolute;
	top:130px;
	right:25px;
	text-indent:-9999px;
	}
/*==========================
ヘッダー
============================*/
h1{
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
	}
h2{
	position:absolute;
	top:3px;
	left:25px;
	font-size:10px;
	}
h2 a:link,h2 a:visited,h2 a:hover,h2 a:active{
	color:#FFFFFF;
	}
div#header,div#header2{
position:relative;
	padding:400px 0px 0px 0px;
	background:url(images/head.jpg) no-repeat left top;
	}
div#header img,div#header2 img{
	position:absolute;
	top:20px;
	left:15px;
	margin-top:20px;
	width:390px  !important;
	}
div#header p,div#header2 p{
	position:absolute;
	top:3px;
	right:25px;
	font-size:10px;
	color:#FFFFFF;
	}

/*==========================
左サイドバー
============================*/
/*コンテンツナビゲーション*/
div#sidenavi1{
	float:left;
	overflow:hidden;
	width:200px;
	text-align:center;
	padding-top:10px;
	}

div#sidemenu{
	width:182px;
	margin:0px auto;
	padding-bottom:15px;
	}

a.toppage{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:44px;
	margin-bottom:5px;
	background:url(images/left_navi_top.jpg) no-repeat left top;
	}

div.leftnavi1 ul{
	display:block;
	padding-top:6px;
	background:url(images/left_navi1_head.jpg) no-repeat left top;
	}
div.leftnavi1 ul li a{
	display:block;
	text-align:left;
	height:35px;
	line-height:35px;
	padding-left:18px;
	font-size:13px;
	font-weight:bold;
	}
div.leftnavi1 ul li a:link,div.leftnavi1 ul li a:visited{
	background:url(images/left_navi1.jpg) no-repeat left top;
	color:#663300;
	}
div.leftnavi1 ul li a:hover,div.leftnavi1 ul li a:active{
	background:url(images/left_navi1_f2.jpg) no-repeat left top;
	color:#CC0000;
	}
div.leftnavi1 ul li ul{
	padding-top:0px;
	background:none;
	}
div.leftnavi1 ul li li a{
	display:block;
	text-align:left;
	height:20px;
	line-height:20px;
	padding-left:25px;
	font-size:10px;
	font-weight:normal;
	background:url(images/left_navi1_sub.jpg) no-repeat left top !important;
	}

ul.navi_foot li{
	display:block;
	padding-bottom:7px;
	background:url(images/left_navi1_foot.jpg) left bottom;
	}
ul.navi_foot li a{
	display:block;
	text-align:left;
	height:30px;
	line-height:35px;
	padding-left:18px;
	font-size:13px;
	font-weight:bold;
	}
ul.navi_foot li a:link,ul.navi_foot li a:visited{
	background:url(images/left_navi1.jpg) no-repeat left top;
	color:#663300;
	}
ul.navi_foot li a:hover,ul.navi_foot li a:active{
	background:url(images/left_navi1_f2.jpg) no-repeat left top;
	color:#CC0000;
	}
	
/*各地分譲地情報ナビゲーション*/

ul.leftnavi2{
	display:block;
	padding-top:55px;
	margin-top:10px;
	background:url(images/left_navi2_head.jpg) no-repeat left top;
	}
ul.leftnavi2 li{
	display:block;
	padding-bottom:10px;
	background:url(images/left_navi2_bg.jpg) repeat-y left top;
	}
ul.leftnavi2 li p{
	display:block;
	text-indent:-9999px;
	height:40px;
	}
ul.leftnavi2 p.navi1{background-image:url(images/left_navi2_1.jpg);}
ul.leftnavi2 p.navi2{background-image:url(images/left_navi2_2.jpg);}
ul.leftnavi2 p.navi3{background-image:url(images/left_navi2_3.jpg);}
ul.leftnavi2 p.navi4{background-image:url(images/left_navi2_4.jpg);}
ul.leftnavi2 p.navi5{background-image:url(images/left_navi2_5.jpg);}
ul.leftnavi2 p.navi6{background-image:url(images/left_navi2_6.jpg);}

ul.leftnavi2 ol {
	margin:0px;
	padding:0px;
	height:100%;
	}

ul.leftnavi2 ol li{
	padding:0px 15px;
	text-align:left;
	}
ul.leftnavi2 ol a{
	display:block;
	text-indent:0px;
	padding:5px 10px 5px 20px;
	border-bottom:1px dotted #ccc;
	font-size:10px;
	line-height:120%;
	background-position:5px 5px;
	background-repeat:no-repeat;
	}
ul.leftnavi2 ol a:link,ul.leftnavi2 ol a:visited{
	background-image:url(images/left_navi2_listbg.jpg) !important;
	color:#333333 !important;
	}
ul.leftnavi2 ol a:hover,ul.leftnavi2 ol a:active{
	background-image:url(images/left_navi2_listbg_f2.jpg) !important;
	color:#CC0000 !important;
	}
div.leftnavi2_foot{
	height:5px;
	background:url(images/left_navi2_foot.jpg) no-repeat left top;
	}
/*==========================
コンテンツレイアウト
============================*/
div#center{
	float:left;
	text-align:center;
	overflow:hidden;
	width:620px;
	padding-top:10px;
	}
	
div.content{
	width:560px;
	margin:0px auto;
	padding-bottom:15px;
	}

/*==========================
各分譲地
============================*/
h3.bunjo,h4.bunjo,h5.bunjo{
	text-indent:-9999px;
	height:45px;
	margin:0px 0px 15px 0px !important;
	}
h3.bunjo{background:url(images/index_h3.jpg) no-repeat left top !important;}
h4.bunjo{background:url(images/index_h4.jpg) no-repeat left top;}
h5.bunjo{background:url(images/index_h5.jpg) no-repeat left top;}


ul.kakubunjo{
	overflow: hidden;
	display:block;
	width:540px;
	margin:0px auto;
	}
ul.kakubunjo li{
	display:block;
	text-align:center;
	float:left;
	width:180px;
	margin-bottom:20px;
	}
ul.kakubunjo li p{
	display:block;
	text-indent:-9999px;
	width:170px;
	height:40px;
	margin:0px auto;
	}
ul.kakubunjo p.navi1{ background:url(images/index_bunjo_btn1.jpg) no-repeat left top;}
ul.kakubunjo p.navi2{ background:url(images/index_bunjo_btn2.jpg) no-repeat left top;}
ul.kakubunjo p.navi3{ background:url(images/index_bunjo_btn3.jpg) no-repeat left top;}
ul.kakubunjo p.navi4{ background:url(images/index_bunjo_btn4.jpg) no-repeat left top;}
ul.kakubunjo p.navi5{ background:url(images/index_bunjo_btn5.jpg) no-repeat left top;}
ul.kakubunjo p.navi6{ background:url(images/index_bunjo_btn6.jpg) no-repeat left top;}

ul.kakubunjo li ol {
	overflow: hidden;
	display:block;
	width:170px;
	margin:0px auto;
	background-color:#F7F7F7;
	}

ul.kakubunjo li ol li{
	text-align:left;
	width:170px;
	float:none;
	margin-bottom:0px;
	}
ul.kakubunjo li ol a{
	display:block;
	text-indent:0px;
	height:auto !important;
	padding:10px 0px 10px 20px;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	line-height:145%;
	}
ul.kakubunjo li ol a:link,ul.kakubunjo ol a:visited{
	background:url(images/left_navi2_listbg.jpg) no-repeat 5px 12px !important;
	color:#333333;
	}
ul.kakubunjo li ol a:hover,ul.kakubunjo li li a:active{
	background:url(images/left_navi2_listbg_f2.jpg) no-repeat 5px 12px !important;
	color:#CC0000;
	}

ol.height_line{
	/*height:155px;*/
	}
ol.height_line2{
	/*height:50px;*/
	}


/*==========================
分譲マップ
============================*/

div.bunjomap{
	text-align:center;
	padding:0px 0px 20px 0px;
	}
div.bunjomap small{
	font-size:10px;
	letter-spacing:0.1em;
	}
div.bunjomap iframe{
	margin-bottom:5px;
	}
/*==========================
最新分譲情報
============================*/
ul.wnew {
	display:block;
	width:540px;
	margin:0px auto;
	padding-bottom:20px;
	}
ul.wnew li{
	overflow: hidden;
	text-align:left;
	padding:5px;
	border-bottom:1px dotted #ccc;
	letter-spacing:0.1em;
	line-height:145%;
	}
ul.wnew li span{
	display:block;
	width:75px;
	float:left;
	font-size:12px;
	}
ul.wnew li p{
	display:block;
	float:right;
	width:400px;
	font-size:12px;
	font-weight:bold;
	}
ul.wnew li.kusatsu{background:url(images/index_wnew_btn1.jpg) no-repeat 85px 5px;}
ul.wnew li.rito{background:url(images/index_wnew_btn2.jpg) no-repeat 85px 5px;}
ul.wnew li.otsu{background:url(images/index_wnew_btn3.jpg) no-repeat 85px 5px;}
ul.wnew li.yasu{background:url(images/index_wnew_btn4.jpg) no-repeat 85px 5px;}
ul.wnew li.konan{background:url(images/index_wnew_btn5.jpg) no-repeat 85px 5px;}


div.wnew p{
	display:block;
	margin:0px 10px;
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	letter-spacing:0.1em;
	line-height:145%;
	}
div.wnew p a{
	color:#0099CC;
	}

/*==========================
フッター
============================*/
div#footer{
	position:relative;
	overflow:hidden;
	height:80px;
	border-top:2px solid #ccc;
	padding-left:330px;
	background-color:#FFFFFF;
	}
div#footer img{
	position:absolute;
	top:10px;
	left:10px;
	width:300px !important;
	height:50px !important;
	}
div#footer h3{
	margin-top:15px;
	}
div#footer h3,div#footer p{
	font-size:10px;
	text-align:left;
	line-height:160%;
	letter-spacing:0.1em;
}


/*==========================
アーカイブ・ページ
============================*/

div.content {
	font-size:0.8em;
	line-height:145%;
	text-align:left;
	}

div.content h3{
	height:45px;
	font-weight:bold;
	font-size:14px;
	line-height:45px;
	margin:10px 0px;
	padding-left:20px;
	background:url(images/content_h3.jpg) no-repeat left top;
	}
div.content h3 a{
	color:#333333;
	}

/*==========================
コンテンツ・ページ
============================*/

h4.subtitle{
	height:45px;
	background:url(images/contents_t_gray.jpg) no-repeat left top;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	}
table.table_style1{
	border-top:1px solid #ccc !important;
	border-right:1px solid #ccc !important;
	width:540px;
	}
table.table_style1 th{
	width:25%;
	}
table.table_style1 th,table.table_style1 td{
	border-bottom:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
	padding:3px 5px !important;
	font-size:12px;
	}
div.ogawaosususme{
	background:url(images/ogawa_osusume.jpg) no-repeat left top;
	height:200px;
	position:relative;
	padding:20px 0px;
	}
div.ogawaosususme p{
	position:absolute;
	display:block;
	top:65px;
	left:30px;
	width:350px;
	}
ul.ranking{
	overflow: hidden;
	padding:15px 0px;
	}
	ul.ranking li{
	position:relative;
	display:block;
	height:200px;
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
	}
	ul.ranking li.rank1,ul.ranking li.rank3{
	width:180px;
	}
	ul.ranking li.rank2{
	width:200px;
	}
	ul.ranking li p{
	position:absolute;
	display:block;
	width:155px;
	top:60px;
	left:50%;
	margin-left:-77px;
	}

ul.image_text{
	overflow: hidden;
	margin:0px auto;
	display:block;
	padding:15px 0px;
	}
ul.image_text li{
	text-align:center;
	width:140px;
	float:left;
	padding-bottom:10px;
	}
ul.image_text li img{
	border:1px solid #ccc;
	margin-bottom:5px;
	}
ul.image_text li p{
	display:block;
	width:130px;
	margin:0px auto;
	line-height:100%;
	color:#666;
	}
ul.image_text li p span{
	display:block;
	font-weight:bold;
	height:15px;
	color:#333;
	}

div.ogawa_contact{
	background:url(images/ogawa_contact.jpg) no-repeat left top;
	height:180px;
	position:relative;
	}
div.ogawa_contact a{
	display:block;
	position:absolute;
	width:165px;
	height:35px;
	top:120px;
	left:145px;
	text-indent:-9999px;
	}
div.ani20{
	background:url(images/20ani.jpg) no-repeat left top;
	height:110px;
	}
	div.ani20 a{
	display:block;
	height:100px;
	text-indent:-9999px;
	}
/*==========================
以下　既存
============================*/

/*COMMON TABLE*/

.content table {
	margin: 10px ;
	border-top: dotted 1px #ccc;
	border-collapse: collapse;
}



.content table th {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	font-weight: normal ;
	color: #666 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}



.content table td {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	color: #666 ;
	background: #fff ;
}


/*FORM*/
.sample textarea {
	width: 250px ;
}
.sample {
	width: 410px ;
	margin: auto ;
}
/*IMAGE MARGIN*/

.content p img {
	margin-right: 10px ;
}
/*rcm*/

.rcmBox {
	overflow: hidden ;
	clear: both ;
	height: 1% ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	border-bottom: 1px dotted #c1c1c1  ;
}


.rcmBox > .rcmBox {
	height: auto ;
}


.rcmDetail {
	padding: 0px ;
}



.rcmDetail a:link,
.rcmDetail a:visited,
.rcmDetail a:hover,
.rcmDetail a:active
 {
	height: 35px ;
	width: 150px ;
	font-size: 10px ;
	color: #930 ;
	text-decoration: none ;
	display: block ;
	text-align: center ;
	margin-top:5px;
	line-height:35px;
	background:url(images/syosai.jpg) no-repeat left top;
}


.rcmBox img {
	width: 150px !important;
	height:115px !important;
}


.rcmImg {
	float: left ;
	width: 150px ;
}



.rcmBox dt {
	float: left ;
	clear:both;
	width: 6em ;
	margin-bottom: 1px ;
	color: #fff ;
	display: block ;
	text-align: center ;
	background: #999 ;
}


.rcmBox dd {
	float: left ;
	width: 280px ;
	padding-top: 1px ;
	padding-left: 8px ;
	display: block ;
}

.rcmTxt {
	float: left ;
	display:block;
	width: 380px ;
	margin-left: 10px ;
	display: inline ;
}

.gaiyou { border : 1px solid #999 ; font-size : 12px ; margin : 5px ;border-bottom : 0px ; }
.gaiyou dt, dd { float : left ; margin : 0px ; padding : 2px 7px ;}
.gaiyou dl { border-bottom : 1px solid #999 ; clear :both ; margin : 0px ; overflow : hidden ; height :1%; }
.gaiyou dt { background : #ddd ; }  
.gaiyou dd { }