* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
body {
	background-image: url(../img/background.png);
	background-repeat:repeat-y;
	width: 960px;
	background-color: #004c48; 
}
h1 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 18pt;
	letter-spacing: 0.15em;
	font-weight: lighter;
}
h2 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 0.15em;
}
h3 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12pt;
	font-weight: lighter;
	letter-spacing: 0.15em;
}
h4 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10pt;
	font-weight: lighter;
	letter-spacing: 0.15em;
}
h5 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 9pt;
	font-weight: lighter;
	letter-spacing: 0.15em;
}

img {
	border-style: none;
	margin-left: 0;
	text-align: center;
}

.topmain {
	height: 632px;
	width: 948px;
	border: 1px solid #0090c4;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.topmain2 {
	color: #d0d0d0;
	font-size: 16px;
}


.errormain {
	color: #d0d0d0;
	font-size: 16px;
	width: 500px;
	border: 5px solid #b0a040;
	margin: 0 auto;
}
.errormain a:link {
	color: #99CC33;
}
.errormain a:visited {
	color: #c090c0;
}
.errormain a:hover {
	/*color: #e0e0e0;*/
	text-decoration: none;
}
.errormain a:active {
	color: #c05050;
}

.errormain_tyuu {
	font-size: 14px;
}

