@charset "UTF-8";
@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	text-transform:uppercase;
}


a{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}


a:active,a:focus{ 
	outline:none;
}


img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
h1 {
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 5px;
	float: right;
	font-weight: bold;
	padding-right: 8px;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:90%;
	left:0px;
	margin-top:-65px;
	background: url(../images/TitleRogo.jpg) no-repeat left center;
}
.ac_content  h5{
	float:left;
	margin-right:1px;	
}
.ac_content  h5 a{
	display:block;
	height: 90px;
	width: 230px;
	line-height: 90px;
	background: url(../images/TitleRogo.jpg) no-repeat left center;
}
.ac_content  h5  span{
	display:block;
	font-weight:normal;
	font-size:25px;
}
.ac_menu{
	background:#000000;
	float:left;
	position:relative;
	height:90px;
	width:0px;
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}
.ac_menu > ul > li a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:90px;
	padding:0px 17px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:17px;
	text-shadow:1px 1px 1px #000;
	letter-spacing: 5px;
}
.ac_subitem{
	width:680px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:auto;
	scrollbar-base-color: #af7733;
	background:transparent url(../images/bg_menu1.png) repeat left top;
	right: 0px;
	height: 0px;
	bottom: 20px;
}
.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem h3 {
	font-size:16px;
	color:#fff;
	padding: 12px 0px;
	text-shadow:0px 0px 1px #000;
	font-weight: bold;
	line-height: 23px;
	border-bottom: 1px dotted #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
}
.ac_subitem h4 {
	font-size:12px;
	color:#fff;
	padding: 5px 0px 10px;
	text-shadow:0px 0px 1px #000;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 40px;
	width: 600px;
	line-height: 22px;
}
.ac_subitem h5 {
	font-size:16px;
	color:#fff;
	padding: 10px 0px;
	text-shadow:0px 0px 1px #000;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
	font-size: 15px;
	line-height: 21px;
}
span.ac_close{
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}
.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:11px;
	background:#000000 url(../images/chosaku.jpg) no-repeat center center;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddbc5d;
	float:right;
	font-weight: bold;
	line-height: 20px;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}
