@charset "Shift_JIS";
/* CSS Document */

body {
	margin: 0; padding: 0; background: #081138 url(../img/bg_main.jpg) top center no-repeat;
}

/*	contents
===================================================================*/
div#contents {
	clear:both; width: 768px; height: 505px;  margin: 0 auto; padding-top: 55px;
}

div#contents h1 {
	float: left; width: 177px; margin: 0; padding: 11px 0 0 11px; line-height: 0; font-size: 0;
}


/*	ゲーム画面
===================================================================*/

div#contents div#ssArea {
	float: right; width: 552px; margin-bottom: 6px; padding-top: 26px; text-align:right;
}

div#contents div#ssArea h2 {
	margin: 0; padding: 0; line-height: 0; font-size: 0;
	text-align:right;
}
div#contents div#ssArea h3 {
	margin: 0; padding: 0; line-height: 0; font-size: 0;
	text-align:right;
}

div#contents div#ssArea p {
	width: 538px;
	margin: 0 2px 0 0; text-align: right; line-height: 0; font-size: 0;
}

div#contents div#ssArea div#ss{
	padding:19px 0 25px 134px;
	text-align:left;
}


/* マウスオーバー */
div#contents div#ssArea div#ss ul{
	width:396px;
	height:228px;
}
div#contents div#ssArea div#ss ul li{
	width:396px;
	list-style:none;
}
div#contents div#ssArea div#ss ul li a {
	display: block;
	width: 99px;
	height: 76px;
	background: top left no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	float:left;
	text-align:left;
}

div#contents div#ssArea div#ss ul li a:hover {
	background-position: bottom;
}
div#contents div#ssArea div#ss ul li a.ss01 {
	background-image: url(../img/btn_ss01.gif);
}
div#contents div#ssArea div#ss ul li a.ss02 {
	background-image: url(../img/btn_ss02.gif);
}
div#contents div#ssArea div#ss ul li a.ss03 {
	background-image: url(../img/btn_ss03.gif);
}
div#contents div#ssArea div#ss ul li a.ss04 {
	background-image: url(../img/btn_ss04.gif);
}
div#contents div#ssArea div#ss ul li a.ss05 {
	background-image: url(../img/btn_ss05.gif);
}
div#contents div#ssArea div#ss ul li a.ss06 {
	background-image: url(../img/btn_ss06.gif);
}
div#contents div#ssArea div#ss ul li a.ss07 {
	background-image: url(../img/btn_ss07.gif);
}
div#contents div#ssArea div#ss ul li a.ss08 {
	background-image: url(../img/btn_ss08.gif);
}
div#contents div#ssArea div#ss ul li a.ss09 {
	background-image: url(../img/btn_ss09.gif);
}
div#contents div#ssArea div#ss ul li a.ss10 {
	background-image: url(../img/btn_ss10.gif);
}
div#contents div#ssArea div#ss ul li a.ss11 {
	background-image: url(../img/btn_ss11.gif);
}
div#contents div#ssArea div#ss ul li a.ss12 {
	background-image: url(../img/btn_ss12.gif);
}


/*	キーワード
===================================================================*/

div#contents ul#word {
	clear: both; width: 692px; height: 38px; margin: 0 auto 0 auto; padding: 0; line-height: 0; font-size: 0;
}



div#contents ul#word li {
	float: left;
	width: 94px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0; 
	font-size: 0;
}
div#contents ul#word li.prologue {
	width: 128px;
}


/* マウスオーバー */
div#contents ul#word li a {
	display: block;
	width: 94px;
	height: 36px;
	background: top left no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

div#contents ul#word li a:hover {
	background-position: bottom;
}
div#contents ul#word li#alchemy a {
	background-image: url(../img/btn_alchemy.gif);
}
div#contents ul#word li#sun a {
	background-image: url(../img/btn_sun.gif);
}
div#contents ul#word li#fighter a {
	background-image: url(../img/btn_fighter.gif);
}
div#contents ul#word li#energy a {
	background-image: url(../img/btn_energy.gif);
}
div#contents ul#word li#gin a {
	background-image: url(../img/btn_gin.gif);
}
div#contents ul#word li#scene a {
	background-image: url(../img/btn_scene.gif);
}

div#contents ul#word li#prologue a {
	width:128px;
	background-image: url(../img/btn_prologue.gif);
}


