@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption {
	text-align:left;
}
a {
	text-decoration: none;
}

a:link {
	color:#0041EA;
}

a:visited{
	color: #9933CC;
}

a:hover{
	color: #9b0910;
}

a:active{
	color:#0041EA;
}

p {
	margin-bottom: 15px;
}

body {
	font-size: 13px;
	line-height: 22px;
}
.clearfloat {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 960px;
	position: relative;
	height: 90px;
}
.languageFamily {
	position: absolute;
	right: 10px;
}
.languageFamily a {
	font-size: 12px;
	color: #6a6a6a;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.languageFamily a:hover {
	color: #65A233;
}
.pageLoginBox {
	display: inline-block;
	*display: inline;
	margin-left: 15px;
}
.pageLoginBox a {
	background-image: url(../templates/images/Login_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: inline-block;
	padding-left: 12px;
}
.pageLoginBox a:hover {}
.logo {
	position: absolute;
	top: 25px;
	left: auto;
}
.nav {
	position: absolute;
	right: 0px;
	top: 43px;
}
.nav ul {
}
.nav li {
	float: left;
	background-image: url(../templates/images/nav_bor.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
}
.nav .noBor {
	background-image: none;
	padding-right: 0px;
}

.nav a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #303030;
	font-size: 15px;
	font-weight: bold;
}
.nav a:hover {
	color: #65A233;
}
.mainPage {
	width: 960px;
}
.mainContent {
	background-image: url(../templates/images/mainPage_bg_02.jpg);
	background-repeat: repeat-y;
}
.mainContent_bg01 {
	background-image: url(../templates/images/mainPage_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
.mainContent_bg02 {
	background-image: url(../templates/images/mainPage_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	padding-bottom: 1px;
}

.footer {
	clear: both;
	width: 960px;
	background-image: url(../templates/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #989898;
	padding-top: 10px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 15px;
}
.CMPage {
	width: 696px;
}
.CMPageInfo {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-bottom: 3px;
}
.CMPageInfo b { color:#000;}
.CMPageContent {
	text-align:center;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.CMPageContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}
.CMPageContent a:hover {
	color: #65A233;
}
.StructureBox {
	margin-top: -23px;
	width: 600px;
	margin-left: 350px;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
	color:#999;
}
.StructureBox a {
	color:#000;
	margin-left: 5px;
	margin-right: 5px;
}
.StructureBox a:hover {
	color: #65A233;
}
