body,td,th {
	font-family: "Arial", "Helvetica", "sans-serif", "osaka";
	font-size: 12px;
	color: #525252;
}
body {
	margin:0px 0 0 0;
	line-height:18px;
	background-color:#fff;
	background: url(../images/bg_88b.gif);
	background-position:center;
	background-repeat:repeat-y;
}
a:link,a:visited,a:active{
	color: #525252;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}

a.top_menu01:link,a.top_menu01:visited,a.top_menu01:active {
	color: #7A4A26;
	text-decoration:none;
}
a.top_menu01:hover {
	color: #FF9900;
	text-decoration:underline;
}
a.top_menu02:link,a.top_menu02:visited,a.top_menu02:active {
	color: #9F2F01;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
a.top_menu02:hover {
	color: #FF9900;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
a.top_menu03:link,a.top_menu03:visited,a.top_menu03:active {
	color: #575757;
	font-weight:bold;
	text-decoration:none;
}
a.top_menu03:hover {
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}

a.step1_01:link,a.step1_01:visited,a.step1_01:active {
	color: #525252;
	font-weight:900;
	text-decoration:none;
}
a.step1_01:hover {
	color: #9E2E00;
	font-weight:900;
	text-decoration:underline;
}
a.step1_02:link,a.step1_02:visited,a.step1_02:active {
	color: #525252;
	font-weight:900;
	text-decoration:underline;
}
a.step1_02:hover {
	color: #9E2E00;
	font-weight:900;
	text-decoration:none;
}



.order_logined{
color:#7A7A7A;
font-weight:900;
}

body{font-size:12px;text-align:center;}
form,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,dl,dd,dt{margin:0;padding:0;}
input,select{font-size:12px;}
img{border:0;}
ul,li,ol{list-style-type:none;}
a:link,a:visited{text-decoration:none;cursor:pointer;}
a:hover,a:active{text-decoration:underline; color:#9FB400;}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/* =nav
 */

.banner{width:1000px; height:108px; background:url(../images/bg_15.gif) no-repeat; margin:0px auto; text-align:right;}
.banner img{float:left;}
.banner02{width:1000px; margin:0px auto; height:216px; }

.ban01{padding:28px 23px 14px 0; color:#d56035; }
.ban01 a:link,.ban01 a:visited{color:#d53900; font-weight:bold;}
.ban02{font-size:13px; font-weight:bold;}
.ban02 a:link,.ban02 a:visited{background:url(../images/bg_07.gif) no-repeat right; padding-right:20px; margin-right:4px; color:#a72d00; }


.ban_zhu{font-size:13px; font-weight:bold;}
.ban_zhu a:link,.ban_zhu a:visited{background:url(../images/bg_07.gif) no-repeat right; padding-right:15px; margin-right:4px; color:#a72d00; }



/* =footer
 */

.footer{height:22px;border-top:1px solid #afb2b7; float:left; width:980px; padding:8px 10px 0px 10px;}
.footer span{float:left;color:#585858;}
.footer span a{ color:#585858;}
.footer p{ float:right; color:#555; font-size:11px;}

/* = login
 */
 .login{ display:block; width:141px; height:29px; background:url(../images/bu_03.gif) no-repeat; }


/* =box_loginindex
 */

.right01{ width:156px; height:130px; padding:56px 0 0 85px!important; padding:55px 0 0 85px; margin-top:11px;  background:url(../images/bg_12.gif) no-repeat;}
.bg_logined{width:240px; padding:56px 0 0 25px!important; padding:55px 0 0 25px;  background:url(../images/bg_1200_02.gif) no-repeat;}


.content{width:1000px; overflow:hidden; padding-top:6px;margin:0px auto; background:url(../images/bg_08.gif) no-repeat;text-align:left;}

/* %active01
 */

.content_z{width:1000px;margin:0px auto;text-align:left; overflow:hidden;}
.left_h{ height:770px; color:#666; width:720px; margin-right:10px;float:left;text-align:center;}

.st_f05{width:650px; margin:20px 0 0 0px; text-align:left; font-weight:bold; font-size:13px; line-height:26px;}
.st_f05 h6{color:#006fef; font-size:14px;}
.st_f05 strong{color:#006fef; font-size:13px;}

.sub_f02{height:30px; width:66px; background:url(../images/sub_f02.gif) no-repeat; border:none;}
.sub_f03{height:30px; width:66px;  background:url(../images/sub_f03.gif) no-repeat; border:none;}

/* %index7
*/

.left_g{line-height:12px; padding:0;text-align:center;float:left;border-right:1px solid #bdbdbd;  width:720px;  height:1200px; margin-right:10px; background:url(../images/img_g02.gif) repeat-x;}
.left_p{width:710px; height:770px;margin-right:14px; float:left;border-right:1px solid #bdbdbd; text-align:center;}
.left_p div{border-bottom:1px solid #ccc; height:1px; overflow:hidden; width:684px; margin:0px auto;}


.left_m{line-height:12px; padding:0;text-align:center;float:left;border-right:1px solid #bdbdbd;  width:720px;  height:2250px; margin-right:10px; background:url(../images/img_m02.gif) repeat-x;}
.bor_m{ height:2px; width:660px; margin:0px auto; background:url(../images/bg_d05.gif) repeat-x; overflow:hidden;}
.left_mst01{line-height:22px; width:607px; padding: 0 8px 0 45px; margin:0px auto;  background:url(../images/img_m10.gif) repeat-y;}
.left_mst01 p{text-align:left; padding:10px 35px 10px 40px;}
.left_mst01 h3{text-align:left; padding-left:39px;width:568px; height:26px; background:url(../images/img_m11.gif) repeat-x;}

.left_z01 dl{ width:687px; margin-top:20px; padding:18px 0;  border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.left_z01 dt{width:100%; float:left; margin-bottom:17px;}
.left_z01 dd{float:left; width:222px;height:275px;margin-right:10px;}
.left_z01 dd p{margin:18px 15px 0 15px; font-size:13px; line-height:20px; color:#3e3e3e;}
.left_z01{ padding:20px 0 0 20px; width:715px; float:left; }
.left_z02,.left_d{ padding:0px 0 95px 10px; width:710px;margin-right:14px; float:left;border-right:1px solid #bdbdbd; background:url(../images/img_z07.gif) repeat-x;  }
.left_z02 h3,.left_d h3{height:52px; width:235px; margin:0px auto 30px auto;}
.left_d{width:690px; padding:0px 0 30px 30px; background:url(../images/bg_d01.gif) repeat-x;}
.left_e{padding:26px 0 125px 25px; width:693px; margin-right:16px; float:left;border-right:1px solid #d6d6d6;}
.left_e ul{height:395px;}
.left_e li{height:185px; margin-top:20px;}
.left_e li img{float:left; margin-right:8px;}
.left_e li p{ float:left; line-height:24px; letter-spacing:3px; color:#6f6f6f; font-weight:bold; font-size:13px; width:358px; padding:20px 0 0 10px; border-top:1px solid #d6d6d6; margin-top:13px;}


.left_f{color:#535353; width:720px; height:800px; margin-right:10px; border-right:1px solid #d9d9d9; text-align:center; float:left;}
.left_f dl,.left_mes dl{width:550px;margin:0px auto; text-align:left; border:1px solid #4c9bd8;background:#fbfeff;border-top:none;}
.left_f li,.left_f dd,.left_mes dd{height:32px;line-height:32px; border-bottom:1px solid #4c9bd8; }

.left_f p,.left_mes p{float:left; width:162px;  border-right:1px solid #4c9bd8; text-align:center; color:#666; background:#eafaff; font-size:14px; font-weight:900;}

.left_f dt p,.left_mes dt p{line-height:98px;}

.left_f dt strong,.left_mes dt strong{font-weight:normal;font-size:12px; line-height:18px;color:#FD6602; letter-spacing:0px!important; letter-spacing:1px;}
.left_f dt,.left_mes dt{height:98px;}
.left_f textarea,.left_mes textarea{width:370px; height:68px; border:1px solid #58758c;margin:4px 0 3px 3px!important; margin:3px 0 3px 3px;}

.st_f03{text-align:left; width:665px; line-height:21px; font-size:12px; font-weight:bold; color:#666;}
.left_f07{height:800px;}

.left_s{width:710px; height:1040px;margin-right:14px; float:left;border-right:1px solid #bdbdbd; text-align:center;}
.left_s01 h3{font-size:14px; color:#333;}
.left_s01 span{font-size:11px; color:#8c8c8c;}
.left_s01{color:#666; width:680px; margin:0px auto; text-align:left; line-height:22px; margin-bottom:35px;}
.left_sbor{border-bottom:1px solid #ccc; height:1px; overflow:hidden; width:684px; margin:0px auto;}
.left_s02{width:660px; color:#c5c5c5; margin:0px auto; text-align:right; font-weight:bold; font-size:11px;}
.left_s02 a{ color:#2971a7;}
.left_s02 span{ color:#695f55;}

.text_f01{height:20px; width:190px; border:1px solid #58758c;margin:3px 0 0 3px; }

.st_f01{width:694px; margin:20px auto 0 auto; text-align:left;color:#5D5D5D;}
.st_f01 h4{color:#5D5D5D;margin:20px 20px 0 20px; font-size:12px; line-height:22px; font-weight:normal;}
.sub_f01{height:30px; width:66px; background:url(../images/sub_f01.gif); border:none; margin:15px 30px 0 0; }
.sub_f02{height:30px; width:66px; background:url(../images/sub_f02.gif) no-repeat; border:none;}
.sub_f03{height:30px; width:66px;  background:url(../images/sub_f03.gif) no-repeat; border:none;}



.step_select01{width:40px; height:20px}

.left{background:url(../images/bg_09.gif) no-repeat; padding:46px 0 0 20px; width:715px; float:left; }

 /* = right
 */

.right{width:265px; float:left;}
.right02{}
.right02 img{margin-top:10px;}


/* %message
 */

.star{color:#F3831F;font-size:9px;font-weight:100;}


.left_k{line-height:12px; padding:0;text-align:center;float:left;border-right:1px solid #bdbdbd;  width:720px;  height:2540px; margin-right:10px; background:url(../images/img_k02.gif) repeat-x;}
.left_k p{width:650px; text-align:left; color:#232323; line-height:28px; font-size:13px; letter-spacing:1px;}
.border_leftk{width:602px; height:1px;  overflow:hidden; margin:-5px auto 0 auto; background:url(../images/img_k19.gif) repeat-x;}
.more_leftk{color:#8e3d3d; width:602px; height:14px; text-align:right; }
.more_leftk a:link,.more_leftk a:visited{ float:12px; color:#8e3d3d; text-decoration:underline;}
.link_leftk{width:664px;}
.left_n{line-height:22px; font-size:13px; padding:0;text-align:center;float:left;border-right:1px solid #bdbdbd;  width:720px; margin-right:10px; background:url(../images/img_k02.gif) repeat-x;}
.left_n p{text-align:left; padding-left:40px;}




/*=fields
 */

.f_text{border:1px solid #fff; width:130px; height:14px;}
.f_checkbox{margin:5px 0 6px -1px!important;margin:0 0 2px -3px; }
.f_link{margin:4px 0px 7px 0px;display:block; font-size:10px; color:#555756; }
.f_link:link,.f_link:visited{text-decoration:underline;}


.top_body00{
width:1000px;
height:25px;
clear:both;
padding:0px;
margin:0px 0 0px 0;
background-color:#fff;
text-align:left;
}
.top_body{
width:1000px;
clear:both;
margin:0px 0 1px 0;
}


.top_footer{
width:1000px;
height:25px;
border-top:1px solid #ACB3BB;
clear:both;
}
.top_footer01{
width:240px;
height:18px;
color:#575757;
padding:7px 0 0 10px;
text-align:left;
font-weight:bold;
float:left;
}
.top_footer02{
width:742px;
height:18px;
color:#575757;
padding-top:7px;
text-align:right;
font-weight:bold;
float:left;
}


.sta_z02{width:285px; margin:35px 10px 0 0; padding:85px 25px 0 70px; float:left; background:url(../images/img_z04.gif) no-repeat;}
.sta_z02 a{display:block; width:152px; height:34px;margin-top:10px;  background:url(../images/bu_z05.gif) no-repeat;}
.stb_z02{width:280px;margin:40px 0 0 0; float:left; padding:80px 15px 0 15px; background:url(../images/img_z08.gif) no-repeat;}
.stb_z02 a{display:block; width:216px; height:34px; margin-top:10px; background:url(../images/bu_z09.gif) no-repeat;}
.stb_z02 li,.sta_z02 dd{ background:url(../images/bg_z03.gif) no-repeat 8px 5px; padding-left:20px; line-height:22px; }
.sta_z02 dd{line-height:24px;}
.sta_z02 dt{line-height:25px; padding:0 0 5px 10px;}
.stc_z02{margin-left:10px; width:674px; height:246px;}
.std_z02{background:url(../images/bg_z08.gif) no-repeat; width:196px; height:150px; margin-top:13px; padding:54px 0 0 45px;}
.std_z02 li{background:url(../images/bg_z09.gif) no-repeat 0 2px; font-weight:bold; font-size:13px; height:24px; padding-left:13px;}
.std_z02 li a{color:#525252;}

.a_body{width:1026px;  margin:0px auto;}


.right02{}
.right02 img{margin-top:10px;}

.right003{background-image:url(../images/index_bg2.jpg); width:241px; height:163px; padding-top:6px; background-repeat:no-repeat;}
.right003 a{color:#000000;}
.right003 dl{line-height:15px;}
.right003 dt{font-size:14px; font-weight:900; padding:0px 10px 0px 25px;}
.right003 dd{font-weight:100;padding:0px 10px 0px 40px;}
