html{
	background-color: #000000;
	background-image: url();	
	background-repeat: repeat;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

body {
	width: 780px;
	margin: 50px auto 0px auto;
	font-size: 16px;
	background-color: #000000;
}

.sen{
	width: 800px;
	height: 5px;
	background-image: url(../img/sen.gif);	
	background-repeat: repeat-x;
}

.box1 {
	width: 800px;
	height: 300px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../img/top1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.box2 {
	width: 150px;
	height: 160px;
	margin: 0px 0px 0px 85px;
	padding: 0px;
	color: #cc0000;
	background-color: #cccccc;
	float: left;
}

.box3 {
	width: 150px;
	height: 60px;
	margin: 0px 0px 0px 85px;
	padding: 0px;
	color: #cc0000;
	background-color: #cccccc;
	float: left;
}

.centerbox {
	width: 300px;
	height: 130px;
	margin: 30px 0px 0px 340px;

}


.listbox{
	margin: 10px 0px 0px 0px;
	float: right;
	width: 50px;
	height: 130px;
}

ul{
	list-style-type: none;
	text-align: right;
}

li a {
	width: 50px;
	padding: 2px;
	text-decoration: none;
	display: block;
	height: auto !important;
	height: 1em;
}

li a:hover{
	background-image: url(../img/1.gif);
	background-repeart: repeat-x;
	background-position: botom;
	color: #999999;
}

#menu ul li a:hover{
	background-image: url(../img/1.gif);
	background-repeart: repeat-x;
	background-position: botom;
	color: #999999;
	border-color: solid 1px #66ff00;
}

.title{
	margin: 0px 25px;

}

.protitle{
	margin: 0px 100px;

}

.footer {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	color: #333333;
	width: 900px;

	float: right;
}

.footer3 {

	font-size: 9px;
	color: #333333;

}

.footer2 {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #ffffff;

	float: left;
}

.clear{
	clear: both;
}
