@charset "utf-8";
/* CSS Document */

/*コンテンツイメージ*/
#wrapper-img{
	background:url(image/contentsImage.jpg) no-repeat top center;
}

/*パンくず*/
#wrapper-img #contentsInner ol#topicPath,
#wrapper-img #contentsInner ol#topicPath a{
	color:#FFF;
}

#wrapper-img #contentsInner #mainBox .inner{
	position:relative;
}

#kosodate_logo{
	position:
	absolute;
	top: 12px;
	right:40px;
}

#information dl{
	background:#F1F2F3;
	padding:15px 20px;
	display:block;
	color:#205999;
	font-size:20px;
	font-weight:bold;
}

#information dt{
	font-weight:bold;
	float:left;
}

#information dd{
	font-weight:bold;
}

h4{
	text-align:center;
	padding:50px 0 70px;
}

#entry{
	background:url(image/entry_image.jpg) no-repeat;
	height:706px;
	position:relative;
}

#entry h5{
	position:absolute;
	width:100%;
	text-align:center;
	top:275px;
}

#entry ul{
	position:absolute;
	top:390px;
	left:50px;
	width:570px;
}

#entry li{
	float:left;
	width:180px;
	margin:0 5px;
	text-align:center;
}

#entry li a{
	padding:8px 0;
	display:block;
	background:#DDDFE1;
}

#entry li a:hover{
	background:#2889E0;
	color:#FFF;
}

