@charset "UTF-8";

/*----- body -----*/
body {
	margin:0px;
	font-family:Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

#swfContent {
	margin:0px;
}

h1 {
	margin-top:0px;
	font-size:12px;
	font-weight:normal;
}

p {
	margin-top:0px;
	font-size:12px;
}

#en {
	position:absolute;
	width:390px;
	top:360px;
	left:20px;
}

#ja {
	position:absolute;
	width:390px;
	top:360px;
	left:420px;
}

.copy {
	font-size:10px;
}

a:link {
	color: #666666;
	text-decoration: none; 
}

a:visited {
	color: #666666;
	text-decoration: none; 
}

a:hover {
	color: #000000;
	text-decoration: underline; 
}

a:active {
	color: #666666;
	text-decoration: none; 
}