@charset "shift_jis";

/*======================================================================

   initialized style

======================================================================*/
/* CSS Reset */
@import url("reset.css");


/*======================================================================

   base style

======================================================================*/


/*=================
 common
=================*/
body,html{
	min-width: 980px;
}


/*=================
 body
=================*/

body {
	background: #e1e7ea;
}

body.story {
	background: none;
}


/*=================
 header
=================*/

#header {
	position: relative;
	padding: 17px 0 19px;
	background: #fff;
	font-size: 0;
	-webkit-transform: translate3d(0,0,0);
	z-index: 9999;
}

#header div{
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header p{
	position: absolute;
	left: 190px;
	top: -15px;
	font-size: 20px;
	color: #1f4589;
	font-weight: bold;
	line-height: 1.3;
}

#header p span{
	font-size: 13px;
	font-weight: normal;
}

#header div a{
	display: block;
	width: 157px;
	white-space: nowrap;
}

#header div a img{
	width: 100%;
	height: auto;
}



/*=================
 footer
=================*/

#footer {
	position: relative;
	padding: 0 0 71px;
	background: #002549;
	color: #fff;
	text-align: center;
	font-size: 0;
}

#btnPagetop {
	position: relative;
	top: -48px;
	margin: 0 0 -34px;
}

.copy {
text-align: center;
font-color: #fff;
font-size: 12px;
}