/*
Author:Kyo Ichida
Author URI:http://www.abcjapon.co.jp
Version:0.3
*/

html {/*Win IE*/
	overflow:hidden;
}
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:left;
}
#flashcontent {width:100%; height:100%; overflow:hidden;}
#flashcontent img {border:none; width:100%; height:100%;}
#content {
	position:absolute;
	z-index:2;
	top:25%;
	left:25%;
	width:50%;
	padding:25px;
	background-color:#fff;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
h1 {margin-bottom:16px;}
p {
	font-size:small;
	line-height:150%;
}
ul {
	list-style-type:none;
	margin-top:16px;
	padding-top:12px;
	border-top:1px solid silver;
	line-height:200%;
	text-align:left;
	letter-spacing:4px;
}
a {color:grey; text-decoration:none;}
a:hover {color:black;}
#footer {
	clear:both;
	position:absolute;
	bottom:2px;
	right:2px;
	z-index:3;
	margin:0;
	padding:0 8px 0 0;
	text-align:right;
	font-size:small;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
