@charset "shift_jis";
#header {
	width: 800px;
	background-color: #66CC66;
}

.toplogo {
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC66;
	text-align: center;
}
#main {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	text-align: center;
	border-bottom-width: thin;
	border-left-width: medium;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #0033FF;
	border-left-color: #66CC66;
	color: #330066;
	font-size: 20px;
}
body {
	background-color: #99CCFF;
}

h2 {
	color: #FFFFFF;
	background-color: #99CC66;
	text-align: center;
}
.info02 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0099;
	text-align: center;
}
.info03 {
	font-size: 14px;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
}
.info04 {
	font-size: 12px;
	color: #666666;
}
#footer {
	width: 800px;
}
#outer #footer address {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #99CC66;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
}
#outer {
	margin: auto;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#outer #footer .info04 a {
	color: #FFFFFF;
	text-decoration: none;
}
#outer #footer .info04 a:hover {
	color: #006600;
	text-decoration: underline;
}

