@charset "utf-8";

/* CSS Document */

@import url("base2.css");

#main{
	padding-top:0px;

}
#wrap{
}

/*///////////////////////////////////////////////////
////////////////////////////////////////////////////
//left
//////////////////////////////////////////////////*/
#left{
	background:#EAEAEA;
	float:left;
	padding-bottom:10px;
	width:300px;
	position:relative;
}
#left h3{
	clear:both;
	height:25px;
	text-indent:-9999px;
	width:300px;
}


/*event*/
#left #box1 , #left #box2 , #left #box3 , #left #box4 {
	background:#FFFFFF;
	margin-left:10px;
	padding:10px;
	width:260px;
}
#left #event_title{
	text-indent:0;
}

#left span a{
	height:15px;
	position:absolute;
	text-indent:-9999px;
	width:48px;
	}
#left span#map_area1 a{
	background:url(../img/home/event_btn1.gif) no-repeat;
	left: 195px;
	top: 5px;
}
#left span#map_area2 a{
	background:url(../img/home/event_btn2.gif) no-repeat;
	left: 249px;
	top: 5px;
}
/*event tabmenu*/
#tab-container-1-nav{
	width:282px;
	margin:8px 0 0 10px ;
	padding:0;
	}
#tab-container-1-nav li{
	float:left;
	font-weight:bold;
	}
#tab-container-1-nav li a{
	background:url(../img/home/event_navi.gif) no-repeat;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:70px;
}
#tab-container-1-nav li a#area2{
    background-position: -70px 0px;
	}
#tab-container-1-nav li a#area3{
    background-position: -140px 0px;
	}
#tab-container-1-nav li a#area4{
    background-position: -210px 0px;
	}
	
div#tab-container-1 ul li.activeli a#area1 ,div#tab-container-1 ul li a#area1:hover{
	background-position:0 -27px;
}
div#tab-container-1 ul li.activeli a#area2 ,div#tab-container-1 ul li a#area2:hover{
    background-position: -70px -27px;
}
div#tab-container-1 ul li.activeli a#area3 ,div#tab-container-1 ul li a#area3:hover{
    background-position: -140px -27px;
}
div#tab-container-1 ul li.activeli a#area4 ,div#tab-container-1 ul li a#area4:hover{
    background-position: -210px -27px;
}
#tab-container-1 .tab{
	background:#fff;
	margin-left:10px;
	width:280px;

}
#tab-container-1 dl.tab{
	clear:both;
	padding:10px;
	width:260px;
}
#tab-container-1 dt{
	margin-bottom:2px;
}
/*#tab-container-1 span{
	padding:2px;
	color:#fff;
	margin-right:5px;
}
#tab-container-1 span.oka{
	background:#FF5B00;
}
#tab-container-1 span.kura{
	background:#4CC60C;
}
#tab-container-1 span.other{
	background:#00BEEA;
}*/
#tab-container-1 dd{
	border-bottom:dotted 1px #999999;
	padding-bottom:5px;
	margin-bottom:10px;
}
/*#tab-container-1 dd a{
	color: #000000;
	text-decoration:none;
}*/
#tab-container-1 dd a:hover{
	color:#FF5B00;
}

/*news*/
#left #news_title{
	margin-top:20px;
	text-indent:0;
}


#left #news{
	background:#fff;
	overflow:auto;
	padding:10px;
	width:260px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
}
#left #news li{
	background:url(../img/home/icon.gif) no-repeat 0 3px;
	border-bottom:dotted 1px #999999;
	margin-bottom:8px;
	padding-left:15px;
	width:230px;
}
/*#left #news li a{
	color: #000000;
	text-decoration:none;
}
#left #news li a:hover{
	color:#FF5B00;
}*/
/*backnumber*/
#left #backnumber_title{
	text-indent:0;
	margin-left:10px;
	height:43px;
	width:280px;
	display:block;
}
#left #backnumber{
	clear:both;
	background:url(../img/home/event_baknumber_bg.gif) no-repeat;
	height:140px;
	margin: 0px 10px 20px 10px;
	padding-left:3px;
}
#left #backnumber p{
	margin:0px 10px 5px 10px;
	padding:5px 0 0 0;
}
#left #backnumber li{
	float:left;
}
#left #backnumber li a{
	background:url(../img/home/event_baknumber_btn.gif) no-repeat;
	display:block;
	height:40px;
	margin:0 0 5px 10px;
	text-indent:-9999px;
	width:121px;
}
#left #backnumber li#btn1 a{
	background-position:0 0;
}
#left #backnumber li#btn2 a{
	background-position:-129px 0;
}
#left #backnumber li#btn3 a{
	background-position:0 -48px;
}
#left #backnumber li#btn4 a{
	background-position:-129px -48px;
}

#left #backnumber li a:hover{
	-ms-filter: "alpha( opacity=60 )";
	filter:alpha(opacity=60);
	opacity:0.6;
}

/*estatenews*/
#estate {
	background:#FFF5BD;
	border:2px solid #685702;
	margin-left:10px;
	width:276px;
}
#left #estate_title{
	background:url(../img/home/estate_news_title.gif) no-repeat 10px 0;
	height:25px;
	margin-top:10px;
	width:250px;
}
#estate p{
	font-size:10px;
	margin-left:10px;
}
#estate ul{
	margin:8px 0 8px 10px;
}
#estate li{
	background:url(../img/home/icon.gif) no-repeat 0px 3px;
	border-bottom:dotted 1px #999999;
	padding-left:15px;
	margin-bottom:8px;
	width:240px;
}
#estate li a{
	color: #000000;
	text-decoration:none;
}
#estate li a:hover{
	color:#FF5B00;
}
/*///////////////////////////////////////////////////
////////////////////////////////////////////////////
//middel
//////////////////////////////////////////////////*/
#middel{
	float:left;
	margin-left:20px ;
	position:relative;
	width:440px;
}

/*search*/
#middel #search{
	background:url(../img/home/search_bg.gif) no-repeat;
	height:394px;
	margin-bottom:20px;
	width:440px;
	position:relative;
}
#middel #search #f_copy{
	padding:35px 0 0 20px;
	font-size:10px;
}
#middel #search ul{
	height:32px;
	width:400px;
	padding:10px 0 0 20px;
}
#middel #search li{
	float:left;
	text-indent:-9999px;
}
#middel #search li a{
	background:url(../img/home/search_type_btn.gif) no-repeat;
	display:block;
	height:32px;
	width:92px;
}
#middel #search li#cat1 a{
	width:57px;
}
#middel #search li#cat1 a#on{
	background-position:0px -38px;
}
#middel #search li#cat1 a:hover{
	background-position:0px -38px;
}

#middel #search li#cat2 a{
	background-position:-57px 0px;
}
#middel #search li#cat2 a#on{
	background-position:-57px -38px;
}
#middel #search li#cat2 a:hover{
	background-position:-57px -38px;
}


#middel #search li#cat3 a{
	background-position:-149px 0px;
}
#middel #search li#cat3 a#on{
	background-position:-149px -38px;
}
#middel #search li#cat3 a:hover{
	background-position:-149px -38px;
}

#middel #search li#cat4 a{
	background-position:-241px 0px;
}
#middel #search li#cat4 a#on{
	background-position:-241px -38px;
}
#middel #search li#cat4 a:hover{
	background-position:-241px -38px;
}

#middel #search li#cat5 a{
	background-position:-333px 0px;
	width:65px;
}
#middel #search li#cat5 a#on{
	background-position:-333px -38px;
}
#middel #search li#cat5 a:hover{
	background-position:-333px -38px;
}


#middel #search p{
	cursor:pointer;
	height:25px;
	position:absolute;
	text-indent:-9999px;
	width:46px;
	left: 258px;
	}
#middel #search p#area1{
	background:url(../img/home/search_area_btn1.gif) no-repeat;
	left:129px;
	top:283px;
}	
#middel #search p#area2{
	background:url(../img/home/search_area_btn2.gif) no-repeat;
	left:99px;
	top:327px;
}
#middel #search p#area3{
	background:url(../img/home/search_area_btn3.gif) no-repeat;
	left:205px;
	top:280px;
}
#middel #search p#area4{
	background:url(../img/home/search_area_btn4.gif) no-repeat;
	left:23px;
	top:316px;
}
#middel #search p#area5{
	background:url(../img/home/search_area_btn5.gif) no-repeat;
	left:153px;
	top:351px;
}
#middel #search p#area6{
	background:url(../img/home/search_area_btn6.gif) no-repeat;
	left:92px;
	top:174px;
}
#middel #search p#reqest{
	top:239px;
	text-indent:0;
}
#middel #search p#reqest a{
	display:block;
	height:133px;
	width:170px;
}
#middel #search p#reqest a:hover{
	-ms-filter: "alpha( opacity=60 )";
	filter:alpha(opacity=60);
	opacity:0.6;
}
#middel #search #school_input{
	position:absolute;
	top:182px;
	width:158px;
	left: 261px;
	height: 52px;
}	
#middel #search #school_input input{
	margin-bottom:5px;
}
#middel #search #school_input input #school{
	width:30px;
}

/*slideshow1*/
#middel .slides li{
	background:red
	}

/*slideshow2*/
#middel #slide-two{
	background:url(../img/home/feature2_bg.gif) no-repeat;
	height:220px;
	padding-top:80px;
	width:440px;
}
#middel #slide-two dl{
	float:left;
	height:80px;
	display: inline;
	margin:0px 0 10px 10px;
	width:205px;
}
#middel #slide-two dd img{
	border:1px solid #333333;
}
#middel #slide-two dd span{
	background:url(../img/home/feature_common_img2.gif) no-repeat;
	color:#FF0000;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}
#middel #slide-two dd a{
	font-size:10px;
	float:right;
	height:60px;
	margin-bottom:4px;
	width:100px;
}
#middel #slide-two dd.img a{
	float:left;
}
#middel #slide-two dt {	
	color:#254F0A;
	clear:both;
	display:block;
	font-weight:bold;
	width:205px;
}
#middel #slide-two span#btnF2{
	display:block;
	clear:both;
	width:442px;
	margin:161px -12px 0 10px;
}
#middel #slide-two span#btnF2 img{
	margin-right:12px;
}

/*slideshow3*/
#middel #slide-three{
	background:url(../img/home/feature3_bg.gif) no-repeat;
	height:220px;
	padding-top:80px;
	width:440px;
}
#middel #slide-three dl{
	float:left;
	display: inline;
	height:80px;
	margin:0px 0 10px 10px;
	width:205px;
}
#middel #slide-three dd img{
	border:1px solid #333333;
}
#middel #slide-three dd a{
	font-size:10px;
	float:right;
	height:60px;
	margin-bottom:4px;
	width:100px;
}
#middel #slide-three dd.img a{
	float:left;
}
#middel #slide-three dt {	
	color:#254F0A;
	clear:both;
	display:block;
	font-weight:bold;
	width:205px;
}

#middel #slide-three span#btnF3{
	display:block;
	clear:both;
	width:442px;
	margin:10px -12px 0 10px;
}
#middel #slide-three span#btnF3 img{
	margin-right:12px;
}

/*banner*/
#middel .slides-nav {
	background:url(../img/home/feature_bbg.gif) repeat;
	clear:both;
	display:block;
	height:70px;
	width:440px;
	_margin-top:-88px;
	_z-index:10;
}
#middel .slides-nav li{
	float:left;
	display: inline;
	margin:10px 0 0 8px;
}
#middel .slides-nav li a{
	border:solid 2px #666666;
	display:block;
	height:48px;
	width:132px;
}
#middel .slides-nav li a:hover{
	border:solid 2px #FF5900;
}
#middel .slides-nav li.on a{
	border:solid 2px #FF5900;
}
/*feature*/
#middel #feature{
	margin:20px -10px 0 0;
	_margin:0px -10px 0 0;
	position:relative;
	width:450px;
}
#middel #feature li{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}
#middel #feature li a{
	border:solid 1px #333333;
	display:block;
	height:53px;
	width:213px;
}
#middel #feature li a:hover{
	border:1px #FF6600 solid;
}

/*house watching*/
#middel #h_watching{
	background:url(../img/home/example_bg.gif) no-repeat right top;
	clear:both;
	width:440px;
}
#middel h3#h_watching_title a{
	background:url(../img/home/example_title.gif) no-repeat;
	clear:both;
	display:block;
	height:28px;
	margin:20px 0 8px 0;
	text-indent:-9999px;
	width:440px;
}
#middel h3#h_watching_title a:hover{
	background-position:0 -32px;
}
#middel #h_watching p{
	background:url(../img/home/event_subtitle.gif) no-repeat bottom left;
	padding-bottom:30px;
}

#middel #h_watching ul{
	background:#F2F2F2;
	margin:0px 0 0 0;
	padding:10px;
	width:420px;
}
#middel #h_watching li{
	background:url(../img/home/icon.gif) no-repeat 0 3px  ;
	border-bottom:dotted 1px #999999;
	margin-bottom:8px;
	padding:0 10px 0 15px;
}
#middel #h_watching li a{
	text-decoration:none;
}
#middel #h_watching li a:hover{
	color:#FF5B00;
}

/*///////////////////////////////////////////////////
////////////////////////////////////////////////////
//right
//////////////////////////////////////////////////*/
#right{
	float:right;
	width:170px;
}
#right #member{
	background:url(../img/home/member_banner.gif) no-repeat;
	height:200px;
	width:170px;
	position:relative;
}
#right #member a{
	background:#fff;
	position:absolute;
	text-indent:-9999px;
	-ms-filter: "alpha( opacity=0 )";
	filter:alpha(opacity=0);
	opacity:0.0;
}
#right #member #member_btn1 a {
	display:block;
	height:40px;
	top:107px;
	right:10px;
	width:80px;
}
#right #member #member_btn2 a {
	height:32px;
	top:155px;
	right:12px;
	width:68px;
}
#right #member #member_btn3 a {
	height:32px;
	top:155px;
	left:15px;
	width:68px;
}
#right #member a:hover{
	-ms-filter: "alpha( opacity=30 )";
	filter:alpha(opacity=30);
	opacity:0.3;
}
/*company*/
#right #company_title{
	background:url(../img/home/company_title.gif) no-repeat;
	height:31px;
	margin:10px 0 5px 0;
	text-indent:-9999px;
	width:170px;
}
#right #company_btn li{
	float:left;
	margin:10px 0 20px 10px;
}
#right #company_btn li a{
	height:26px;
	display:block;
	text-indent:-9999px;
	width:68px;
}
#right #company_btn li#btn1 a{
	background:url(../img/home/company_btn1.gif) no-repeat;
}
#right #company_btn li#btn2 a{
	background:url(../img/home/company_btn2.gif) no-repeat;
}

/*school*/
#right #school_title{
	background:url(../img/home/school_title.gif) no-repeat;
	clear:both;
	height:31px;
	margin:0px 0 5px 0;
	text-indent:-9999px;
	width:170px;
}
#right #school_btn dt , #right #school_btn dt a{
	color:#FF5900;
	clear:both;
	font-size:14px;
}
#right #school_btn dd{
	float:left;
}
#right #school_btn dd a {
	background:url(../img/common/footer_icon.gif) no-repeat right;
	padding:5px;
	display:block;
}

/*aq*/
#right #aq{
	background:url(../img/home/aq_bg.gif) no-repeat;
	margin:20px 0 ;
}
#right #aq a{
	background:url(../img/home/aq_img.gif) no-repeat 20px 70px;
	display:block;
	height:160px;
	text-indent:-9999px;
	width:170px;
}

/*useful*/
#right #useful dt{
	margin-bottom:5px;
}
#right #useful dd{
	background:url(../img/home/icon.gif) no-repeat 0 3px  ;
	margin-bottom:8px;
	padding:0 10px 0 15px;
}
	
/*///////////////////////////////////////////////////
////////////////////////////////////////////////////
//Holiday
//////////////////////////////////////////////////*/
#holiday{
	width:820px;
	background:url(../img/home/gw_bg.gif) no-repeat right;
	height:35px;
	margin:0 auto 10px auto;
	/*margin-bottom:10px;*/
	}
#holiday dt#i1{
	background:url(../img/home/gw_icon1.gif) no-repeat;
	margin-right:30px;
	}
#holiday dt#i1 a{
	font-weight:bold;
	padding-left:30px;
	height:35px;
	line-height:30px;
		}
#holiday dt#i2{
	background:url(../img/home/gw_icon2.gif) no-repeat;
	padding-left:30px;
	margin-right:10px;
	font-weight:bold;
}
#holiday dd {
	float:left;
	height:35px;
	margin-right:8px;
	}
#holiday dd a{
	background:url(../img/home/list_oj.gif) no-repeat  0 8px;
	padding-left:15px;
	}
#holiday dt#i1,#holiday dt#i2,#holiday dd a{
	line-height:30px;
	float:left;
}

/*//////////////////////////////////////////////////
//お見舞い
//////////////////////////////////////////////////*/
div#omimai{
	width:408px;
	margin:0 0 10px 0;
	padding:15px 15px 5px 15px;
	border:1px solid #ccc;
	}
div#omimai p{
	margin:0 0 8px 0;
	}
div#omimai p strong{
	font-weight:bold;
	}
div#omimai p#omimai_header{
	text-align:center;
	margin:0 0 10px 0;
	}
div#omimai p#omimai_notice{
	margin:0 0 0 0;
}
/*//////////////////////////////////////////////////
//エコポイント
//////////////////////////////////////////////////*/
div#ecoP{
	width:440px;
	height:115px;
	margin:0 0 0px 0;
	/*padding:15px 15px 5px 15px;
	border:1px solid #ccc;*/
	background:url(../img/home/ecopoint.gif) no-repeat left top;
	position:relative;
	}
div#ecoP p{
	position:absolute;
	top:35px;
	right:43px;
}
div#ecoP span{
	font-size:10px;
	position:absolute;
	top:80px;
	right:20px;
}