@charset "utf-8";

body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	}

.clfix:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.float_l{
	float:left;
}

.float_r{
	float:right;
}

.img_dummy{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.btn_over {
	background-color:#fff;	
}
.btn_over img:hover {
	opacity:0.7;
}

/***************
+ header_wrap
***************/
.header_wrap {
	width:100%;
	min-width:956px;
	position:absolute;
	top:0;
	z-index:1000;
}
	.nav{
		width:100%;
		height:55px;
		background:#9f0014;
		margin:0 auto;
	}
	.nav ul{
		width:956px;
		margin:0 auto;
	}
	.nav ul li{
		width:199px;
		height:55px;
		line-height:57px;
		float:left;
		text-align:center;
	}
	.nav ul li > a{
		height:55px;
	}

	.nav ul li.logo{
		width:160px;
	}
	.nav ul li.nav3,
	.nav ul li.nav4{
		position:relative;
	}
	.nav ul li dl{
		positoin:absolute;
		top:55px;
		left:0;
		width:199px;
		display:none;
	}
	.nav ul li dt{
		height:35px;
		line-height:35px;
		background:#804554;
		border-top:1px solid #fff;
	}
	.nav ul li dd{
		height:35px;
		line-height:35px;
		background:#804554;
		border-top:1px solid #fff;
	}
	.nav ul li a{
		display:block;
		font-size:14px;
		font-weight:bold;
		color:#fff;
	}
	.nav ul .current > a,
	.nav ul li a:hover{
		text-decoration:none;
		background:#650014;
	}
	.nav ul li.logo a:hover{
		background:#9f0014;
	}



/***************
+ main_area
***************/
.main_area {
	width:100%;
	min-width:956px;
	position:relative;
}
	.main_area img { 
		max-width:100%;
	}


/***************
+ tra_footer
***************/
.tra_footer {
	width:100%;
	margin:0 auto 70px;
	text-align:center;
}
	.tra_footer img { 
		display:inline-block;
	}


.gon_pagetop{
    position: fixed;
    right: 1%;
    bottom: 0;
    margin:0 0 0 -63px;
}
.gon_pagetop a{
    width: 75px;
    height: 100px;
    display: block;
}