/* CSS Document */
body {
	background-color: #000000;
	background-image: url(../image/backphoto.jpg);
	background-position: right top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}
em {
	font-weight: bold;
	font-style: normal;
	color: ##FFFFCC;
}


#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	width: 720px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/720pix_titlebar.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#header a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#main {
	width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#news {
	width: 330px;
	background-image:url(../image/tableback.gif);
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#news b {
	color: #FFCC00;
}

#menu {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
}
#menu dl {
	width: 720px;
	padding-bottom: 20px;
}
#menu dl dt {
	margin-bottom: 10px;
}
#menu dl dd {
	width: 120px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}

#footer {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: left;
}

a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
.titlecopy {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF
}
.news {
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF
}
.day {
	font-size: 11px;
	line-height: 150%;
	color: #CCCCCC
}
.copyrights {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #FFFFFF
}
