@charset "UTF-8";

/* 共通設定 */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: MS Gothic,Osaka,Arial,Helvetica,Sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: center;
	background:url(../image/bg_star.gif) repeat-x ;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{vertical-align:bottom;}

a {
    text-decoration: underline;
}

.clearfix:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul li {
	list-style:none;
}
 
.test { border:#FF0000 1px solid;}
 
/*-----------------------------------------------
// メインレイアウト
//---------------------------------------------*/
#page{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#page .header{
	width:950px;
	height:290px;
	background:url(../image/top_header.png) no-repeat;
}
* html #page .header {
behavior: expression(IEPNGFIX.fix(this));
} 
#page .header h1{
	width:342px;
	height:255px;
	padding:5px 0 0 14px;
	text-indent:-9999px;
	font-size:0pt;
	float:left;
}
#page .header h1 a{
	width:342px;
	height:255px;
	display:block;
	margin:0;
	padding:0;
}
#page .header h2{
	text-indent:-9999px;
	font-size:0pt;
}
#page .header .movie{
	width:280px;
	height:210px;
	margin:0;
	padding:28px 0 0 10px;
	float:left;
}

#page .main{
	width:950px;
	height:521px;
	margin-bottom:35px;
	text-align:left;
	background:url(../image/top_main.png) no-repeat;
}
* html #page .main {
behavior: expression(IEPNGFIX.fix(this));
} 
#page .main #menu{
	width:666px;
	height:81px;
	margin-left:149px;
	padding-left:25px;
	position:absolute;
}
#page .main #menu:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
#menu li.introduce{
	width:205px;
	height:81px;
	padding-right:8px;
	float:left;
	text-indent:-9999px;
	font-size:0pt;
	background:url(../image/menu_introduce_on.jpg) no-repeat;
}
#menu li.introduce a{
	width:205px;
	height:81px;
	display:block;
	background:url(../image/menu_introduce.jpg) no-repeat;
}
#page .main #menu li.story{
	width:205px;
	height:81px;
	padding-right:8px;
	float:left;
	text-indent:-9999px;
	font-size:0pt;
	background:url(../image/menu_story_on.jpg) no-repeat;
}
#page .main #menu li.story a{
	width:205px;
	height:81px;
	display:block;
	background:url(../image/menu_story.jpg) no-repeat;
}
#page .main #menu li.schedule{
	width:215px;
	height:81px;
	float:left;
	text-indent:-9999px;
	font-size:0pt;
	background:url(../image/menu_schedule_on.jpg) no-repeat;
}
#page .main #menu li.schedule a{
	width:215px;
	height:81px;
	display:block;
	background:url(../image/menu_schedule.jpg) no-repeat;
}
#page .main #menu li a:hover{
	background:none;
}
#page .main .back{
	position: relative;
	left:838px;
	top:441px;
	_top:360px;
	background:url(../image/btn_back.jpg) no-repeat;
	width:112px;
	height:114px;
	text-indent:-9999px;
	font-size:0pt;
}
#page .main .back a{
	width:112px;
	height:114px;
	display:block;
}
#contents{
	width:955px;
	margin-bottom:15px;
}
#contents .news{
	width:554px;
	float:left;
}
#contents:after {
	content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both; 
}
#contents .news .title{
	width:554px;
	height:35px;
	background:url(../image/title_news.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0pt;
	padding-bottom:5px;
}
#contents .news li{
	font-size:12px;
	color:#666;
	line-height:130%;
	padding-bottom:3px;
}
#contents .news li span{
	font-weight:bold;
}
#contents .news li a{
	color:#666;
	text-decoration:none;
}
#contents .news li a:hover{
	color:#666;
	text-decoration: underline;
}
#contents .link{
	width:320px;
	float:right;
}
#contents .link a{
	float:left;
	margin-bottom:10px;
}
#contents .link a.banner{
	margin-right:10px;
}
#footer{
	width:940px;
	padding-right:15px;
	text-align:right;
	color:#666;
	font-weight:bold;
	font-size:10px;
	margin-bottom:15px;
}