@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********************************************************************************************************************************/
.clear {
	clear:both;
	font-size:1px;
}
/**********************************************************************************************************************************/
body {
	background:url(../images/bg-sp.jpg) #000000 repeat-x;
	margin:0px;
	padding:0px;
}
/**********************************************************************************************************************************/
#wrapper {
	width:1000px;
	margin:0 auto;
}
/**********************************************************************************************************************************/
#banner {
	margin:0px;
	height:460px;
	background:url(../images/banner.jpg) top no-repeat;
}
#banner span {
	float:left;
	margin:358px 0px 0px 202px;
}
/**********************************************************************************************************************************/
#contant {
	margin:0px;
	padding:10px 30px;
}
#contant p {
	color:#FFFFFF;
	line-height:20px;
	margin:10px 0;
}
#contant h1 {
	color:#FFFFFF;
	line-height:20px;
	font-size:18px;
	text-transform:uppercase;
}
#contant h1 a {
	text-decoration:none;
	color:#FFFFFF;
}
#contant h1 a:hover {
	color: #990000;
}
/**********************************************************************************************************************************/
#footer {
	background:url(../images/line.jpg) top repeat-x;
	margin:0 auto;
}
#footer p {
	color:#FFFFFF;
	text-align:center;
	line-height:50px;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer p a:hover {
	text-decoration:none;
}
/**********************************************************************************************************************************/
