body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
}
.flash {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 780px;
	position: static;
}
strong {
	font-weight: normal;
}
.header {
	margin: 0px;
	height: 60px;
	width: 780px;
	position: static;
	background-color: #660000;
	background-image: url(images/header.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	line-height: 30px;
	color: #FFCC00;
	font-style: italic;
	display: block;
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 14px;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}
.footer {
	margin: 0px;
	height: 60px;
	width: 780px;
	position: static;
	background-color: #660000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px;
	line-height: 120%;
	font-size: 13px;
	text-align: center;
}
span {
	font-weight: bold;
	color: #FF9900;
}

