@charset "utf-8";
body,td,th {
	color: #333;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #CFF;
}
a:link {
	color: #F36;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F69;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
}
p {
	font-size: small;
	line-height: 140%;
}
hr {
	display: none;
}
.blue {
	color: #00F;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 1050px;
	background-color: #FFF;
}
#header {
	width: 1050px;
}
#contents {
	width: 1050px;
}
#footer {
	width: 1044px;
	clear: both;
	padding: 3px;
	font-weight: bold;
	color: #309;
	text-align: center;
	background-color: #6CC;
}
#main {
	float: right;
	width: 800px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side {
	float: left;
	width: 210px;
}
body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}
.red {
	color: #F00;
}
.gray {
	color: #999;
}
.gray_bold {
	font-weight: bold;
	color: #333;
}

