@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	color: #052a53;
}
img {
	border: 0;
}
a {
	color: #052a53;
	cursor: pointer;
}
h1 {
	font-size: 22px;
}
/* =wrap
------------------------------------------------- */
#wrap {
	width: 980px;
	margin: 0 auto;
	background: url(bg02.png) 0 0 repeat-y;
}
#wrap div.a {
	background: url(bg01.png) 0 0 no-repeat;
}
#wrap div.a div.b {
	background: url(bg03.png) 0 100% no-repeat;
	padding: 29px;
}
/* =index_head
------------------------------------------------- */
div.index_head {
	padding: 11px;
}
p.logo {
	float: left;
}
p.lang {
	float: right;
	margin-top: 26px;
}
p.lang a {
	text-decoration: none;
	font-size: 13px;
}
p.lang a:hover {
	text-decoration: underline;
}
p.index_img {
	margin-top: 22px;
}
div.index_menu {
	margin-top: 4px;
}
div.index_menu p.bg {
	background: #124989;
	height: 20px;
	widht: 100%;
}
div.index_menu ul {
	list-style: none;
}
div.index_menu ul li {
	float: left;
	width: 230px;
}
div.index_menu ul li.last {
	width: 232px;
}
div.index_menu ul li.last p.link {
	border-right: none !important;
}
div.index_menu ul li p.link {
	border-right: 1px solid #fff;
	background: #3f73b0;
	padding: 9px 0 10px 17px;
}
div.index_menu ul li p.link a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
div.index_menu ul li p.red a {
	color: #ff2020;
}
div.index_menu ul li p.link a:hover {
	color: #ffef00;
}
div.index_menu ul li div.text {
	padding: 12px 17px 0 17px;
	border-right: 1px solid #3f73b0;
	min-height: 110px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
* html div.index_menu ul li div.text  {
	height: 110px;
}
div.index_menu ul li div.text p {
	font-size: 11px;
	line-height: 1.3em;
}
div.index_menu ul li div.text p.link1 {
	font-weight: bold;
	padding: 8px 20px 10px 0;
} 
div.index_menu ul li div.text p.link1 a {
	text-decoration: none;
}
div.index_menu ul li div.last {
	border-right: none;
}
div.index_menu ul li div.text p.link1 a span {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}
/* =nav
-------------------------------------------------- */
div.nav {
	margin-top: 9px;
}
div.nav div.bg {
	background: #124989;
	height: 20px;
	widht: 100%;
}
div.nav div.bg p.lang2 {
	float: right;
	font-size: 12px;
	padding-right:  6px;
	padding-top: 2px;
	color: #fff;
}
div.nav div.bg p.lang2 a {
	color: #ffef00;
	text-decoration: none;
}
div.nav ul {
	list-style: none;
	text-align: center;
}
div.nav ul li {
	float: left;
	width: 230px;
}
div.nav ul li.last {
	width: 232px;
}
div.nav ul li.last p.link {
	border-right: none !important;
}
div.nav ul li p.link {
	border-right: 1px solid #fff;
	background: #3f73b0;
	padding: 9px 0 10px 0;
}
div.nav ul li p.link a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
div.nav ul li p.red a {
	color: #ff2020;
}
div.nav ul li.active p.link a,
div.nav ul li p.link a:hover {
	color: #ffef00;
}
/* =content
-------------------------------------------------- */
div.content {
	background: url(bg04.png) 0 0 repeat-y;
	padding-bottom: 10px;
	min-height: 585px;
}
* html div.content {
	height: 585px;
}
div.leftbar {
	width: 228px;
	float: left;
}
div.leftbar p.img {
	margin-top: 69px;
}
div.leftbar ul {
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-top: 80px;
}
div.leftbar ul li {
	margin-bottom: 4px;
}
div.leftbar ul li.spec {
	margin-bottom: 0;
}
div.leftbar ul li a {
	text-decoration: none;
}
div.rightbar {
	width: 694px;
	float: left;
	padding-top: 16px;
}
div.rightbar h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-left: 16px;
}
div.rightbar div.text {
	margin-top: 4px;
	padding: 0 0 0 16px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 655px;
}
div.rightbar div.text p {
	margin-bottom: 10px;
	padding-top: 12px;
	text-align: justify;
}
div.rightbar div.text p strong {
	font-size: 13px;
}
div.rightbar div.text div.big_pic {
	margin-left: 10px;
	position: relative;
	float: right;
}
div.rightbar div.text div.you {
	margin-top: 15px;
}
div.rightbar div.text div.big_pic p.img {
	padding-top: 0;
}
div.rightbar div.pics div.big_pic {
	width: 426px;
	height: 326px;
	position: relative;
	float: left;
}
div.rightbar div.pics div.big_pic p.img {
	position: absolute;
	width: 381px;
	height: 281px;
	top: 22px;
	left: 21px;
}
div.rightbar div.pics div.small_pic {
	float: left;
	width: 258px;
}
div.rightbar div.pics div.small_pic ul {
	list-style: none;
	margin-top: 10px;
}
div.rightbar div.pics div.small_pic ul li {
	width: 125px;
	height: 97px;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 8px;
}
div.rightbar div.pics div.small_pic ul li.last {
	margin-right: 0;
}
div.rightbar div.pics div.small_pic ul li p.img {
	position: absolute;
	top: 16px;
	left: 17px;
}
table.gallery {
	width: 100%;
}
table.gallery td {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
