@charset "utf-8";
/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  top
	
 ---------------------------------------------- */
 body {
	background: #070c40;
	}
#wrapper {
	background: url(../images/bk.jpg) no-repeat;
	background-position: top;
}
#contents {
	width: 960px;
	margin: 0px auto 0px auto;
	position: relative;
}
#topimg {
	position: relative;
	width: 960px;
	height: 368px;
}
#topimg h1 {
	position: absolute;
	top: 198px;
	left:0px;
}
p#topDay {
	position: absolute;
	top: 112px;
	right: 14px;
}
#snlink {
	position: absolute;
	top: 180px;
	right: 14px;
}
#snlink ul {
}
#snlink li {
	float: right;
}
#topMovie {
	position: absolute;
	top: 254px;
	right: 16px;
}
/*-- info --*/
#info {
	width: 846px;
	height: 19px;
	background: url(../images/info.png) no-repeat;
	margin: 16px auto 0px auto;
	position: relative;
}
#info h2 {
	text-indent: -9999px;
}
#info_inner {
	width: 600px;
	height: 19px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: 110px;
}
#info ul {
	position:absolute;
	top:0;
	left:0;
}
#info li {
	float:left;
	color: #ffff99;
}
#info li a{
	color: #ffff99;
	text-decoration: none;
}
/*-- banner --*/
#banner {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	;
	display: block;
}
#banner p {
	width: 212px;
	height: 69px;
	float: left;
	margin-right: 15px;
}
#banner02 {
	width: 570px;
	height: 120px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	;
	display: block;
}
#banner02 p {
	float: left;
	margin-right: 15px;
}
/*-- footer --*/
#footer {
	height: 49px;
	background: url(../images/footbk.gif) repeat-x;
}
#footer p {
	width: 515px;
	height: 19px;
	padding: 14px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
/* -----navi ------*/

#navi {
	width: 890px;
	height:51px;
	margin: 0px auto 0px auto;
}
#navi ul {
	position: relative;
}
#mnav01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#mnav02 {
	position: absolute;
	top: 0px;
	left: 224px;
}
#mnav03 {
	position: absolute;
	top: 0px;
	left: 388px;
}
#mnav04 {
	position: absolute;
	top: 0px;
	left: 553px;
}
#mnav05 {
	position: absolute;
	top: 0px;
	left: 717px;
}
#sub_navi {
	width: 890px;
	height:24px;
	margin: 3px auto 0px auto;
}
#sub_navi ul {
	margin: 0px 0px 0px 6px;
}
#sub_navi li {
	float: left;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}