/* *{ font-family: MS UI Gothic;font-family: MS Gothic;}*/

/*全局属性 start*/
HTML,body,DIV,a,h1,h2,h3,h4,h5,h6,UL,OL,DL,LI,DT,DD,P,BLOCKQUOTE,PRE,FORM,FIELDSET,IFRAME{/*table,*/
	border: 0;
	padding: 0;
	margin: 0;
}
body{
	font-size: 62.5%;
}
a {
	behavior: url("/css/link.htc"); /* 消除链接的虚线边框 for IE7、IE6*/
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	-moz-outline-style: none; /* 消除链接的虚线边框 for Firefox */
}
.actionMessage {
	padding:5px;
	text-align:center;
	font-size: 14px;
	height:26px;
	width:100%;
	font-weight: bold;
	color:red;
}
.cornerDivs {
	overflow: hidden;
	text-align:left;
	padding:10px 10px 6px 10px;
	margin:10px 10px 10px 10px;
	border:1px solid #BCBCBC;
	width: 618px;
}

div.main {
	overflow: hidden;
	display: block;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
}

.pageTitle {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	border: 1px solid #bcbcbc;
	padding: 5px 5px 5px 5px;
	background-color: #cccc99;
	font-size: 1.4em;
	font-weight: bold;
	color: #005555;
	/*line-height: 1.8em;*/
}

.pagetitle {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	border: 1px solid #bcbcbc;
	padding: 5px 5px 5px 5px;
	background-color: #cccc99;
	font-size: 1em;
	font-weight: bold;
	color: #005555;
	/*line-height: 1.8em;*/
}

/*布局属性start*/
.relative {
	position: relative;
	left:-30px;
}

.floatL {
	float: left; /*浮动居左*/
	overflow: hidden; /*超出宽度部分隐藏*/
}
.floatR {
	float: right; /*浮动居右*/
	overflow: hidden; /*超出宽度部分隐藏*/
}
.cL {
	clear: left; /*不允许左侧存在浮动*/
}
.cR {
	clear: right; /*不允许右侧存在浮动*/
}
.cB {
	clear: both; /*不允许两边存在浮动*/
}
/*布局属性end*/
/*-----尺寸属性 start-----*/
.ht0 {
	height:206px;
}
.ht1 {
	height: 330px;
}
.ht2 {
	height: 116px;
}
.ht3 {
	height: 24px;
}
.ht4 {
	height: 190px;
}
.ht5 {
	height: 314px;
}
.ht6 {
	height: 30px;
}
.ht7 {
	height: 255px;
}
.ht8 {
	height: 460px;
}
.ht9 {
	height: 140px;
}
.htA {
	height: 200px;
}

.wd0 {
	width: 960px;
}
.wd1 {
	width: 660px;
}
.wd2 {
	width: 300px;
}
.wd3 {
	width: 640px;
}
.wd4 {
	width: 294px;
}
.wd5 {
	width: 500px;
}
.wd6 {
	width: 229px;
}
.wd7 {
	width: 840px;
}
.wd8 {
	width: 60px;
}
.wd9 {
	width: 169px;
}

/*-----尺寸属性 end-----*/
/*-----字体属性 start-----*/
.fs0{
	font-size: 1.0em;
	line-height: 1.4em;
}
.fs2{
	font-size: 1.2em;
	line-height: 1.6em;
}
.fs4{
	font-size: 1.4em;
	line-height: 1.8em;
}
.fs6{
	font-size: 1.6em;
	line-height: 2.0em;
}

.fw1 {
	font-weight: bold;
}
.c00 {
	color: #000;
}
.c3B {
	color: #3B3B3B;
}
.cFF {
	color: #FFF;
}
.c10 {
	color: #101010;
}
.c05 {
	color: #005555;
}

/*-----字体属性 end-----*/
/*-----background 背景属性 end-----*/
.bc1 {
	background-color: #cccc99;
}

.bi1 {
	background-image: url('/images/mainBody.png');
	background-repeat: repeat-x;
}
.bi2 {
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
}
.bi3 {
	background-image: url('/images/name.png'); 
	background-repeat: no-repeat;
}
.bi4 {
	background-image: url('/images/menu.png'); 
    background-repeat: no-repeat;
}
.bi5 {
	background-image: url('/images/gold.gif'); 
	background-repeat: repeat-x;
}
/*
.lii {
    list-style-image : url('/images/arrow.gif');
}
*/
/*-----background 背景属性 end-----*/
/*----- 边框 内补丁 外补丁 属性 start-----*/
.bd0 {
	border: 0px solid #BCBCBC;
}
.bd1 {
	border: 1px solid #BCBCBC;
}

.pg1 {
	padding: 5px 5px 5px 5px;
}
.pg2 {
	padding: 5px 0px 5px 0px;
}
.pg3 {
	padding: 20px 20px 20px 20px;
}
.pg4 {
	padding: 0px 5px 0px 5px;
}
.pg5 {
	padding: 90px 0px 0px 0px;
}
.mn1 {
	margin: 5px 5px 5px 5px;	
}
.mn2 {
	margin: 10px 0px 10px 0px;	
}
.mn3 {
	margin: 5px 10px 5px 10px;	
}
/*-----边框 内补丁 外补丁 属性  end-----*/
/*----- 文本属性 start-----*/
.vaT {
	vertical-align: top;
}
.vaM {
	vertical-align: middle;
}
.vaB {
	vertical-align: bottom;
}
.taL {
	text-align : left; 
}
.taC {
	text-align : center; 
}
.taR {
	text-align : right; 
}
.taJ {
	text-align : justify; 
}
/*----- 文本属性 end-----*/
.color_000 {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
}

.color_111 {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #101010;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}

.color_055 {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #005555;
	font-weight: bold;
}

.float_left {
	overflow: hidden;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.float_right {
	overflow: hidden;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.pagecontent_a {
	color: #005555;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

div {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

span.select {
	overflow: hidden;
	display: inline;
	color: #ff0000;
	font-size: 1.2em;
	/*font-weight: bold;*/
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

.break_word_table {
	table-layout: fixed;
	word-wrap: break-word;
	width: 100%;
}

.break_word_table td {
	text-align: left;
	vertical-align: top;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.middle_td {
	text-align: left;
	vertical-align: middle;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FF0000;
}

.basic_th_1 {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	background-color: #005555;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.basic_td_1 {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: left;
	vertical-align: middle;
	color: #000;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.basic_td_2 {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
	color: #000;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.basic_td_3 {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: left;
	vertical-align: middle;
	color: #000;
	padding: 0px 0px 0px 5px;
	border: 0px 0px 0px 0px;
	background-color: #F0F0F0;
}

input[type="text"], textarea{
	border: 1px solid #7F9DB9;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
	/*font: 1.2em/1.4em "宋体";*/
	font-size: 1.0em;
	line-height: 1.4em;
	color: #000;
	vertical-align: middle;
}
input[type="text"]{
	height: 1.4em;
}
.textType {
	height: 1.4em;
	width: 35px;
}

.selectBorder {
	position:absolute;
 	overflow:hidden;

	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*left:140px;
	top:260px;
	display: inline;*/
	
}

.selectBorder select {
	font-size: 1.4em;
	line-height: 1.8em;
	background-color: #FFFFFF;
	color: #000;
	margin: -3px -2px -5px -2px;
	padding: 1px 1px 1px 1px;

}
.relative1 {
	position:relative;
	overflow:hidden;
	height: 28px;
}
.absolute1 {
	position:absolute;
	height: 24px;
}
.height10 {
	overflow: hidden;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.top {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.top1 {
	overflow: hidden;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

basic {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

basic_top_10 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.basic_top_bottom_5 {
	overflow: hidden;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.aleft {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.aright {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

P.divleft {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	color: #008000;
}

P.divright {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	color: #008000;
}

P.head {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

P.content {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

.content1 {
	overflow: hidden;
	margin: 5px 5px 5px 30px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.content2 {
	overflow: hidden;
	margin: 5px 5px 5px 30px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	color: #FF0000;
}

.content3 {
	overflow: hidden;
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

div.hr {
	overflow: hidden;
	/*display:inline;*/
	width: 100%; /*宽度*/
	height: 0px; /*中间的厚度*/
	border-top: 1px dashed #bcbcbc; /*上部分的颜色，厚度，样式*/
	margin: 5px 0px 5px 0px; /*居中*/
	padding: 0px 0px 0px 0px;
}

/*********************** topmenu start ****************************/
.topmenu {
	text-align: left;
	vertical-align: middle;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.topmenu span {
	display: inline;
	width: 15px; /*宽度*/
	height: 10px; /*中间的厚度*/
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
}

.topmenu a:link {
	font-weight: bold;
	color: #005555;
	font-family: MS UI Gothic;
	text-decoration: none;
}

.topmenu a:visited {
	font-weight: bold;
	color: #005555;
	font-family: MS UI Gothic;
	text-decoration: none;
}

.topmenu a:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #cccc66;
	font-family: MS UI Gothic;
	text-decoration: none;
}

.topmenu a:active {
	font-weight: bold;
	color: #005555;
	font-family: MS UI Gothic;
	text-decoration: none;
}

/*********************** topmenu end ***********************/
.span_basic_1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.span_basic_1 a {
	font-weight: bold;
	color: #000000;
}

.span_basic_2 {
	color: #656565;
}

.span_basic_2 a {
	color: #A50000;
}

.span_basic_3 {
	color: #A50000;
}

.mainBody {
	width: 610; /*设定宽度*/
	margin: 10px 0px 10px 0px; /*居中*/
}

.floatLeft {
	float: left; /*浮动居左*/
	clear: left; /*不允许左侧存在浮动*/
	overflow: hidden; /*超出宽度部分隐藏*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.floatLeft img {
	margin: 3px 3px 3px 3px;
	width: 120px;
	height: 86px;
	border: 0px;
}

.floatRight {
	overflow: hidden;
	float: right; /*浮动居右*/
	clear: right; /*不允许右侧存在浮动*/
	width: 480px;
	text-align: left;
}

.fs875 {
	font-size: 1.4em;
	line-height: 1.6em;
}

.fs75 {
	font-size: 1.4em;
	line-height: 1.6em;
}



.wh1 {
	width: 126px;
	height: 92px;
}

.b1 {
	border: 1px solid #DED59E;
}

.w20 {
	width: 20px;
	border: 0px;
	padding: 0px 10px;
	display : inline; 
}
/*********************** 商取引表記  start ***********************/
.agentTable{
	width: 500px;
	padding-left:8px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
.agentTable th{
	font-size: 1.4em;
	line-height: 1.8em;
	color:#fff;
	background-color: #005555;
	text-align: center;
	width: 130px;
}
.agentTable td{
	font-size: 1.4em;
	line-height: 1.8em;
}
.agentTable a{
	color: #005555;
}
/*********************** 商取引表記  end ***********************/