@charset "utf-8";

/* トップイメージ
---------------------------------------------*/
#topimg {
	height: 414px;/*topimg.jpgの高さから-64px*/
	font-size: 14px;
	background: url(../image/topimg.jpg) no-repeat;
	padding:65px 0 0 7px;
}

#topimg1 {
	height: 409px;/*topimg.jpgの高さから-85px+1px*/
	font-size: 14px;
	background: url(../image/topimg1.jpg) no-repeat;
	padding: 85px 0 4px 7px;
}

#topimg2 {
	height: 424px;/*topimg.jpgの高さから-85px+1px*/
	font-size: 14px;
	background: url(../image/topimg2.jpg) no-repeat;
	padding: 85px 0 4px 7px;
}

#topimg3 {
	height: 449px;/*topimg.jpgの高さから-85px+1px*/
	font-size: 14px;
	background: url(../image/topimg3.jpg) no-repeat;
	padding: 85px 0 4px 7px;
}

/* メニュー
---------------------------------------------*/
#menu {
	height: 532px;
}

/*　rightボーダー
---------------------------------------------*/
#rightborder {
	height: 532px;
}

/* インフォメーション
---------------------------------------------*/
#infomation {
	margin-top: 5px;
	padding: 5px 0 5px 0;
	background: #FFF;
}
#news {
	width: 710px;
	height: auto;
	margin: 0;
	border: 1px solid #008442;
	padding: 0;
}
#news a{
	color: #016B01;
	text-decoration: underline;
}
#news a:hover{
	color: #008000;
	background-color: #FFC;
}
#news2{
	padding: 0;
	font-size: 13px
}
#news2 a{
	color: #333;
	text-decoration: underline;
}
#news2 a:hover{
	background-color: #FDE1E2;
}
#info_title {
	background-color: #008442;
	color: #FFF;
	padding: 3px 0 3px 5px;
	margin: 0;
}
#news dl {
	margin: 0;
	padding: 5px 10px 5px 10px;
}
/* 写真・住所
---------------------------------------------*/
#address {
	background: #EAF9D5 url(../image/address_bg.jpg) left center no-repeat;
	height: 110px;
	padding: 10px 0 0 0;
	color: #FFF;
}
.address1 {
	color: #666;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 510px;
	font-weight: bold;
}
.address2 {
	color: #666;
	padding-left: 515px;
}

/* 新着情報 */
.information{
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #333;
	border: 1px solid #999;
	overflow-y: scroll;
	width: 350px;
	height: 100px;
	background-color: #FFF;
}
.information ul{
	padding: 5px;
	margin: 2px 0 0 0;
}
.information ul li{
	padding: 2px 0 2px 5px;
	border-bottom: 1px dotted #999;
	list-style: none;
	margin: 0
}
.information ul li img{
	margin: 2px 0 2px 5px;
	vertical-align: middle
}
.information ul li a{
	color: #333;
	text-decoration: none;
}
.information ul .new a{
	padding-right: 33px;
	background: url(../image/new.gif) right no-repeat;
	color: #333;
	text-decoration: none;
}

.information ul li a:hover{
	text-decoration: underline
}


