@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/back2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f4f9fd;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
}
a {}
a:hover {}
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {}
.head-bg {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.v-dot {
	background-image: url(../images/dot-v.png);
	background-repeat: repeat-y;
}
.cont-bg {
	background-image: url(../images/cont-bg.png);
	background-repeat: repeat-y;
	min-height: 300px;
	height: 300px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tit-s-1 {
	background-image: url(../images/left1.png);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 90px;
}
.s-menu {
	font-weight: bold;
	background-image: url(../images/sageata.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.s-menu a {
	color: #333;
	text-decoration: underline;
}
.s-menu a:hover {
	color: #000;
	text-decoration: none;
}

.bt-menu {
	background-image: url(../images/bt-menu-bg.png);
	background-repeat: no-repeat;
}
.bt-menu a {
	color: #333;
	text-decoration: none;
}
.bt-menu a:hover {
	color: #000;
	text-decoration: underline;
}
.lang {
	text-align: center;
	color: #999;
}

