@charset "utf-8";
/* /////////////////////////////////////////////////////////
	トップページ
///////////////////////////////////////////////////////// */

/* ================================
	main-image
================================= */
#main-image{
	width:1082px;
	margin:18px auto;
}
#main-image a{
	width:1082px;
	height:0px;
	padding-top:302px;
	background:url(../images/home/main-image.jpg) no-repeat;
	display:block;
	overflow:hidden;
}
	#main-image a:hover{
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}

/* ====================================
	office
==================================== */
#office{
	width:820px;
	margin-bottom:20px;
}
#office ul li{
	width: 258px;
	border:1px solid #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	float:left;
	margin-right:20px;
}
#office ul li:last-child{
	margin-right:0px;
}
#office ul li .photo a img{
	width:258px;
	display:block;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	margin-bottom:10px;
}
	#office ul li .photo a img:hover{
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
#office ul li dl dt{
	font-size:125%;
	font-weight:bolder;
	text-align:center;
	margin-bottom:10px;
}
#office ul li dl dd{
	width:220px;
	margin:0 auto 10px auto;
}
#office ul li dl dd a{
	width:220px;
	height:0px;
	padding-top:45px;
	background:url(../images/home/map-btn.png) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
	#office ul li dl dd a:hover{
		background-position:0 -45px;
	}
	
/* ====================================
	history
==================================== */
#history{
	width:760px;
	height:216px;
	padding:23px 34px 23px 32px;
	background:url(../images/home/history-bg.png) center top no-repeat;
	margin:0 0 -10px -2px;
}
#history .text{
	width:490px;
	float:left;
	margin-top:5px;
	position:relative;
}
#history .text h2{
	width:227px;
	height:0px;
	padding-top:28px;
	background:url(../images/home/history-title.png) no-repeat;
	display:block;
	overflow:hidden;
	margin-bottom:25px;
}
#history .text .detail{
	width:120px;
	height:25px;
	display:block;
	position:absolute;
	top:3px;
	left:252px;
}
#history .text .detail a{
	width:120px;
	height:0px;
	padding-top:25px;
	background:url(../images/home/history-btn.png) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
	#history .text .detail a:hover{
		background-position:0 -25px;
	}
	
#history figure{
	width:253px;
	float:right;
}
#history figure img{
	box-shadow:0px 0px 10px #999;
}

/* ====================================
	news
==================================== */
#news{
	width:820px;
	background:url(../images/home/n-kahoku.gif) right 52px no-repeat;
	margin-bottom:40px;
}
#news h2{
	position:relative;
	margin-bottom:45px;
}
#news h2 .green{
	color:#00a0c6;
}
#news h2 #rss{
	width:58px;
	height:22px;
	display:block;
	position:absolute;
	top:8px;
	right:10px;
}
#news h2 #rss a{
	width:58px;
	height:0px;
	padding-top:22px;
	background:url(../images/home/rss.png) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
	#news h2 #rss a:hover{
		background-position:0 -22px;
	}
	
/* tab */
.disnon{
display:none;
}

#tab{
	width:820px;
	height:29px;
	border-bottom:2px solid #00a0c6;
}
#tab li{
	width:68px;
	display:inline-block;
}
#tab li:first-child{
	margin-left:22px;
}
#tab li span{
	width:68px;
	height:29px;
	line-height:29px;
	color:#000;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	background:url(../images/home/tab.png) 0 0 no-repeat;
}
#tab li span.select{
	color:#FFF;
	background-position:0 -29px;
}

/* tohoku */
#news .tohoku{
	height:35px;
	line-height:35px;
	background:url(../images/common/arrow.png) left center no-repeat;
	float:right;
	padding-left:18px;
}
#news .tohoku a:link,
#news .tohoku a:visited,
#news .tohoku a:active{
	color:#000;
	text-decoration:none;
	outline:none;
}
	#news .tohoku a:hover{
		color:#000;
		text-decoration:underline;
		outline:none;
	}

/* list */
#news .list ul{
	width:820px;
}
#news .list ul li{
	line-height:35px;
	border-bottom:1px solid #CCC;
}
#news .list ul li span{
	color:#CCC;
	font-size:65%;
	margin-left:5px;
}
#news .list ul li a:link,
#news .list ul li a:visited,
#news .list ul li a:active{
	color:#000;
	text-decoration:none;
	outline:none;
}
	#news .list ul li a:hover{
		color:#000;
		text-decoration:underline;
		outline:none;
	}











/*	
#news dl{
	border-top:1px dotted #000;
}
#news dl dt{
	color:#000;
	font-weight:bolder;
	float:left;
	margin-right:30px;
	padding:10px 0 10px 12px;
	border-bottom:1px inherit #000;
}
#news dl dd{
	padding:10px 12px 10px 0;
	border-bottom:1px dotted #000;
}
	#news dl dd a:link,
	#news dl dd a:visited,
	#news dl dd a:active{
		color:#333399;
		text-decoration:underline;
		outline:none;
	}
	#news dl dd a:hover{
		color:#333399;
		text-decoration:none;
		outline:none;
	}
	
#news .more{
	width:150px;
	height:25px;
	float:right;
	margin-top:20px;
}
#news .more a{
	width:150px;
	height:0px;
	padding-top:25px;
	background:url(../images/home/more-btn.gif) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
	#news .more a:hover{
		background-position:0 -25px;
	}
*/
		
/* ====================================
	link-collection
==================================== */
#link-collection{
	width:820px;
	margin-bottom:60px;
}
#link-collection ul li{
	width:240px;
	float:left;
	margin:0 50px 30px 0;
}
#link-collection ul li:nth-child(3n){
	margin-right:0px;
}
#link-collection ul li a{
	width:240px;
	height:0px;
	padding-top:60px;
	display:block;
	overflow:hidden;
}
#link-collection ul #kahoku-shimpo a{
	background:url(../images/home/link-kahoku.gif) no-repeat;
}
#link-collection ul #kahoku-online a{
	background:url(../images/home/link-kahokuonline.gif) no-repeat;
}
#link-collection ul #kahoku-news a{
	background:url(../images/home/link-news.gif) no-repeat;
}
#link-collection ul #kahoku-community a{
	background:url(../images/home/link-community.gif) no-repeat;
}
#link-collection ul #kahoku-video a{
	background:url(../images/home/link-video.gif) no-repeat;
}
#link-collection ul #sugayama a{
	background:url(../images/home/link-sugayama.jpg) no-repeat;
}
#link-collection ul #okubo a{
	background:url(../images/home/link-okubo.jpg) no-repeat;
}
	#link-collection ul li a:hover{
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
