@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
img{
	border:0;}
body {
	background:url(images/BodyBg.png);
	text-align:center;
}

#Wrapper {
	background:url(images/MainBg.png) repeat-x center top;
	height:706px;
}

h1 {
	height:0;
	padding-top:65px;
	overflow:hidden;
}
#Flash {
	width:914px;
	height:472px;
	margin:20px auto 12px auto;
	background-color:#666666;
}
#Copyright {
	width:914px;
	height:472px;
	text-align:right;
	color:#999999;
	margin:0 auto;
	font-size:10px;
}
ul,li{
	list-style:none;}
#Navi{
	width:880px;
	margin:0 auto;
	position:absorute;
	padding-top:15px;}
#Navi li{
	float:right;
	padding-left:10px;}

/*---ポップアップ--*/
#PopupWrapper{
	margin:20px;
	background:#E6F0F0;
	padding:20px;
	text-align:left;
	line-height:150%;
	font-size:12px;}
#PopupWrapper p{
	margin:10px;}
.subhead {
height: 20px ; background: #e6f0f0 url(images/subhead.gif) bottom repeat-x ;
margin: 35px 0px 15px 0px ; padding: 0px ;
}
.close{
	margin:15px auto;
	text-align:center;}
