@charset "UTF-8";
html,/* rule reset */ body, div, span, h1, h2,     {
	margin:0;
	padding:0;
	outline:0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

/* beasic style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #000000;
	text-align: center;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
}

h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

h2 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

h3 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	width: 800px;
	background-position: left top;
}

