@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
}

h1 {
	color:#A8AC0F;
	font-size:14px;
}
p{
	line-height:1.5em;
}
hr {
	display:none;
	clear:both;
}

#header {
	border-bottom:1px dotted #FFFFFF;
	font-size:10px;
	padding:2px;
}


#footer {
	border-top:1px dotted #FFFFFF;
	font-size:14px;
	padding:2px;
	padding-left:50px;
	clear:both;
	margin-top:20px;
}

a,
a:hover,
a,
a:hover {
	color:#FFCCCC;
}

#main {
	text-align:center;
	margin:5px auto;
	width:800px;
}

#title {
	height:110px;
	text-align:right;
	font-size:10px;
}

#flash {
	border:1px dotted #FFFFFF;
	padding:5px;
}

#menu{
	z-index:1;
	text-align:center;
	margin:4px;
}

#menu a,
#menu a:hover {
	float:left;
	clear:none;
	height:60px;
	width:113px;
	display:block;
	z-index:0;
	text-decoration:none;
}
#menu span {
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	overflow:hidden;
}
#menu DIV#now_position {
	float:left;
	clear:none;
	display:block;
	width:113px;
	height:60px;
	z-index:0;
	background-position:bottom;
}

#menu a#btn1 {
	background:url(img/menu_btn_1.gif) top;
}
#menu a:hover#btn1 {
	background:url(img/menu_btn_1.gif) bottom;
}
#menu a#btn2 {
	background:url(img/menu_btn_2.gif) top;
}
#menu a:hover#btn2 {
	background:url(img/menu_btn_2.gif) bottom;
}
#menu a#btn3 {
	background:url(img/menu_btn_3.gif) top;
}
#menu a:hover#btn3 {
	background:url(img/menu_btn_3.gif) bottom;
}
#menu a#btn4 {
	background:url(img/menu_btn_4.gif) top;
}
#menu a:hover#btn4 {
	background:url(img/menu_btn_4.gif) bottom;
}
#menu a#btn5 {
	background:url(img/menu_btn_5.gif) top;
}
#menu a:hover#btn5 {
	background:url(img/menu_btn_5.gif) bottom;
}
#menu a#btn6 {
	background:url(img/menu_btn_6.gif) top;
}
#menu a:hover#btn6 {
	background:url(img/menu_btn_6.gif) bottom;
}
#menu a#btn7 {
	background:url(img/menu_btn_7.gif) top;
}
#menu a:hover#btn7 {
	background:url(img/menu_btn_7.gif) bottom;
}

#sub_menu {
	text-align:center;
	padding:10px 0px 10px 30px;
}

#sub_menu a,
#sub_menu a:hover {
	display:inline;
/*	background:url(img/arrow.gif) no-repeat 10px 12px; */
	padding:10px 30px 10px 30px;
	text-align:left;
	text-decoration:none;
}
#sub_menu a:hover {
	background-color:#71021E;
	text-decoration:underline;
}
#sub_menu span {
	font-weight:bold;
	padding:10px 30px 10px 30px;
}

#detail_left {
	text-align:left;
	margin:0px;
	padding:5px;
	margin-bottom:20px;
	border:1px dotted #666666;
}

