@charset "Shift-JIS";

body {
	background-image: url(../img/bk.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
}

p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

#page {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/page_bk.gif);
	background-repeat: repeat-y;
}

#page_area {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/***************** header ******************/

#header_title {
	height: 130px;
	width: 840px;
}

#header_menu {
	background-image: url(../img/header_menu.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 840px;
}

#header_menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 160px;
	padding: 0px;
}

#header_menu li {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

/* outline */
#header_menu li#outline {
	width: 60px;
	height: 36px;
	background-image: url(../img/header_menu1.gif);
	background-repeat: no-repeat;
}
#header_menu li#outline_on {
	width: 60px;
	height: 36px;
	background-image: url(../img/header_menu1_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#outline a,
#header_menu li#outline_on a {
	width: 60px;
	height: 36px;
	display: block;
}

/* ticket */
#header_menu li#ticket {
	width: 51px;
	height: 36px;
	background-image: url(../img/header_menu2.gif);
	background-repeat: no-repeat;
}
#header_menu li#ticket_on {
	width: 51px;
	height: 36px;
	background-image: url(../img/header_menu2_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#ticket a,
#header_menu li#ticket_on a {
	width: 51px;
	height: 36px;
	display: block;
}

/* access */
#header_menu li#access {
	width: 51px;
	height: 36px;
	background-image: url(../img/header_menu3.gif);
	background-repeat: no-repeat;
}
#header_menu li#access_on {
	width: 51px;
	height: 36px;
	background-image: url(../img/header_menu3_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#access a,
#header_menu li#access_on a {
	width: 51px;
	height: 36px;
	display: block;
}

/* e_player */
#header_menu li#e_player {
	width: 91px;
	height: 36px;
	background-image: url(../img/header_menu4.gif);
	background-repeat: no-repeat;
}
#header_menu li#e_player_on {
	width: 91px;
	height: 36px;
	background-image: url(../img/header_menu4_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#e_player a,
#header_menu li#e_player_on a {
	width: 91px;
	height: 36px;
	display: block;
}

/* w_player */
#header_menu li#w_player {
	width: 91px;
	height: 36px;
	background-image: url(../img/header_menu5.gif);
	background-repeat: no-repeat;
}
#header_menu li#w_player_on {
	width: 91px;
	height: 36px;
	background-image: url(../img/header_menu5_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#w_player a,
#header_menu li#w_player_on a {

	width: 91px;
	height: 36px;
	display: block;
}

/* last */
#header_menu li#last {
	width: 69px;
	height: 36px;
	background-image: url(../img/header_menu6.gif);
	background-repeat: no-repeat;
}
#header_menu li#last_on {
	width: 69px;
	height: 36px;
	background-image: url(../img/header_menu6_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#last a,
#header_menu li#last_on a {
	width: 69px;
	height: 36px;
	display: block;
}

/* partner */
#header_menu li#partner {
	width: 65px;
	height: 36px;
	background-image: url(../img/header_menu7.gif);
	background-repeat: no-repeat;
}
#header_menu li#partner_on {
	width: 65px;
	height: 36px;
	background-image: url(../img/header_menu7_on.gif);
	background-repeat: no-repeat;
}
#header_menu li#partner a,
#header_menu li#partner_on a {
	width: 65px;
	height: 36px;
	display: block;
}

#header_menu span {
	display: none;
}


/***************** contents ******************/

#content {
	background-color: #FFFFFF;
	clear: left;
}

#top_link {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: left;
}



/***************** footer ******************/

#footer {
	background-image: url(../img/footer_bk.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 45px;
	width: 840px;
	position: relative;
	clear: left;
}

#footer p {
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 5px;
}