@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	background: #EA6DA4 url(../img/back.png) repeat-x;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#fff; text-decoration: underline;}
a:active { color: #fff; text-decoration: underline;}
a:visited { color: #fff; text-decoration: underline;}
a:hover { color:#fff; text-decoration: none;}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

a:hover.ov { position:relative; top:1px; left:1px; }


/*ページ設定
----------------------------------------------*/
#page {
	width: 940px;
	margin: 0 auto;
}

h1,h2 {
	display: none;
}

/*ナビ
------------------------*/
.navi {
	width: 940px;
	margin: 30px auto 150px;
	color: #fff;
	position: relative;
}
.goTop {
	position: absolute;
	top: 0;
	right: 0;
}



/*トップ
----------------------------------------------*/
#top {
	width: 1024px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

/*サブメニュー
------------------------*/
#stsk {
	position: absolute;
	top: 436px;
	left: 22px;
}

#tokuten {
	position: absolute;
	top: 391px;
	left: 748px;
}


/*メニュー
----------------------------------------------*/
#menu {
	width: 940px;
	height: 72px;
	margin: 0 auto 15px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#menu:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#menu li {
	width: 235px;
	float: left;
	text-align: center;
}

/*更新履歴
----------------------------------------------*/
#new {
	width: 917px;
	height: 24px;
	padding-top: 2px;
	margin: 0 auto 15px;
	background: #f8d8e7;
	webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

#new a {
	color: #e268a3;
	font-weight: bold;
}

/*ストーリー
----------------------------------------------*/


/*システム
----------------------------------------------*/
#system {
	width: 940px;
	margin: 0 auto;
	background: url(../img/system_2.png) repeat-y;
	text-align: left;
	font-size: 12px;
}

#system h3 {
	margin-bottom: 10px;
	text-indent: -9999px;
}

/*ゲームの進め方
------------------------*/
#sysGame {
	background: url(../img/system_1.png) no-repeat;
	padding: 255px 85px 0;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#sysGame:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#sysGame h3 {
	background: url(../img/system_title_game.png) no-repeat;
	width: 350px;
	height: 40px;
}

#sysGameL {
	width: 350px;
	float: left;
	padding-top: 80px;
}

#sysGameR {
	width: 400px;
	float: right;
}

/*おまけモード
------------------------*/
#sysOmake {
	width: 770px;
	margin: 0 auto;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#sysOmake:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#sysOmake h3 {
	background: url(../img/system_title_omake.png) no-repeat;
	width: 450px;
	height: 40px;
}

#sysOmakeL {
	width: 300px;
	float: left;
}

#sysOmakeR {
	width: 450px;
	float: right;
}

/*表情
------------------------*/
#sysFace {
	width: 770px;
	margin: 0 auto;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#sysFace:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#sysFace h3 {
	background: url(../img/system_title_face.png) no-repeat;
	width: 450px;
	height: 40px;
}

#sysFaceL {
	width: 450px;
	float: left;
}

#sysFaceR {
	width: 300px;
	float: right;
}

/*追加要素
------------------------*/
#sysTsuika {
	background: url(../img/system_title_tsuika.png) no-repeat;
	width: 366px;
	height: 60px;
	margin: 0 auto;
}

#sysStar {
	width: 770px;
	margin: 30px auto;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#sysStar:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#sysStar h3 {
	background: url(../img/system_title_starnavi.png) no-repeat;
	width: 350px;
	height: 40px;
}

#sysStarL {
	width: 400px;
	float: left;
}

#sysStarR {
	width: 350px;
	float: right;
}

/*ボーダー
------------------------*/
.sysBo {
	background: url(../img/system_border.png) no-repeat;
	width: 364px;
	height: 28px;
	margin: 30px auto;
}


/*キャラクター
----------------------------------------------*/
#chara {
	background: url(../img/chara_base.png) no-repeat;
	width: 940px;
	height: 795px;
	margin: 0 atuo;
	position: relative;
}

#chara ul {
	position: absolute;
	top: 278px;
	left: 74px;
	width: 855px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#chara ul:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#chara li {
	width: 250px;
	float: left;
	margin-right: 35px;
	position: relative;
}

.charaSd {
	position: absolute;
	top: 270px;
	left: -25px;
}














/*SNS設定
----------------------------------------------*/
#tw {
	position: absolute;
	top: 20px;
	left: 50px;
}
#fb {
	position: absolute;
	top: 20px;
	left: 160px;
}


/*フッター
----------------------------------------------*/
#foot {
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 15px;
}

#foot_link {
	margin: 20px 0 50px;
}
#foot_link li {
	display: inline;
	padding: 0 5px;
}









