@charset "utf-8";

@import "style.css";

/* Contents
--------------------------------------------------*/
#index_img {
	width: 830px;
	height: 254px;
	margin: 0 auto 10px ;
	text-indent: -9999px;
	background: transparent url(../img/image.jpg) no-repeat left top;
}

dl.information {
	width: 570px;
	height: 100%;
	padding: 40px 0 0 0;
	background: url(../img/information_header.gif) no-repeat left top;
}

dl.information dt {
	margin: 0 0 0 8px;
	padding: 0 0 0px 5px;
	color: #666666;
	font-weight: bold;
}

dl.information  dd {
	font-size: 95%;
	padding: 0 0 2px 105px;
	margin: -23px 0 2px 0px;
}

dl.information  dd a {

}

dl.information  dd a:hover {

}

#information_footer {
	height: 10px;
	width: 570px;
	margin: 0 0 27px 0;
	background: transparent url(../img/information_footer.gif) no-repeat left top;
}

.backnumber a {
	display: block;
	float: right;
	width:60px;
	height:17px;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	background: transparent url(../img/backnumber.gif) no-repeat left top;
}

.backnumber a:hover {
	background: transparent url(../img/backnumber.gif) no-repeat left -17px;
}



