@charset "utf-8";

/*--------------------
common
--------------------*/

html, body{
	height:100%;
}

.btn{
	cursor:pointer;
}

#container{
	position:relative;
	min-height:100%;
}

/*--------------------
#background
--------------------*/

#background{
	position:absolute;
	overflow:hidden;
	z-index:-1;
	width:100%;
	height:100%;
	min-width:980px;
}
#background img{
	position:absolute;
	left:-100%;
	right:-100%;
	min-width:100%;
	min-height:100%;
	margin:0px auto;
}
#background div{
	position:absolute;
	top:0px;
	width:100%;
	height:240px;
	background:rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff,endColorstr=#b3ffffff);
}

/*--------------------
#wrapper
--------------------*/

#wrapper{
	position:relative;
	width:980px;
	margin:0px auto;
	padding-bottom:70px;
}

#header{
	width:880px;
	height:200px;
	padding-top:40px;
	margin:0px auto;
}
#header img{
	margin:0px auto;
}

#navi{
	width:880px;
	margin:40px auto;
}
#fuan{
	position:relative;
	float:left;
	width:420px;
	height:530px;
	background:url("../img/top_bg_fuan.png") no-repeat center top;
}
#utsu{
	position:relative;
	float:right;
	width:420px;
	height:530px;
	background:url("../img/top_bg_utsu.png") no-repeat center top;
}
#kaifuku{
	position:relative;
	margin-top:20px;
	float:right;
	width:420px;
	height:143px;
	background:url("../img/top_bg_kaifuku.png") no-repeat center top;
}

#navi .kaibtn{
	position: absolute;
	top: 18px;
	left: 22px;
}


#navi .btn{
	position:absolute;
	top:238px;
	left:25px;
}
#navi p{
	position:absolute;
	top:438px;
}

/*--------------------
#footer
--------------------*/

#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	min-width:980px;
	background-color:#ffffff;
}
#footer > p{
	width:880px;
	margin:24px auto 0px auto;
	text-align:center;
}

/*--------------------
#redirect
--------------------*/

#redirect{
	height:3em;
	font-size:20px;
	line-height:1em;
	text-align:center;
	background-color:#3399ff;
}
#redirect a{
	margin-top:1em;
	display:inline-block;
	color:#ffffff;
}
/*--------------------
はれそら
--------------------*/
#haresora{
width: 880px;
margin: 30px auto 20px;
}
#haresora img{
width: 100%;
}
#haresora img:hover{
 opacity:0.8;
}

