* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
img {
 	border:none;
}
a:link {
	TEXT-DECORATION: none;
}
a:visited {
	TEXT-DECORATION: none;
}
a:hover {
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #999999;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #999999;
}
.foot_link a:hover {
	TEXT-DECORATION: none;
	color: #666666;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #999999;
}


.top_btn a:link {
	TEXT-DECORATION: none;
	color: #0064A6;
}
.top_btn a:visited {
	TEXT-DECORATION: none;
	color: #0064A6;
}
.top_btn a:hover {
	TEXT-DECORATION: none;
	color: #0082D6;
}
.top_btn a:active {
	TEXT-DECORATION: none;
	color: #0064A6;
}


#header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 10px;
	text-align: right;
	margin-bottom: -12px;
}


#header .head_logo {
	float: left;
	padding-left: 27px;
}
#header .head_right {
	float: right;
	width: 400px;
	padding-right: 10px;
	text-align: right;
}

#header .head_contact {
	padding-bottom: 5px;
	margin-top: 19px;
	margin-bottom: 2px;
}
#header .head_link {
	float: right;
	padding-left: 10px;
}
#header .flash {
	padding-top: 13px;
}


/*-------------------------------------------------
  globalnav
-------------------------------------------------*/
#globalnav {
	height: 39px;
	margin-bottom: 15px;
}
#globalnav li {
	display: block;
	float: left;
	height: 39px;
	text-decoration: none;
	width: 150px;
}
#globalnav li a {
	display: block;
	overflow: hidden;
	padding-top: 39px;
	height: 0px;
}
#globalnav .n1 a {
	background-image: url(img/navi1.jpg);
	background-repeat: no-repeat;
}
#globalnav .n2 a {
	background-image: url(img/navi2.jpg);
	background-repeat: no-repeat;
}
#globalnav .n3 a {
	background-image: url(img/navi3.jpg);
	background-repeat: no-repeat;
}
#globalnav .n4 a {
	background-image: url(img/navi4.jpg);
	background-repeat: no-repeat;
}
#globalnav .n5 a {
	background-image: url(img/navi5.jpg);
	background-repeat: no-repeat;
}
#globalnav .n6 a {
	background-image: url(img/navi6.jpg);
	background-repeat: no-repeat;
}
#globalnav a:hover {
	background-position: left -40px;
}
#globalnav.navi1 .n1 a {
	background-position: 0 -80px!important;
}
#globalnav.navi2 .n2 a {
	background-position: 0 -80px!important;
}
#globalnav.navi3 .n3 a {
	background-position: 0 -80px!important;
}
#globalnav.navi4 .n4 a {
	background-position: 0 -80px!important;
}
#globalnav.navi5 .n5 a {
	background-position: 0 -80px!important;
}
#globalnav.navi6 .n6 a {
	background-position: 0 -80px!important;
}
@media print{
#globalnav li a {
	height: 39px;
	text-align: center;
}
}

/*-------------------------------------------------
  globalnav end
-------------------------------------------------*/

#content {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 50px;	
}
#content p {
	margin-bottom: 10px;
}
#pankuzu li {
	list-style-type: none;
	display: inline;
}

#side {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#side .side_link {
	margin-bottom: 10px;
}

.side_link a:hover img  { filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=80) }

#main {
	float: right;
	width: 660px;
}



#main h2 {
	background-image: url(img/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-top: 13px;
	padding-left: 13px;
	color: #399616;
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
}
#main h3 {
	font-size: 16px;
	color: #404040;
	background-image: url(img/h3_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 12px;
}
#main h4 {
	color: #717171;
	background-image: url(img/h4_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 12px;
	font-size: 14px;
}
#main .indent {
	padding-right: 10px;
	padding-left: 10px;
}

#main ol.privacy li {
	margin-right: 25px;
	margin-left: 40px;
}

#main ul.content li {
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 3px;
}
#main ul.ondemand li {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 20px;
}
#main ol.environment li {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}






#main  .title_top1 {
	background-image: url(img/top_title1_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 20px;
	height: 26px;
	padding-top: 8px;
	padding-left: 30px;
}


#main .scroll {
	overflow: auto;
	height: 182px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
	scrollbar-darkshadow-color: #FFFFFF;
	padding-right: 5px;
	margin-right: 5px;
}
#main .news_date {
	font-weight: bold;
	color: #0082D6;
	padding-left: 5px;
}
#main .news_text {
	background-image: url(img/line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#main .box1 {
	width: 650px;
	margin-bottom: 15px;
	padding-left: 10px;
}
#main .box2 {
	margin-bottom: 15px;
	width: 640px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .box_left {
	float: left;
}
#main .box_left_140 {
	float: left;
	padding: 10px;
	width: 140px;
	background-color: #F7F7F7;
}
#main .box_left_300 {
	float: left;
	width: 300px;
}

#main .box_left_470 {
	float: left;
	width: 470px;
}
#main .box_right {
	float: right;
}
#main .box_right_130 {
	float: right;
	width: 130px;
}

#main .box_right_300 {
	float: right;
	width: 300px;
}

#main .box_right_460 {
	float: right;
	width: 460px;
}
#main .title_privacy {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-align: center;
	margin-bottom: 8px;
}
#main .title_privacy2 {
	background-image: url(img/privacy_title2_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #717171;
}
#main .box_privacy {
	background-image: url(img/line2.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 20px;
	padding-top: 20px;
	width: 577px;
	padding-right: 31px;
	padding-left: 31px;
	text-align: right;
}
#main .box_environment {
	text-align: right;
}
#main .box_sougou1 {
	float: left;
	display: inline;
	margin-right: 15px;
}
#main .box_sougou2 {
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	background-image: url(sougou/img/line1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 10px;
}

#main #right1.box_sougou1 {
	margin-right: 0px;
}



#main .text_privacy {
	margin-top: 15px;
	margin-bottom: 4px;
	text-align: center;
	width: 180px;
}
#main .text_privacy2 {
	float: right;
}





#main .box_gray {
	background-color: #F7F7F7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 620px;
}
#main .box_gray2 {
	background-color: #F7F7F7;
	margin-bottom: 10px;
	width: 280px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .box_gray2 img {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#main .box_pic {
	margin-top: 10px;
	margin-bottom: 10px;
}


#main .box_btn1 {
	float: left;
	margin-right: 20px;
	display: inline;
}
#main #right.box_btn1 {
	margin-right: 0px;
}
#main .box_btn2 {
	text-align: center;
	margin-top: 15px;
}


#main .td_box1 {
	background-image: url(img/td_box1_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 640px;
	margin-bottom: 2px;
}
#main .td1 {
	float: left;
	width: 130px;
	padding: 10px;
	color: #000000;
}
#main .td2 {
	float: right;
	padding: 10px;
	width: 470px;
}





#main table {
	border-collapse: collapse;
}
#main table.table1 {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
#main table.table1 td {
	padding: 10px;
	border: 1px solid #DAD5D2;
}
#main table.table1 col.col_gray {
	background-color: #F6F6F6;
	font-weight: bold;
	color: #666666;
}
#main table.table2 {
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #A0D3F1;
}
#main table.table2 th {
	padding: 10px;
	background-color: #D2EEFF;
	color: #333333;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#main table.table2 td {
	padding: 10px;
	border: 1px solid #DBDBDB;
	text-align: center;
}
#main .td_gray {
	background-color: #FAFAFA;
}



.formfield_s {
	width: 180px;
}
.formfield_m {
	width: 240px;
}
.formfield_l {
	width: 320px;
}
.font_red {
	color: #FF0000;
}


#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 102px;
}
#footer .top_btn {
	background-image: url(img/top_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	padding-left: 18px;
	padding-right: 10px;
	margin-top: 3px;
}
#footer .foot_left {
	float: left;
	width: 500px;
	padding-left: 23px;
}
#footer .foot_logo {
	float: left;
	margin-top: 15px;
}
#footer .foot_link {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

#footer .foot_copyright {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979D96;
	margin-top: 34px;
	padding-top: 1px;
	padding-bottom: 1px;
}
