@charset "Shift_JIS";

#ftr_link1{
	width:768px;
	margin:0 auto;
}
#ftr_link2{
	background:#FFF;
}

object{
	outline:0;
}

/* ********************************************************************************
 * common
 * ******************************************************************************** */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

/* ********************************************************************************
 * fontsize
 * ******************************************************************************** */

body {
	font-size: 13px;
	line-height: 1.5;
}

table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font-size: 99%;
}


/* ********************************************************************************
 * clearfix
 * ******************************************************************************** */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Hides from IE-mac */

/* 右へclear */
.clearRight {
	clear: right;
}
/* 左へclear */
.clearLeft {
	clear: left;
}


/* ********************************************************************************
 * layout
 * ******************************************************************************** */
body {
	background-color:#FFF;
	text-align:center;
}

#wrap {
	width:100%;
	background:#c3cdd7 url(../img_cmn/back.jpg) center top repeat-y;
}


#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}
#wrapper {
	width:768px;
	margin:0 auto;
}
#header {
	width:768px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

p#copy {
	clear: both;
	padding-bottom: 15px;
}

p#copy_02 {
	margin-bottom: 20px;
}

.alignCenter {
	text-align:center;
}

.text {
	
}

#footer {
	clear: both;
	background:#FFF;
}

#foot_navi {
	text-align: center;
	padding:30px 0 30px 0;
}
#foot_navi ul li {
	display: inline;
	letter-spacing: 2px;
}

/* ********************************************************************************
 * softinfo
 * ******************************************************************************** */
div#softinfo {
	margin-bottom: 20px;
	font-size: 92%;
}
div#softinfo div#softinfoTop,
div#softinfo div#softinfoBottom {
	width: 758px;
	height: 10px;
	font-size: 0;
	background: url(../img/index/softinfo_top.gif) no-repeat 0 0;
}
div#softinfo div#softinfoBottom {
	height: 3px;
	background: url(../img/index/softinfo_bottom.gif) bottom no-repeat;
}
div#softinfo div#softinfoContents {
	width: 728px;
	padding: 0 14px 8px 14px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	position: relative;
	background:#FFF;
}
div#softinfo div#softinfoContents dl dt {
	float: left;
	width: 10em;
	padding: 8px 0.5em;
	color: #8c8c8c;
	font-weight: bold;
	
}
div#softinfo div#softinfoContents dl dt span {
	color: #ff418c;
}
div#softinfo div#softinfoContents dl dd {
	margin-left: 0;
	padding: 8px 0.5em 8px 10em;
	background: url(../img_cmn/dot.gif) repeat-x left bottom;
}
div#softinfo div#softinfoContents dl {
	width: 688px;
	line-height: 1.0;
}
div#softinfo div#softinfoContents dl.column,
div#softinfo div#softinfoContents dl.columnLast {
	width: 344px;
	float: left;
}
div#softinfo div#softinfoContents dl.last dd,
div#softinfo div#softinfoContents dl.columnLast dd {
	background: none;
}
div#softinfo div#softinfoContents p.cero {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 32px;
	height: 40px;
}


/* ********************************************************************************
 * contents
 * ******************************************************************************** */

div.box{
	position: relative;
 	width: 752px;
	margin: 0 auto 20px auto;
	padding: 0;
	border:2px #7F8C91 solid;
	background:#FFF;
	clear:both;
}


#hdr_menu li.menuend{
	float:right;
}



/* div#contents_navi
------------------------------------------------------------*/
div#contents_navi {
	width: 758px;
	margin:0;
	padding:15px 0 0 5px;
}
ul#navi_list {}
ul#navi_list li {
	float: left;
	width: 247px;
	
}
ul#navi_list li.about{margin-right:4px;}
ul#navi_list li.weapon {margin-right:4px;}

ul#navi_list li a {
	display: block;
	width: 247px;
	height: 44px;
	background: top center no-repeat;
	text-indent: -9999px;
}

ul#navi_list li a:hover {background-position: bottom;}

ul#navi_list li.about a {background-image: url(../img_cmn/navi_index.gif);} 
ul#navi_list li.play a {background-image: url(../img_cmn/navi_play.gif);} 
ul#navi_list li.weapon a {background-image: url(../img_cmn/navi_weapon.gif);} 


ul#navi_list li.about_stay{
	background: url(../img_cmn/navi_index_stay.gif) top center no-repeat;
	width: 247px;
	height: 44px;
	text-indent: -9999px;
	margin-right:4px;
}

ul#navi_list li.play_stay{
	background: url(../img_cmn/navi_play_stay.gif) top center no-repeat;
	width: 247px;
	height: 44px;
	text-indent: -9999px;
}

ul#navi_list li.weapon_stay{
	background: url(../img_cmn/navi_weapon_stay.gif) top center no-repeat;
	margin-right: 5px;
	width: 247px;
	height: 44px;
	text-indent: -9999px;
	margin-right:4px;
}


/* header
------------------------------------------------------------*/
#content h2.header{
	width:100%;
	margin:0;
	padding-top:15px;
	text-align:left;
}


