@charset "utf-8";

body {
 margin: 0;
 padding: 0;
 background-color: #fdd000;
 text-align: center;
}

a img {
 border-width: 0;
}

img.top {
 float: left;
}

img.top2 {
 float: left;
 position: relative;
 top: 0px;
 left: 0px;
 z-index: 3;
}

/*メインページ*/
#outerGroup {
 margin: 0 auto;
 width: 800px;
 height: 730px;
 text-align: left;
}

#topcontents {
 background-image: url(images/top_back.gif);
 background-repeat: no-repeat;
 width: 800px;
 height: 620px;
 text-align: left;
}

#aboutcontents {
 background-image: url(images/about_back.gif);
 background-repeat: no-repeat;
 width: 800px;
 height: 620px;
 text-align: left;
}

#lineupcontents {
 background-image: url(images/lineup_back.gif);
 background-repeat: no-repeat;
 width: 800px;
 height: 620px;
 text-align: left;
}

#specialcontents {
 background-image: url(images/special_back.gif);
 background-repeat: no-repeat;
 width: 800px;
 height: 620px;
 text-align: left;
}


/*ヘッダーメニュー*/
ul#menu {
 margin: 0 0 0 6px;
 padding: 0;
 height: 78px;
}

ul#menu li {
 float: left;
 list-style: none;
}

ul#menu li a.top {
 display: block;
 width: 122px;
 height: 78px;
 background-image: url(images/bt_01.gif);
 background-repeat: no-repeat;
}

ul#menu li a:hover.top {
 background-position: left bottom;
}

ul#menu li a.about {
 display: block;
 width: 122px;
 height: 78px;
 background-image: url(images/bt_02.gif);
 background-repeat: no-repeat;
}

ul#menu li a:hover.about {
 background-position: left bottom;
}

ul#menu li a.lineup {
 display: block;
 width: 122px;
 height: 78px;
 background-image: url(images/bt_03.gif);
 background-repeat: no-repeat;
}

ul#menu li a:hover.lineup {
 background-position: left bottom;
}

ul#menu li a.special {
 display: block;
 width: 122px;
 height: 78px;
 background-image: url(images/bt_04.gif);
 background-repeat: no-repeat;
}

ul#menu li a:hover.special {
 background-position: left bottom;
}

/*ニュース*/

#news {
 position: relative;
 top: 465px;
 left: 80px;
 clear: both;
 width: 560px;
 line-height: 16px;
 color: #33ff00;
 font-size: 12px
}

/*フッター*/
#footer {
 clear: both;
 width: 800px;
 height: 96px;
 background-image: url(images/footer_03.gif);
}

#footer img.bunner1 {
 float: left;
 margin: 6px 0 0 17px;
 padding: 0;
}

#footer img.bunner2 {
 margin: 6px 0 0 5px;
 padding: 0;
}

#footer img.footer1,
#footer img.footer2 {
 vertical-align: top;
}

/*lineup*/

div#flash {
 margin: 0;
 padding: 0;
 clear: both;
 position: relative;
 top: -49px;
 left: 22px;
}

/*special*/
#secret {
 position: relative;
 top: 87px;
 left: 476px;
 width: 276px;
}