@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	line-height: 18px;
	color: #000000;
	background-image: url(img/haikei.jpg);
	background-repeat: repeat;
	text-align: center;
	margin-top: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
h1 {
	font-size: 150%;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.honbun {
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-left-color: #000000;
}
.shohyo {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.honbun table tr td strong {
	color: #F00;
}
