@charset "utf-8";
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #b5265f;
	text-decoration: none;
}
	a:hover {
		color: #989898;
		text-decoration: none;
	}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
}
.m_tittle {
	font-size: 16px;
	color: #2680b5;
}
.header {
}
.nav {
	background-color: #e2e2e2;
	display: block;
	width: 100%;
	height: 75px;
	margin-top: 50px;
}
.nav div {
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	float: left;
}
	.nav a {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 30px;
		padding-left: 30px;
		display: block;
	}
	.nav a:hover {
		background-color: #bdcfda;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 30px;
		padding-left: 30px;
		display: block;
	}
.q_search {
	background-image: url(images/q_search.png);
	height: 21px;
	width: 182px;
	padding: 13px;
	border: 1px solid #e2e2e2;
	float: right;
	margin-right: 30px;
	margin-bottom: 14px;
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
}
.tex {
	padding-left: 0px;
	height: 100%;
}
.main_left {
	padding-right: 0%;
	width: 75%;
	padding-left: 30px;
	float: inherit;
}
.main_right {
	width: 100%;
	float: right;
	display: block;
	background-color: #dee7ec;
}
.main_left2 {
	width: 100%;
	float: left;
	display: block;
	background-color: #dee7ec;
}
.sidebar {
	padding: 10px;
}
.s_corn_t {
	background-image: url(images/s_corn_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.s_corn_b {
	background-image: url(images/s_corn_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.s_corn_t2 {
	background-image: url(images/s_corn_top2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.s_corn_b2 {
	background-image: url(images/s_corn_bottom2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.alf_left {
	background-color: #e2e2e2;
	background-image: url(images/alf_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 87px;
	margin-top: 30px;
}
.alf_right {
	background-image: url(images/alf_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 87px;
}
.alf {
	height: 80px;
	margin-left: 150px;
	padding: 3px;
	line-height: -10px;
}

.ru {
	font-size: 16px;
	color: #1b6fa1;
}	
	.ru a {
		padding: 5px;
		color: #1b6fa1;
		text-decoration: none;
	}
	.ru a:hover {
		padding: 5px;
		color: #fff;
		background-color: #1b6fa1;
	}
.en {
	font-size: 16px;
	color: #b83368;
}
	.en a {
		padding: 5px;
		color: #b83368;
		text-decoration: none;
	}
	.en a:hover {
		padding: 5px;
		color: #fff;
		background-color: #b83368;
	}
.search_l {
	background-color: #ebebeb;
	background-image: url(images/s_l.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 59px;
	margin-top: 15px;
}
.search_r {
	background-image: url(images/s_r.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 59px;
}
.search {
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.search_button {
	border: 1px solid #ebebeb;
	background-image: url(images/ok.png);
	width: 99px;
	padding: 5px;
	color: #fff;
	margin-right: 30px;
}
.search_my {
	border: 1px solid #ebebeb;
	background-image: url(images/ok2.png);
	background-color: #0066CC;
	width: 299px;
	padding: 5px;
	color: #fff;
	margin-right: 30px;
}
.search_input {
	border: 1px solid #ebebeb;
	color: #999999;
	padding: 5px;
	width: 250px;
}
.footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
