@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 50px;
	padding: 0;
	background: #000 url(../img/background.jpg) no-repeat 0 50px;
}
div#flashcontent {
	height: 200px;
	background: #000 url("../img/werps.jpg") no-repeat;
}
div#wrapper {
	margin: 50px 0 0 50px;
}
h1 {
	padding-bottom: 30px;
	font: normal 12px/1.0 century gothic, arial, helvetica, sans-serif;
	color: #3cf;
	letter-spacing: 1px;
}
p {
	font: normal 12px/1.5 century gothic, arial, helvetica, sans-serif;
	color: #999;
	letter-spacing: 1px;
}
p.sub {
	margin-top: 12px;
}
a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #3cf;
	text-decoration: none;
}
span {
	font-size: 24px;
	letter-spacing: 3px;
}