body,div,ul,ol,li,table,td,tr,dl,dt,dd,img,p,h1,h2,h3,a,b,span{margin:0;padding:0;}
img{border:none;}
a{text-decoration:none;}
li{list-style:none;}
.l_float{float:left;}
.r_float{float:right;}
.width{width:1000px;margin:0 auto;}

html,body{
	width:100%;
	height:100%;
	color:#fff;
}
html{
	background: url(about:black) fixed;
}


body{font-family:'Meiryo','Meiryo_original','MS PGothic';}
.header{width:100%;height:90px;background:url(../image/background_white.png);position:fixed;}
.header .banner{width:980px;height:90px;margin:0 auto;position:relative;background:url(../image/top_logo.png) no-repeat left;padding:0 10px;}
.banner .block_logo{background:#d25159;letter-spacing:1px;position:absolute;left:130px;top:26px;padding:5px 5px 3px 5px;border-radius:5px;}
.banner p{font-size:14px;line-height:16px;color:#fff;text-align:center;}
.banner h1{font-size:30px;color:#f38018;position:absolute;left:230px;top:25px;padding:2px 20px;letter-spacing:5px;}
.banner ul{position:absolute;right:0px;top:36px;}
.banner ul li{float:left;margin:0 20px;}
.banner ul li a{font-size:16px;color:#565656;}
.banner ul li a:hover{color:#f38018;}

.bar{width:100%;height:28px;background:url(../image/background_bar.png);position:fixed;top:90px;}
.menu{width:600px;margin:0 auto;}
.menu ul li{width:149px;float:left;text-align:center;line-height:28px;background:url(../image/border-white.jpg) no-repeat center right;}
.menu ul li a{color:#fff;font-size:14px;}
.menu ul li a:hover{border-bottom:3px #fff solid;}



.point{position:fixed;top:40%;bottom:50%;left:45%;right:45%;z-index:999;}

.text_box{position:fixed;bottom:0;padding:30px;width:100%;background:url(../image/background_bar.png);}
.text_box h1{font-size:26px;}
.text_box h2{font-size:16px;color:#f38018;margin-top:15px;}
.text_box p{font-size:14px;}

#nav{
	height:50px;
	width:100%;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	border-bottom:1px solid gray;
	position: fixed;
	_position:absolute;
	z-index: 999;
	_top:expression(eval(document.documentElement.scrollTop));
}
#content{
	height: 100%;
	width: 100%;
}
#content li{
	height: 100%;
	width: 100%;
	overflow:hidden;
	background:#70c4d9;
}

/*右侧悬浮导航*/
.nav{width:35px;position:fixed;bottom:20px;right:30px;z-index:999;}
.nav ul li{height:35px;margin-bottom:10px;cursor:pointer;}
.nav ul li img:hover{opacity:0.6;filter:alpha(opacity=60);}
.nav #go_top{display:none;}
