@charset "utf-8";

body {
	font-family:Tahoma;
	font-size:10pt;
	text-align:left;
	height:100%;
	margin-bottom: 10px;
	background-image: url(../background.png);
}
.all {
	width: 100%;
	background-color: #000;
}

a:link{
	color:#000;

}

a:hover{
	color:#000;

}
a:visited{
	color:#000;

}

img{
	border:0px;
}

.whole_body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
.outer_top_menu {
	float: left;
	width: 100%;
}

.top_menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	height: 50px;
}
.top_menu_sub {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
	height: 30px;
	margin-top: 10px;
}
.top_menu_sub_item {
	float: left;
	height: 30px;
	width: 160px;
	text-align: center;
	padding-top: 5px;
}

.top_menu_sub_item a:link{
	text-decoration: none;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

.top_menu_sub_item a:visited{
	text-decoration: none;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

.logo {
	float: left;
	height: 40px;
	width: 160px;
	text-align: center;
}

.top_menu_item {
	float: left;
	height: 30px;
	width: 110px;
	text-align: center;
	padding-top: 20px;
}
.top_menu_change_lang {
	float: left;
	height: 30px;
	width: 110px;
	text-align: center;
	padding-top: 20px;
}


.top_menu_item:hover {
	float: left;
	height: 25px;
	width: 110px;
	text-align: center;
	color: #FFF;
	padding-top: 25px;
	background-color: #666;
}

.top_menu_item a:link{
	text-decoration: none;
	color: #FFF;
	padding-top: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.top_menu_item a:visited{
	text-decoration: none;
	color: #FFF;
	padding-top: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.top_menu_item a:hover{
	text-decoration: none;
	color: #FFF;
	padding-top: 100%;
	padding-right: 30px;
	padding-left: 30px;
}



.outer_body_middle {
	float: left;
	width: 100%;
	background-position: top;
}


.body_middle {
	height: 198px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.outer_lower {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
}
.lower_divider {
	float: left;
	height: 6px;
	width: 7px;
}


.outer_copyright_bar {
	width: 100%;
	float: left;
	margin-top: 5px;
}


.copyright_bar {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	background-color: #333;
}
.lower {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.lower_content {
	width: 750px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding-left: 10px;
}
.lower_content_only {
	width: 960px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding-left: 10px;
}

.lower_content_item {
	width: 745px;
	float: left;
	margin-bottom: 10px;
}
.lower_content_item_only {
	width: 930px;
	float: left;
	margin-bottom: 10px;
}








.lower_menu {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.lower_menu_title {
	background-color: #333;
	float: left;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	color: #CCC;
	font-weight: bold;
}
.lower_menu_title_bottom {
	background-color: #333;
	float: left;
	height: 10px;
	width: 100%;
	text-align: center;
}



.lower_menu_item {
	background-color: #EEE;
	float: left;
	width: 193px;
	padding-top: 5px;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 5px;
}
.lower_menu_item_current {
	background-color: #FF9;
	float: left;
	width: 193px;
	padding-top: 5px;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 5px;
}


.lower_menu_item:hover {
	background-color: #FF9;
	float: left;
	width: 193px;
	padding-top: 5px;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 5px;
}

.lower_menu_item a:link {
	text-decoration:none;
}
.lower_menu_item a:visited {
	text-decoration:none;
}
.lower_menu_item a:hover {
	text-decoration:none;
}

.lower_menu_item_no_change_color {
	float: left;
	width: 198px;
	padding-top: 5px;
	text-align: center;
	color: #000;
	padding-bottom: 5px;
}
.lower_content_content {
	float: left;
	width: 733px;
	padding: 5px;
	overflow: hidden;
}
.lower_content_content_only {
	float: left;
	width: 918px;
	padding: 5px;
}


.wrapper{
	float: left;
	border: 1px solid #CCC;
}
.align_center {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.everything {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 0px;
	border: 1px solid #999;
	float: left;
	padding-bottom: 10px;
}
.wrapper_square {
	float: left;
	border: 1px solid #CCC;
}
