@charset "utf-8";
body,td,th {
	color: #003;
}
body {
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(image/logo_back.png);
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: left;
}
p {
	font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr {
	display: none;
}
.yellow {
	color: #FF6;
}

.white {
	color: #FFF;
}

.red {
	color: #F30;
}
#container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height: auto;
}
#header {
	background-color: #000;
	width: 505px;
	float: left;
	height: 60px;
	line-height: 0px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #FFF;
}
#top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 15px;
	width: 40px;
	text-align: center;
}


#navbar {
	width: 560px;
	font-size: 12px;
	margin-top: 0px;
	height: auto;
	float: none;
	margin-bottom: 20px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 0px;
}
#navbar a {
	background-color: #000;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
#navbar a:hover {
	background-color: #000;
	color: #F30;
}



#contents {
	font-size: small;
	color: #FFF;
	font-weight: normal;
	width: 470px;
	height: auto;
	margin-bottom: 20px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
}
#contents  h3 {
	background-color: #000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F30;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side {
	height: auto;
	width: 200px;
	float: right;
	margin-top: 30px;
}

body, h1, h2, p {
	padding: 0px;
}
#footer {
	font-size: xx-small;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	clear: both;
	height: 40px;
	width: 680px;
	border: 1px solid #FFF;
}
