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

body {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
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;
	color: #000;
	font-size: large;
}
h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	font-size: large;
}

p {
	font-size: larger;
	color: #000;
}
li {
	font-size: small;
	color: #000;
}
hr {
	display: inherit;
}
#container {
	margin-left: auto;
	width: 900px;
	margin-right: auto;
}
#header {
	margin-top: 40px;
	padding-left: 40px;
	padding-top: 30px;
}
#contents {
	padding-left: 100px;

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