#container #main .left-content {
	width: 711px;
	float: left;
}

#container #main .tab-title {
	float: left;
	background: url('../images/content_tab_bg.jpg') no-repeat right bottom;
	height: 42px;
	width: 422px;
}
#container #main .tab-title ul {
	margin: 0;
	padding: 0;
}
#container #main .tab-title li {
	float: left;
}
#container #main .tab-title li a {
	display: block;
	height: 35px;
	margin-top: 7px;
}
#container #main .tab-title li a span {
	display: none;
}
#container #main .tab-title .middle1 {
	background:url(../images/content_tab_div.jpg) no-repeat 118px bottom
}
#container #main .tab-title .tab01 {
	padding: 0 0 0 12px;
}
#container #main .tab-title .tab02 {
	padding: 0;
}
#container #main .tab-title .tab03 {
	padding-right: 21px;
}
#container #main .tab-title .tab01 a {
	background: url('../images/content_tab_what.png') no-repeat center 10px;
	width: 102px;
}
#container #main .tab-title .tab02 a {
	background: url('../images/content_tab_who.png') no-repeat center 10px;
	width: 108px;
}
#container #main .tab-title .tab03 a {
	background: url('../images/content_tab_why.png') no-repeat center 10px;
	width: 114px;
}
#container #main .tab-title li.tab01.selected{
	background: url('../images/content_tab1.jpg') no-repeat left;
	padding-right: 31px;
}
#container #main .tab-title li.tab02.selected{
	background: url('../images/content_tab2.jpg') no-repeat left;
	padding-left: 31px;
	padding-right: 34px;
}
#container #main .tab-title li.tab03.selected{
	background: url('../images/content_tab3.jpg') no-repeat right;
	padding-left: 34px;
}
#container #main .tab-title li.tab02.middle1 {
	padding-right: 34px;
}
#container #main .tab-title li.tab02.middle2 {
	padding-left: 31px;
}
#container #main .tab-content {
	float: left;
	background: url('../images/content_tabbox_bg.jpg') no-repeat;
	width: 677px;
	height: 305px;
	padding: 30px 10px 30px;
	color: #000000;
	text-align: justify;
}

#container #main .tab-content .scroll-pane1, 
#container #main .tab-content .scroll-pane2,
#container #main .tab-content .scroll-pane3 {
	width: 637px;
	height: 315px;
	padding-left: 30px;
	padding-right: 0px;
	overflow: auto;
}

#container #main .tab-content .scroll-pane1 p {
	width: 590px;
}

#container #main .tab-content.box2 {
	display: none;
}
#container #main .tab-content.box3 {
	display: none;
}


#container #main .right-content {
	width: 225px;
	float: right;
	padding: 0 5px 0 19px;
	line-height: 12.6pt;
}
#container #main .right-content a {
	color: #fe8800;
}
#container #main .right-content a:hover {
	text-decoration: underline;
}
#container #main .right-content ul {
	margin: 0;
	padding: 0;
}
#container #main .right-content ul li.line {
	background: url('../images/content_dotline.jpg') repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#container #main .right-content ul li.last {
	background: transparent;
}
#container #main .right-content .sidetitle {
	margin-bottom: 20px;
}