@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background: url(img/bg.jpg) repeat top center;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#bg {
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	font-size: 12px;
}
#link a {
	color: #FFF;
	text-decoration: none;
}
#link a:hover {
	color: #FC0;
}
#container {
	width: 900px;
	padding-top: 605px;
	background: url(img/main.png) no-repeat top center;
	margin: 0 auto;
}
#navi {
	width: 400px;
	height: 220px;
	padding: 0 250px 40px 250px;
}
ul {
	list-style: none;
}
li {
	list-style: none;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}
#navi a {
	color: #333;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#contents {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}
h1 {
	font-size: 16px;
	padding-top: 10px;
}
p {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
}