@charset "utf-8";
/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width:100%;
	height:660px;
	position:relative;
	text-align: center;
	z-index:1;
	background-image: url(../img/bg_header.jpg);
}

#flash {
	position:absolute;
	top:50%;
	left:50%;
	width: 1280px;
	height:640px;
	margin:-320px 0 0 -640px;
	z-index:10;
}

#box_header {
	position:absolute;
	top:50%;
	left:50%;
	width: 950px;
	height:140px;
	margin:-70px 0 0 -475px;
	z-index:99;
}

#boxheader-inner{
	position: absolute;
	top:0;
	left:50%;
	width: 950px;
	height:120px;
	margin:10px 0 0 -475px;
	z-index:99;
	text-align:left;
	z-index:99;
	clear:both;
	}
#boxheader-inner p.left{
	float:left;
	}
#boxheader-inner p.right{
	float:right;
	}
	
.plan-2col{
	width:700px;
	margin:10px;
	}
.plan-a{
	float:left;
	width:330px;
	margin:10px;
	}
.plan-b{
	float:right;
	width:330px;
	margin:10px;
	}
	
ul#sidereserve  li{
	color:#CCC;
	font-size: medium;
	}
li#small{
	font-size:xx-small;
	}
