@charset "utf-8";
/* CSS Document */

body {
	text-align: left;
	font-family: "微软雅黑", Arial;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 62.5%;
	color: #333;
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, input {
	margin: 0;
	padding: 0;
}
table, td, tr, th {
	font-size: 12px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff277d;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
/* global */

.spaceline {
	clear: both;
	line-height: 5px;
	height: 5px;
}
.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* line */

.line01 {
	border-top: 1px dotted #c6c6c6;
	margin: 2px 0 0 0
}
/* font-size */
.f12px {
	font-size: 12px;
}
.f14px {
	font-size: 14px;
}
.f20px {
	font-size: 20px;
}
/* color */
.cfff, .cfff a:link, .cfff a:visited {
	color: #fff;
	text-decoration:none;
}
.cfff a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.c333, .c333 a:link, .c333 a:visited {
	color: #333;
	text-decoration:none;
}
.c333 a:hover {
	color:#c00;
	text-decoration:underline;
}
.cff0000, .cff0000 a:link, .cff0000 a:visited {
	color: #ff0000;
	text-decoration:none;
}
.cff0000 a:hover {
	color:#c00;
	text-decoration:underline;
}

body{ background: url(../img/bg1.jpg) repeat;}
.hd{width:100%; margin: 0 auto;}