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

h1 {
	margin-bottom:0;
}

#pageHead {
	margin:-155px 0 50px 210px;
	min-height:155px;
	height:auto !important;
	height:155px;
}
	#pageHead h2 {
		margin-bottom:5px;
	}
	#pageHead p {
		width:290px;
		margin-left:20px;
	}
	
#entry ul {
	padding-top:30px;
}
	#entry ul li {
		margin-bottom: 50px;
		width:685px;
		height:55px;
	}

		#entry ul li a{
			 text-decoration:none;
			 font-weight:bold;
			 font-size:20px;
			 color:#666666;
			 width:100%;
			 height:100%;
			 display:block;
			 padding:5px 0 0 75px;
		}

		.link01 a{
			 background:url('../img/index/h01.jpg') no-repeat top left;
		}

		.link02 a{
			 background:url('../img/index/h02.jpg') no-repeat top left;
		}

		.link03 a{
			 background:url('../img/index/h03.jpg') no-repeat top left;
		}

		.link04 a{
			 background:url('../img/index/h04.jpg') no-repeat top left;
		}
		.link05 a{
			 background:url('../img/index/h05.jpg') no-repeat top left;
		}

