﻿/* 公用样式 begin */
* {padding:0;margin:0;}
body{
	padding:0;
	margin:0;
	text-align:center;
}
A:link {color:#000;text-decoration: none;}
A:visited {color:#000;text-decoration: none;}
A:active {color:#000;text-decoration: underline;}
A:hover {color:#000;text-decoration: underline;}

td,p,li,input,select,div,span {
	font-size: 12px;
	font-family: "MS Gothic";
	line-height: 18px;
}
table,td,img,div,span,form{
	border: none;
	margin: 0;
	padding: 0;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;} .clearfix {display: block;} 
/* End hide from IE-mac */ 
/* Hides from IE7 \*/
 *+html .clearfix{height: 1%;} .clearfix {display: block;} 
/* End hide from IE7 */ 

#wFrame{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#fff;
}
#header,#content,#footer{}
.blank15{height:15px;overflow:hidden;clear:both;}

.pix12w{
    font-size:12px;
    font-family:"MS Gothic";
    color:#fff;
    line-height:16px;
    background-color:#8B0221;
    padding-right:22px;
    text-align:right;
}
.pix12h{
	font-size:12px;
	font-family:"MS Gothic";
	color:#333;
	line-height:22px;
}
/* 公用样式 end */

