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

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
header, footer, section, article,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Helvetica, Arial,
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
header, footer, section, article{
	display: block;
	}
body{
	line-height: 1.6;
	color:#333;
	width:100%;
	background:#19A2FF url(../img/common/header_bg.jpg) left top repeat-x;
	}

ul, ol{
	list-style:none;
	}
#page{
	width:1020px;
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
}
img{
	border: 0px;
	vertical-align: bottom;
	}
a{
	text-decoration:underline;
	color: #333;
	}
#page > section{
	margin-bottom:20px;
}
#page #container > section{
	margin-bottom:20px;
}
h2{
	font-size:1.3em;
	color:#19A2FF;
	width:100%;
	padding-bottom:3px;
	border-bottom:#333333 solid 2px;
	margin-bottom:3px;
}
h3{
	font-size:1.1em;
	margin-bottom:5px;
}

/**************************
********** header *********
**************************/

#header{
	overflow:hidden;
}
#header h1{
	float:left;
}
#header #gnav{
	/*border-bottom:#19A2FF solid 5px;*/
}
#header #gnav ul{
	overflow:hidden;
}
#header #gnav ul li{
	float:left;
}

/**************************
********** container *********
**************************/

#container{
	padding:0 20px;
}
/**************************
********** footer *********
**************************/

#footer{
	background-color:#19A2FF;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	height:30px;
	padding-top:10px;
}

/**************************
********** #back-top *********
**************************/

#back-top {
	font-size:120%;
	position: fixed;
	bottom: 30px;
	margin-left:910px;;
}
