@charset "utf-8";
/* CSS Document */

* 
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: #fff;
	list-style-type: none;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

*html html
{
	overflow: hidden;
	position: relative;
}

body
{
	background: #000 url(../images/bg_index.jpg) top center no-repeat fixed;
	height: 100%;
	overflow: auto;
}

#wrapper
{
	position/**/: absolute;
	top/**/: 110px;
	left/**/: 50%;
	margin-left/**/: -500px;
	width: 1000px;
}

#header
{
	width: 1000px;
	height: 110px;
	position/**/: fixed;
	top/**/: 0;
	left/**/: 50%;
	margin-left/**/: -500px;
	background/**/: url(../images/bg_header.jpg) top center no-repeat;
	z-index: 10000;
}

*html #header
{
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop-110));
	left: 50%;
	margin-left: -505px;
}

ul#topnavi
{
	display: block;
	width: 730px;
	height: 25px;
	margin: 85px 135px 0 135px;
	padding: 0 0 0 10px;
}

li.topnavi
{
	display: block;
	margin: 0 20px;
	float: left;
}

li.topnavi a
{
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}
li.topnavi a:hover
{
	color: #ddd;
	text-decoration: underline;
}

#main
{
	width: 730px;
	height: 390px;
	margin: 0 auto;
	background: url(../images/bg_main.jpg) top left no-repeat;
}

#footer
{
	width: 730px;
	height: 120px;
	margin: 0 auto;
	padding-top: 120px;
	background: url(../images/bg_footer.jpg) top center no-repeat;
}

#footer ul
{
	height: 20px;
	padding-left: 10px;
	float: left;
}
#footer ul li
{
	float: left;
}
#footer ul li a
{
	font-size: 10px;
	color: #999;
	line-height: 20px;
}
#footer ul li a:hover
{
	background-color: #666;
	color: #ccc;
}

p.copyright
{
	font-size: 8px;
	color: #666;
	text-align: right;
	float: right;
	padding-right: 10px;
	line-height: 20px;
}

p.copyright a
{
	font-size: 8px;
	line-height: 20px;
	color: #666;
}
p.copyright a:hover
{
	color: #666;
}

p.btm
{
	width: 730px;
	text-align: center;
	color: #666;
	margin-top: 10px;
	float: left;
}
p.btm a
{
	font-size: 9px;
	line-height: 16px;
	color: #666;
}
p.btm a:hover
{
	color: #fff;
}

a.lnk00
{
	width: 330px;
	height: 200px;
	text-indent: -9999px;
	position: absolute;
	top: 105px;
	left: 335px;
}
a.lnk01
{
	width: 111px;
	height: 109px;
	text-indent: -9999px;
	position: absolute;
	top: 147px;
	left: 135px;
}
a.lnk01:hover
{
	background: url(../images/top_01.gif) top left no-repeat;
}
a.lnk02
{
	width: 86px;
	height: 109px;
	text-indent: -9999px;
	position: absolute;
	top: 147px;
	left: 246px;
}
a.lnk02:hover
{
	background: url(../images/top_02.gif) top left no-repeat;
}
a.lnk03
{
	width: 86px;
	height: 109px;
	text-indent: -9999px;
	position: absolute;
	top: 147px;
	left: 668px;
}
a.lnk03:hover
{
	background: url(../images/top_03.gif) top left no-repeat;
}
a.lnk04
{
	width: 111px;
	height: 109px;
	text-indent: -9999px;
	position: absolute;
	top: 147px;
	left: 754px;
}
a.lnk04:hover
{
	background: url(../images/top_04.gif) top left no-repeat;
}
a.lnk05:link, a.lnk05:visited
{
	position: absolute;
	width: 120px;
	text-align: center;
	color: #fff;
	top: 400px;
	left: 50%;
	margin-left: -60px;
	font-size: 14px;
}
a.lnk05:hover
{
	color: #ccc;
}

