/************************************************************************************
新規
*************************************************************************************/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	
	background-image: url(images/base.gif);
	background-repeat:repeat;

}

	
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 0;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1100px;
	margin: 0 auto;
	
	position: relative;	
	height: auto !important;
	height: 100%;
	
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	text-align:center;

	height:245px;
		
	background-image: url(images/hedder_p.png); 
	
}

/************************************************************************************
LOGO
*************************************************************************************/
#logo {
	width: 500px;
	
	padding: 8px 0 0 0;
	
	position: absolute;
	z-index: 100;
	
	float:left;
	

}


/************************************************************************************
BTN
*************************************************************************************/
#btn {
	width: 250px;
	
	float: right;
	margin: 0px 0px 0px 0px;
	
	z-index: 200;


}
	
#btn_sp {
	
		display:none;
}


#btn_sp  p{
	
		width: 100%;
}



/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	
	padding: 0px 0 0 0;
	margin: 157px 0 0 0;
	
	position: absolute;
	z-index: 100;

	
}

#main-nav li {
	list-style: none;
	float: left;
	position: relative;
	
	margin:15px 0 10px 10px;
}

#main-nav li:first-child {
	margin-left: 70px;
}

/************************************************************************************
TITLE
*************************************************************************************/
#title {
	padding: 20px 0 0 40px;
	width: 500px;

}



/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	margin: 10px 0 10px;
	padding: 0px 0 0 40px;
	width: 1055px;

}

/************************************************************************************
TITLE_S
*************************************************************************************/
#title_s {
	width: 500px;
	margin: 30px 0px 10px 0px;

}
	
/************************************************************************************
GAME
*************************************************************************************/
#game{
	width: 500px;
	
	float: right;
	margin: -70px 20px 0px 20px;
	

}

#game_2{
	width: 480px;
	
	float: right;
	margin: 0px 10px 0 0 ;
	padding: 10px 0px 0px 35px ;
	
}

/************************************************************************************
CENTER
*************************************************************************************/

#game_3{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
	

}


#game_btn{
	width: 100%;
	display:block;
}

#game_btn_sp{
	width: 100%;
	display:none;
}


/************************************************************************************
DOWNLOAD NAV
*************************************************************************************/
#dl-tab {
	width: 1000px;
	
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	

}

/************************************************************************************
DOWNLOAD
*************************************************************************************/
#dl_twitter{
	
	width:970px;
	
	margin: -8px 0 0 0;
	padding: 30px 20px 30px 20px;
	
	background-image: url(images/dl_base_tw.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#dl_pc{
	
	width:970px;
	
	margin: -8px 0 0 0;
	padding: 30px 20px 30px 20px;
	
	background-image: url(images/dl_base_pc.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#dl_mb{
	
	width:970px;
	
	margin: -8px 0 0 0;
	padding: 30px 20px 30px 20px;
	
	background-image: url(images/dl_base_fp.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/************************************************************************************
SPEC
*************************************************************************************/
#spec {	

	text-align:center;
	width: 95%;

	margin:0 10px 10px 10px;
	padding:10px;
	
	border:4px #000000 ridge;
	background-color:#faf0e6;

	display:block;

}

.spec_font {
	
	font-size:80%;
	color: #000000;

	text-align:left;

}


/************************************************************************************
SUB NAVIGATION
*************************************************************************************/
#sub-nav {
	width: 1100px;

	position: absolute;
	z-index: 100;
	
}

#sub-nav li {

	list-style: none;
	float: left;
	position: relative;
	
	margin:15px 5px 10px 0;
}

#sub-nav li:first-child {
	margin-left: 660px;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	font-size: 100%;
	
	/*
	background-image:url(images/footer_p.png);
	background-repeat:repeat-x;
	*/
	
	width:100%;
	height:70px;
	font-size:80%;
	font-style:normal;
	
	
	padding-top:100px;
	text-align:center;
	color: #627bc7;

}

#footer a {
	color: #0000ff;
	text-decoration:none;
}


.back {
	display:block;
}


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

