@charset "UTF-8";

/* ---------defaultSet--------- */
* {
	margin: 0px;
	padding: 0px;
}

html>body * {
	font-size: 12px;
}
*html body {
	font-size: 75%;
}
* {
	line-height: 140%;
}
.smaller {
	font-size: smaller;
}

h1,h2,h3,h4,h5,h6,table {
	font-size: 100%;
}
hr {
	display: none;
}
img {
	border: 0;
}
ul li,
ol li {
	list-style-type: none;
}
a {
/* Hides from IE-mac */
overflow: hidden;
/* End hide from IE-mac */
}
select option {
}
form label {
	cursor:pointer;
}
a:link,
a:visited {
	color: #6A1515;
}
a:active,
a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: #E0E0E5;
	padding: 3px 5px;
}
table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	padding: 3px 5px;
	background: #fff;
}





/* clearfix */
.cFix:after  {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*html>body .cFix {
	display: inline-block; 
	width: 100%;
}
*html .cFix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}
.cFix {
	zoom: 1;
}
/* neo-clearfix */	
.cBoth {
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
}


/* ---------Noscript--------- */
#noscript {
	width: 100%;
	height: 30px;
	background: #c00;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#noscript p {
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 860px;
	height: 30px;
	line-height: 30px;
	background: #c00;
	overflow: hidden;
	margin: 0 auto;
}
body #all {
	position: relative;
	top: 30px;
}

/* ---------class--------- */
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.tLeft {
	text-align: left !important;
}
.tRight {
	text-align: right !important;
}
.tCenter {
	text-align: center !important;
}
a:hover img.alpha {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
}
.red {
	color: #C00;
}

/* ul.normal */
ul.normal {
	padding: 0 0 0 2em;
}
ul.normal li {
	list-style-type: disc;
}

/* ol.normal */
ol.normal {
	padding: 0 0 0 2em;
}
ol.normal li {
	list-style-type: decimal;
}

/* ----------tool---------- */
/* margin-bottom */
.mb0{ 
	margin-bottom: 0px!important;
	}
.mb5{ 
	margin-bottom: 5px!important;
	}
.mb10{
	margin-bottom: 10px!important;
	}
.mb15{
	margin-bottom: 15px!important;
	}
.mb20{
	margin-bottom: 20px!important;
	}
.mb25{
	margin-bottom: 25px!important;
	}
.mb30{
	margin-bottom: 30px!important;
	}
.mb35{
	margin-bottom: 35px!important;
	}
.mb40{
	margin-bottom: 40px!important;
	}
	