@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.header {
	height: 113px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
}
.imgf {
	padding-top: 46px;
	padding-left: 22px;
}
.contant {
	background-image: url(image/body.jpg);
	background-repeat: no-repeat;
	height: 750px;
}
.footer {
	background-color: #161F26;
	height: 50px;
}
.buton {
	height: 370px;
	width: 405px;
}
.scroling {
	height: 289px;
	width: 473px;
	padding-right: 5px;
}
.topnavi {
	text-align: right;
	padding-right: 20px;
	vertical-align: bottom;
	padding-bottom: 20px;
}
.topnavi ul {
	margin: 0px;
	padding: 0px;
}
.topnavi li {
	padding-left: 10px;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
.topnavi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.topnavi a:hover {
	color: #CCCCCC;
}

.heading {
	padding-top: 150px;
	padding-left: 30px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
}
.acce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.naviacc {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}
.naviacc ul {
	margin: 0px;
	padding: 0px;
}
.naviacc li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}
.naviacc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.naviacc a:hover {
	color: #CCCCCC;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
}
.copyright a {
	color: #CCCCCC;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

