@charset "utf-8";
/* INDEX CSS */

#index_box {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* INTRO
-------------------------------------*/
html, body {
	height: 100%;
}
#intro {
	width: 100%;
	height: 100%;
	background: #000 url(../images/intro.jpg) top center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -99;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* HEADER
-------------------------------------*/
#index_header {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 210px;
	height: 75px;
}
#index_header h1 a{
	display: block;
	width: 210px;
	height: 75px;
	background: url(../images/title_h1.png) no-repeat;
	text-indent: -9999px;
}
#index_header h2{
	display: block;
	width: 210px;
	height: 125px;
	background: url(../images/title_h2.png) no-repeat;
	text-indent: -9999px;
}

/* UPDATE
-------------------------------------*/
#update {
	width: 170px;
	position: absolute;
	top: 307px;
	right: 0px;
	text-align: left;
	font-size: 0.9em;
	background-image: url(../images/update_bg.png);
	color: #fff;
}
#update h2{
	display: block;
	width: 170px;
	height: 25px;
	background: url(../images/index_menu5.jpg) no-repeat;
	text-indent: -9999px;
}
#update ul{
	margin: 0;
	padding: 5px 5px 10px;
}
#update li{
	margin: 0;
	padding: 4px 0;
	line-height: 1.2em;
	font-size: 0.95em;
}
#update li a:link {
	color: #ff6666;
	text-decoration: none;
}
#update li a:visited {
	color: #ffaaaa;
	text-decoration: none;
}
#update li a:hover,a:active {
	color: #f00;
	text-decoration: underline;
}

/* MENU
-------------------------------------*/
#index_menu {
	width: 170px;
	position: absolute;
	top: 175px;
	right: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#index_menu h2{
	display: none;
}
#index_menu ul{
	margin: 0;
	padding: 0;
}
#index_menu ul li{
	width: 170px;
	height: 25px;
	margin-bottom: 8px;
	padding: 0;
}

/* FOOTER
-------------------------------------*/
#footer {
	position: relative;
	top: 560px;
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #fff;
}
#copyright {
	position: relative;
	top: 560px;
	color: #fff;
	font-size: 0.85em;
	padding-bottom: 10px;
}

