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

#headImage {
	background-image: url(../img/index/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contents {
	width:633px;
	float:right;
}

#link h2{
	margin:20px 0 10px 0;
}
#link p{
	line-height:250%;
}
#link ul{
	margin:0 0 0 10px;
}
#link li{
	line-height:250%;
	background-image: url(../img/index/icon01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 15px;
}
#link li a{
	color:#000000;
	text-decoration:none;
}
#link li a:hover{
	color:#000000;
	text-decoration:underline;
}
