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

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	height: 760px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
body{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-repeat: repeat-x;
	height: 730px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header{
	margin: 0px;
	height: 30px;
	width: 960px;
}
#header  h1{
	font-size: 9px;
	font-weight: lighter;
	color: #CCC;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#main {
	margin: 0px;
	height: 675px;
	width: 960px;
	text-align: center;
	background-image: url(../../images/top-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 515px;
	width: 960px;
}
#under {
	height: 160px;
	width: 960px;
	text-align: center;
	clear: both;
	margin: 0px;
}
#under #menu {
	width: 390px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#under ul {
	margin: 0px;
}
#under ul li {
	float: left;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	height: 15px;
	width: 960px;
	font-size: 9px;
	color: #CCC;
	clear: both;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}

</style>

