@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
#stage {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border: 1px solid #BB0000;
}
#header {
	background-image: url(../imgs/header_back.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
}
#logo {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-left: 10px;
}
#header_text {
	text-align: right;
	float: right;
	width: 770px;
	margin-right: 20px;
	margin-top: 25px;
	color: #000000;
}
#menu {
	background-color: #BB0000;
	height: 21px;
	width: 950px;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	clear: both;
}
#copy {
	color: #FFFFFF;
	text-align: center;
	height: 21px;
	width: 960px;
	padding-top: 7px;
	background-color: #BB0000;
	clear: both;
}
