/* ========================================  #header 画面上部 *//* TOPMENU  *//* Menu for inside pages */div.menunews {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_news.gif) no-repeat top;	}div.menuinfo {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_info.gif) no-repeat top;	}div.menuentry {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_entry.gif) no-repeat top;	}div.menumovie {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_movie.gif) no-repeat top;	}div.menuhistory {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:0px;	width:137px; height:45px;	background:url(../image/menu_history.gif) no-repeat top;	}div.menuabout {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_about.gif) no-repeat top;	}div.menuschool {	display:block; cursor:pointer; float:left;	margin:0px; padding:0px; margin-right:2px;	width:137px; height:45px;	background:url(../image/menu_school.gif) no-repeat top;	}					div.menunews:hover { background-position:bottom; }div.menuinfo:hover { background-position:bottom; }div.menuentry:hover { background-position:bottom; }div.menumovie:hover { background-position:bottom; }div.menuhistory:hover { background-position:bottom; }div.menuabout:hover { background-position:bottom; }div.menuschool:hover { background-position:bottom; }div.active { background-position:bottom; }	div.submenuset {		padding:15px 0px; margin:5px 0px;		border-top:1px solid #ddd; border-bottom:1px solid #ddd;  }	div.submenuset div.submenu {		display:block; cursor:pointer;		margin:0x; margin-left:15px;		padding:0px;		width:90px; height:20px; }				div.info div.submenu { color:#8f60b1; }		div.entry div.submenu { color:#1680cd; }		div.movie div.submenu { color:#25beea; }		div.history div.submenu { color:#80c251; }		div.about div.submenu { color:#dd7a2c; }		div.feature div.submenu { color:#f14427; }				div.submenu:hover { color:#333; }/*===============================================================================*//*=================================================*//* FOR MOVIE LEFT SIDE MENU  */#movieLeftMenu {width:268px;padding:0px;margin-bottom:0px;font-size:11px;border-top:1px solid #ccc; }#movieLeftMenu p.date { margin:0px; font-weight:bold; color:#f60; }#movieLeftMenu h4 { margin:0px; font-size:11px; color:#111; }#movieLeftMenu a {	display:block;	width:248px;	padding:10px;	border:#ccc solid 1px;	border-top:none;	text-decoration:none;	background:url('../image/movienewicon_white.gif') #fff no-repeat 115% 50%;}#movieLeftMenu a img { float:left; margin-right:10px; }#movieLeftMenu a.new { background-position:95% 50%; }#movieLeftMenu a.active { color:#fff; background:url('../image/movienewicon_pink.gif') #f90 no-repeat 95% 50%; }#movieLeftMenu a.active p.date, #movieLeftMenu a.active h4 { color:#fff; }  #movieLeftMenu a:hover { color:#fff; background:url('../image/movienewicon_pink.gif') #f90 no-repeat 110% 50%; }#movieLeftMenu a:hover p.date,#movieLeftMenu a:hover h4 { color:#fff; }#movieLeftMenu a.new:hover { background-position:95% 50%; }/* BOTTOM  *//* FOOTER Menu */#footermenu{/*position: absolute;right: 0px;bottom: 0px;*/}#footermenu ul{font-family:Arial;font-size:11px;list-style: none;margin:0px;padding:0px;}#footermenu li{font-family:Arial;font-size:11px;font-weight:bold;float: left;}#footermenu li a{font-family:Arial;font-size:11px;display: block;padding:0px;padding-right:12px;color: #aaa;background2: #fff url('../image/arrow_gray.gif') no-repeat 10px;text-decoration:none;}#footermenu li a:hover{background2: #fff url('../image/arrow_f60.gif') no-repeat 10px;color:#555;}
