@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.listhead {
	margin:0px !important;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:#000;
}

#exteriorWrapper {
	
	position:relative;
}

#background {
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:-1;
}

#interiorWrapper {
	width:970px;
	margin:0px auto;
	padding-top:40px;
	padding-bottom:20px;
}

#leftContents {
	width:290px;
	float:left;
}

#aoex_globalMenu {
	margin-top:10px;
	width:200px;
	margin:0px auto;
}

#aoex_globalMenu li {
	width:200px;
	height:28px;
	margin-bottom:1px;
	position:relative;
}

.aoex_menuOut {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:28px;
	overflow:hidden;
}

.aoex_menuOver {
	position:absolute;
	left:0px;
	bottom:0px;
	width:200px;
	height:28px;
	overflow:hidden;
	display:none;
}

#aoex_globalMenu li.active .aoex_menuOut {
	display:none;
}

#aoex_globalMenu li.active .aoex_menuOver {
	height:28px;
	display:block;
}

#aoex_copyRights {
	width:250px;
	margin:0px auto;
	margin-top:10px;
}

#aoex_relatedWebSite {
	width:210px;
	margin:0px auto;
}

#aoex_relatedWebSite li {
	height:19px;
	overflow:hidden;
	position:relative;
	float:left;
}


#aoex_relatedWebSite li:hover img {
	margin-top:-19px;
}

#aoex_menuHead {
	background:url(../img/menuHead.png);
	width:200px;
	height:29px;
	margin:0px auto;
	margin-top:10px;
}

#aoex_menuFoot {
	background:url(../img/menuFoot.png);
	width:200px;
	height:29px;
	margin:0px auto;
	margin-top:10px;
}

#rightContents {
	width:620px;
	margin-left:60px;
	float:left;
	color:#ffffff;
	font-size:12px;
}


#rightContents a:link{color:#12bcdd; text-decoration:none;}
#rightContents a:visited{color:#12bcdd; text-decoration:none;}
#rightContents a:hover{color:#12bcdd; text-decoration:underline;}
#rightContents a:active{color:#12bcdd; text-decoration:underline;}


/* player */
#player_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

#player_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	background:#000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#aoexPlayer {
	position:fixed;
	left:0px;
	top:0px;
}

#btn_close {
	width:82px;
	height:14px;
	overflow:hidden;
	
	position:fixed;
	left:0px;
	top:0px;
	
	cursor:pointer;
	
	z-index:5;
}

#btn_close:hover img {
	margin-top:-14px;
}
