@charset "UTF-8";
body {
	background-color: #FEFFE6;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width : 800px;
	text-align : left;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif ";
	font-size: small;
	line-height: 150%;
	background-color: #FFCCCC;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background : #FEFFE6;
	text-align : left;
	width: auto;
	height: 60px;
	float: none;
}
#banner {
	width : auto;
	background : #CC0000;
	color: #FFFFFF;
	top: 0px;
	text-align: center;
	height: auto;
	position: static;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main {
	width : 525px;
	background : #FFFFFF;
	float : left;
	padding: 10px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: inline;
	font-size: small;
}
#footer {
	background : #FEFFE6;
	text-align : center;
}
.topimage {
	width : 770px;
	height: 200px;
	position: static;
	background-color: #FCC;
	margin: 15px;
}
.c-both {
clear : both ;
}
.side {
	width : 190px;
	background : #FFFFFF;
	float : right;
	padding: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 15px;
}
.side2 {
	width : 190px;
	background : #FFFFFF;
	float : right;
	padding: 10px;
	height: auto;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.side3 {
	width : 195px;
	background : #FFFFFF;
	float : right;
	padding: 0px;
	margin: 10px;
	height: auto;
}
.box {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #E3E3E3;
}
h1{
	color: #FF0000;
	font-size: 110%;
	text-align: left;
}
h2 {
	font-size:110%;
	color: #FF0000;
	text-align: center;
}
h3, h4 {
	font-size:110%;
	color: #666;
	text-align: left;
}
a:link {
	color:#0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
	text-decoration:underline;
}
.style4 {color: #FF0000}
.style5 {color: #FF0000; font-size: large; }
.style6 {color: #FF6600}
.style8 {font-size: x-small}
.style9 {color: #FF6633}
