@charset "Shift_JIS";

/* 基本設定
----------------------------------------------- */
*{
	margin			:	0px;
	padding			:	0px;
}
body{
	font-family		:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size		:	12px;
	color			:	#000;
	line-height		:	1.5;
	background		:	#000;
}
h1, h2, h3, h4, h5{
	font-size		:	12px;
}
li, dt, dd{
	list-style		:	outside;
	list-style-type	:	none;
}
a:link{
	color			:	#F00;
	text-decoration	:	underline;
}
a:visited{
	color			:	#F00;
	text-decoration	:	underline;
}
a:hover, a:active{
	color			:	#FFF;
	text-decoration	:	underline;
}
a img{
	border			:	0px;
}
embed{
	position		:	absolute;
	top			:	50%;
	margin-top		:	-325px;
	left			:	50%;
	margin-left		:	-450px;
	width			:	900px;
	height			:	650px;
}