html {
	height: 100%;
}
body {
	background-color: #131516;
	height: 96%;
	color: #E9E3DC;
	scrollbar-arrow-color:red;
}
.head {
    position:relative;
	height: 157px;
	margin-top:15px;
	margin-left:10%;
	margin-right:10%;
}
.banner {
	height:157px;
	width:315px;
	background-image:  url(../img/logo_head.jpg);
	background-repeat: no-repeat;
}
.contentHead_Foot{
	/*position:relative;
	margin-left:10%;
	margin-right:10%;*/
}
.box_lo {
	background-image: url(../img/border_lo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 16px;
	width: 17px;
	background-position: bottom;
}
.box_lu {
	background-image: url(../img/border_lu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 16px;
	width: 17px;
}
.box_ro {
	background-image: url(../img/border_ro.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 16px;
	width: 17px;
	background-position: bottom;
}
.box_ru {
	background-image: url(../img/border_ru.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 16px;
	width: 17px;
}
.box_l {
	width: 17px;
	background-image: url(../img/border_l.jpg);
	background-repeat:repeat-y;
}
.box_r {
	width: 17px;
	background-image: url(../img/border_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.box_o {
	background-image: url(../img/border_o.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}
.box_u {
	background-image: url(../img/border_u.jpg);
	background-repeat: repeat-x;
	/*background-position: bottom;*/
}
.naviMain {
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.naviPlus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bolder;
}
.ContentHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
}
button {
	color: #CCCCCC;
	background-color: #666666;
	border: 1px groove #CCCCCC;
	font-size: 10px;
	font-weight: 200;
	cursor: hand;
}
button:hover {
	background-color: #999966;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.button_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: 600;
	font-variant: small-caps;
	background-color: #666666;
	width: 180px;
	border: 1px solid #CCCCCC;
}
button.button_menu:hover {
	background-color: #993300;
}
button.button_menu:focus {
	background-color: #993300;
}

