@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	background-color: #000;
}
#body_div {
	margin: 0px;
}

#left_div {
	padding-top: 20px;
}
#right_div {
	padding-top: 20px;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#l_menu {
	position: fixed;
	top: 20px;
	left: 0px;
	height: 600px;
	z-index: 1;
	float: left;
}
#r_menu {
	position: fixed;
	top: 20px;
	right: 0px;
	height: 600px;
	z-index: 1;
	float: right;
}
#r_back {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: -999;
	float: left;
}
#l_back {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -999;
	float: right;
}
#m_content{
	color: #B4EF7E;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/index_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_pic{
	height: 300px;	
	}
#b_blank{
	height: 60px;	
}
#l_content {
	margin-bottom: 15px;
	margin-left: 44px;
	color: #B4EF7E;
	width: 470px;

}
#r_content {
	margin-right: 44px;
	margin-bottom: 15px;
	color: #C9D1F5;
	width: 470px;
	float: right;
}
.l_title {
	font-size: 25px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
	color: #000000;
	background-image: url(../images/l_title.png);

}
.l_text {
	line-height: 200%;
	clear: both;
	padding: 4px;
	width: 98.5%;
	float: left;
}
.r_title {
	font-size: 25px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
	text-align: right;
	color: #00BCDD;
	background-image: url(../images/r_title.png);
}
.r_text {
	line-height: 200%;
	clear: both;
	padding: 4px;
	width: 98.5%;
	float: right;
	text-align: right;
}

.strong {
	font-weight: bold;
	color: #FFF;
}

.lfocus {
	font-weight: bold;
	color: #09F;
}
.rfocus {
	font-weight: bold;
	color: #6F9;
}

a:link {
	color: #ECEC00;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF3300;
}
.tab_rl{
	float: right;
}
.ltab_line{
	width: 100%;
	background-color: #7E9351;
	padding-top: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
	border-left-width: 1px;
}
.rtab_line{
	width: 100%;
	float: right;
	background-color: #238CA3;
	padding-top: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.td_rl {
	text-align: left;
	width: 400px;


}
.lr_td {
	width: 400px;

}
.td_rl_t {
	text-align: left;
	width: 400px;
	font-size: 13pt;
}
.lr_td_t {
	width: 400px;
	font-size: 13pt;
}
.txt_right {
	text-align: right;
}

.news_date {
	width: 70px;
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
}
.news_text {
	padding: 4px;
	display: inline;
}
img {
	border: 0;
}
.link_list td {
	text-align: center;
}
#l_content .link_list {
	border: #7E9351 1px solid;
}
#r_content .link_list {
	border: #238CA3 1px solid;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background-color: Transparent;
	font-size: 9pt;
	width: 250px;
}

#l_content textarea {
	color: #B4EF7E;
	border: #7E9351 1px solid;
}
#r_content textarea {
	color: #C9D1F5;
	border: #238CA3 1px solid;
}
.r_tab {
	clear: both;
	float: right;
}
.l_tab {
	clear: both;
	float: left;
}

#l_bottom {
	padding: 4px;
	clear: both;
}
#r_bottom {
	padding: 4px;
	clear: both;
	text-align: right;
}
.l_cover {
	float: right;
	margin-top: 5px;
	clear: both;
	margin-left: 5px;
	line-height: 200%;
	font-size: 11pt;
}
.r_cover {
	float: left;
	margin-top: 5px;
	clear: both;
	margin-right: 5px;
}
.l_pic {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 200%;
	font-size: 11pt;
}
.r_pic {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 200%;
	font-size: 11pt;
}
.l_pic table{
	margin-right: 6px;
	width: 400px;	
}
.r_pic table{
	margin-left: 6px;
	width: 400px;
}
.r_blank {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	clear: both;
}
.list1 {
	filter: Alpha(Opacity=50, FinishOpacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.list2 {
	filter: Alpha(Opacity=100, FinishOpacity=100);
	-moz-opacity:1;
	opacity:1;
}