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

*{
	margin:0px;
	padding:0px;
	zoom:1;
}
a img{
	border:none;
}

body{
	font-family:"Century Gothic","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	color: #fff;
	letter-spacing:1px;
	font-size:14px;
	background:#300;
}

div#wrap{
	background:url(img/background.jpg) no-repeat;
	padding-top:20px;
	padding-left:20px;
	width:580px;
	height:580px;
}
/* TOP MENU ------------------------------------*/
ul.menu{
	list-style:none;
	font-size:20px;
	height:50px;
}
ul.menu li{
	float:left;
	margin-right:20px;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	padding-left:5px;
}
ul.menu li a,
ul.menu li a:visited{
	color:#fff;
	text-decoration:none;
}
ul.menu li a:hover{
	color:#FF6600;
	text-decoration:none;
}

div#m1{
	height:50px;
	width:145px;
	line-height:50px;
/*	cursor:pointer;*/
}
div#m2{
	height:50px;
	width:150px;
	line-height:50px;
	cursor:pointer;
}
div#m3{
	height:50px;
	width:210px;
	line-height:50px;
}
/* end of TOP MENU ------------------------------*/

div.contents{
	margin-top:10px;
	height:490px;
}
div#note{
	width:345px;
	float:left;
}
div#notemovie{
	position:relative;
	top:-23px;
	left:79px;
	width:100px;
	height:150px;
	z-index:0;
}
div#notecursor{
	position:relative;
	top:-23px;
	left:79px;
	width:100px;
	height:150px;
	margin-top:-150px;
	z-index:1;
	cursor:pointer;
}
div#notecursor a{
	outline:none;
	text-decoration:none;
	border:0;
	display:block;
	width:100px;
	height:150px;
}

div#videomenu{
	width:235px;
	float:left;
}

ul.video{
	list-style:none;
	color:#333;
}
ul.video li{
	background:#FFF;
	margin-bottom:10px;
	font-size:14px;
	height:60px;
	width:215px;
	letter-spacing:0px;
}
ul.video li a{
	display:block;
	text-decoration:none;
	padding-left:5px;
	color:#333;
	cursor:pointer;
}
ul.video li.enable a:Hover{
	background:#F60;
	color:#fff;
}
ul.video a.disable{
	background:#666;
	cursor:default;
}
ul.video li div{
	display:table-cell;
	vertical-align:middle;
}
ul.video li div.label{
	width:150px;
}
ul.video li div.pic{
	width:60px;
	margin:0px;
}
ul.video li div.pic img{
	vertical-align:bottom;
}

/* IE 6 */
* html ul.video li{
	height:auto;
}
* html ul.video li div{
	display:inline;
	zoom:1;
}
* html ul.video li div.pic{
	margin-top:-1px;
}

/* IE 7 */
*:first-child+html ul.video li{
	height:auto;
}
*:first-child+html ul.video li div{
	display:inline;
	zoom:1;
}
*:first-child+html ul.video li div.pic{
	margin-top:-1px;
}

/*\*//*/
* html ul.video li div{
	display: inline-block;
}
/**/

/* footer -----------------------------*/
div.footer{
	color:#999999;
	font-size: 9px;
	height:10px;
}
/* ------------------------------------*/
