@charset "utf-8";
.page-header {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}
.header-info {
	background-image: url(../image/header_info.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 350px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}

h1 a {
	background-image: url(../image/header_background.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 490px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

.picbox img {
	vertical-align: top;
	margin: 10px auto;
	border: 1px solid #F60;
}
.infobox {
	margin: 10px auto;
	padding: 5px;
	border: solid 1px #000;
	background-color: #B2DBA1;
	width: 90%;
}
.infobn li{
	list-style: none;
	display: inline;
	margin-right: 10px;
}
.aboutpic img {
	margin: 10px;
}
.aboutbox {
	margin: 10px auto;
	padding: 5px;
	border: solid 1px #000;
	width: 90%;
	background-image: url(../image/about_bg.jpg);
	background-position: right top;
}

dl dt {
	margin-top: 10px;
}
