@charset "utf-8";
html {
	color: #000;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
body, button, input, select, textarea {
	font: 12px/1.5 tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
}
input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: inherit;
}
fieldset, img {
	border: 0 none;
	vertical-align: middle;
}
iframe {
	display: block;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before, q:after {
	content: '';
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
a {
	color: #666;
}
ins, a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f60;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left, .right {
	display: inline;
}
.hide {
	display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1
}
.menu {
	height: 35px;
	background: url(../menu_bg.gif) no-repeat;
}
.menu dl {
	float: left;
	position: relative;
}
.menu dl dt {
	color: #fff;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 105px;
	background: url(../menu_mid.gif) no-repeat right center;
}
.menu dl dt.last {
	background: none;
}
.menu dl dt a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 16px;
	text-align: center;
}
.menu dl dt a.hover {
	color: #333;
	background: url(../menu_over.gif) no-repeat center center;
	text-decoration: none;
}
.menu dl dt a:hover {
	color: #333;
	background: url(../menu_over.gif) no-repeat center center;
	text-decoration: none;
}
.menu-hide {
	z-index: 9999;
	background: #f0f0f0;
	padding: 5px;
	box-shadow: 0 0 4px #999;
	position: absolute;
	top: 35px;
	width: 95px;
	text-align: center;
}
.menu-ul li {
	height: 34px;
	line-height: 34px;
}
.menu-hide a {
	padding: 0 15px;
	display: block;
}
.menu-hide a:hover {
	color: #062354;
	background: #93c1f6;
	text-decoration: none;
}
