@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* original
----------------------------------------------- */
.clear {
	clear: both;
}
body {
	background: #000;
	color: #fff;
	font-size: 12px;
}
a {
	color: #FF0;
}
p {
	padding: 0px 0px 10px;
}
hr {
	border:none;
	border-top:dotted 1px #ccc;
	height:1px;
	color:#FFFFFF;
	margin: 20px auto;
}
#layout {
	width: 900px;
	margin: 0px auto;
}
#header {
	height: 80px;
}
#header .header_left {
	float: left;
	width: 300px;
	padding: 12px 0px 0px 10px;
}
#header .header_right {
	float: right;
	width: 400px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 10px 0px 0px;
}
#header .header_right a {
	color: #fff;
	text-decoration: none;
}
#header .header_right a:hover {
	text-decoration: underline;
}


#topmenu {
}
#topmenu ul {
	list-style: none;
}
#topmenu li {
	float: left;
}
#topmenu li a {
	display: block;
	width: 180px;
	height: 22px;
	padding: 8px 0px 0px 0px;
	background: #630 url(../img/bg_topmenu.png) repeat-x 0px 0px;;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
#topmenu li a:hover {
	background: #630 url(../img/bg_topmenu.png) repeat-x 0px -30px;;
}

#contents {
	font-size: 16px;
}
#footlink {
	font-size: 14px;
	margin: 0px 0px 0px 500px;
}
#footlink ul {
	list-style: none;
	margin: 5px;
}
#footlink li {
	float: left;
	padding: 0px 0px 0px 5px;
}
#footlink li a {
	padding: 0px;
}
#footlink li a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

#footer {
	height: 60px;
	font-size: 10px;
	text-align: center;
	color: #666;
	padding: 20px 0px 0px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
