@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a:link { border: none; }
a:visited { bordere: none; }
a:hover { border: none; }
a:active { border: none; }
a:focus { border: none; }
a img {
	text-decoration: none;
	border-style: none;
	text-transform: none;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	float: left;
}
#wrapper {
	padding: 0px;
	width: 100%;
	margin: 0px;
	float: left;
}
.menu {
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	float: left;
	background-image: url(img/menu_bk.png);
	background-repeat: repeat;
	height: 60px;
	position: absolute;
	z-index: 50;
}
.menu_box {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
}
.menu_b {
	float: left;
	margin-top: 15px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.menu_b2 {
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.movie a img {
	text-decoration: none;
	border-style: none;
	text-transform: none;
}
.sn_box {
	float: left;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}
.sn_b {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side {
	position: fixed;
	z-index: 100;
	top: 200px;
	width: 38px;
}

.side_b {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#to_top    {
	position: fixed;
	right: 0px;
	bottom: 150px;
	z-index: 100;
}
.footer {
	sposition: absolute;
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	padding: 0px;
}
.footer_index {
	background-image: url(img/footer_img.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 307px;
	width: 100%;
}

.footer_box {
	width: 100%;
	padding: 0px;
	background-color: #5CA8DD;
	margin: 0%;
	float: left;
}
.footer_text {
	width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
