@charset "uft-8";
/************************************************

	Font Style

************************************************/

body{
	font-family: 方正黑体_GBK;
	/*font-family: SimHei, STHeiti, Microsoft Yahei, 'MS UI Gothic', Myriad Pro, Arial, Helvetica, sans-serif;*/
	line-height: 1.5;
	color: #4d4d4d;
	font-size: 80%;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,
.heading p{
	line-height: normal;
}

h1{
	font-size: 110%;
}

h2{
	font-size: 100%;
}

h3,h4,h5,h6{
	font-size: 100%;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

a:visited {
	color: #4d4d4d;
}

a.line {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.red {
	color: #f00;
}

.white {
	color: #FFF;
}
.green {
	color: #060;
}
.orange {
	color: #ff2800;
}

.gray {
	color: #888;
}
.purple{
	color: #6e3791;
}

.shadow {
	text-shadow: black 1px 1px 0px,
				 black -1px 1px 0px, 
				 black 1px -1px 0px,
				 black -1px -1px 0px;
}
.must {
	color: #F00;
	font-weight: bold;
}
.attention {
	font-size: 80%;
	line-height: 1.5em;
}

::selection {background: #827daa; color: #fff;}
::-moz-selection {background: #827daa; color: #fff;}
