body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
}

body,td,th{
	font-family:  SimSun, SimHei;
	font-size: 14px;
	color: #505050;
	line-height:22px;
	letter-spacing:1px;
}



#inner{
	width:950px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	display:block;
}


#content{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	display:block;
}


.tit {
	font-size: 14px;
	color: #394f59;
	font-weight:bold;
	text-decoration:none;
}

.tit_pink {
	font-size: 14px;
	color: #ff7498;
	font-weight:bold;
	text-decoration:none;
}

.tit_purple {
	font-size: 14px;
	color: #9c51af;
	font-weight:bold;
	text-decoration:none;
}

.tit_green {
	font-size: 14px;
	color: #37caa5;
	font-weight:bold;
	text-decoration:none;
}


.content_blue {
	color: #00a0e9;
	text-decoration:none;
}

.content_green {
	color: #37caa5;
	text-decoration:none;
}





.link {
	font-size: 14px;
	color: #009ee9;
	text-decoration:none;
}
a:hover.link{
	font-size: 14px;
	color: #505050;
	text-decoration:none;
}

.link_sub {
	font-size: 14px;
	color: #37caa5;
	text-decoration:none;
}
a:hover.link_sub{
	font-size: 14px;
	color: #505050;
	text-decoration:none;
}

.link_orange {
	font-size: 14px;
	color: #ff900c;
	text-decoration:none;
}
a:hover.link_orange{
	font-size: 14px;
	color: #505050;
	text-decoration:none;
}
.link_grey {
	font-size: 14px;
	color: #505050;
	text-decoration:none;
}
a:hover.link_grey{
	font-size: 14px;
	color: #b4b4b4;
	text-decoration:none;
}




.link_faq {
	font-size: 14px;
	color: #9c51af;
	text-decoration:none;
	font-weight:bold;
}
a:hover.link_faq{
	font-size: 14px;
	color: #505050;
	text-decoration:none;
	font-weight:bold;
}





.img_right{
	float:right;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:10px;
}

.img_left{
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:15px;
}


.remark {
	font-size: 12px;
	color: #989898;
	text-decoration:none;
}




.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b1b1b;
	text-decoration:none;
}


.bg_lightblue {
	background-color: #e7f4fa;
}
.bg_lightblue2 {
	background-color: #dff2fc;
}
.bg_yellow {
	background-color: #fff9e2;
}




.pattern {
	background-image:url(../images/pattern.gif);
}

.dot_grey {
	background-image:url(../images/dot_grey.gif);
}
