@charset "euc-jp";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #dddddd;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
.h100 {
	height: 100%;
}
.text10px {
	font-size: 10px;
	line-height: 16px;
}
/*-----etc-----*/
img {
	border: 0;
}
h1 {
	display: none;
}
h2 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
}
.nodisp {
	display: none;
}
p {
	color: #cccccc;
	padding: 0px 5px 10px 5px;
	margin: 0px;
}
#main_flash {
	width: 900px;
	margin: 0 auto;
}