@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFF;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #000;
}
hr {
	display: inherit;
	width: auto;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000;
	padding-top: 25px;
}
#contents {

}
#contents a:link {
	color: #00F;
	text-decoration: underline;
}
#contents a:visited {
	color: #36F;
}
#contents a:hover {
	color: #FF9;
}
#contents a:active {
	color: #CCC;
}


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	padding-top: 30px;
	text-align: center;
}
