@charset "utf-8";

/* -------------------------------------------------------------------- */
/* All Configuration							*/
/* -------------------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5;
	font-size:12px;
}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333333;
	background: #FFFFFF;
}


.clear{clear:both;}
a img{border:none;}
a{color:#0000FF;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:none;}
strong{font-weight:bold;}
img {border:none;}


h1{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight:normal;
}


/* ------------------------------------------------------------------------------------ */
/* Header										*/
/* ------------------------------------------------------------------------------------ */


#wrapper {
	width:100%;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background:url(../image/h_line.jpg) repeat-x;
}




#wrapper_inner {
	width:900px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	
}



#wrapper_inner .logo {
	padding-top:130px;
	padding-bottom:70px;
}




/* ------------------------------------------------------------------------------------ */
/* Main Contents									*/
/* ------------------------------------------------------------------------------------ */


#wrapper_inner .section {
	width:900px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	margin-bottom:80px;
}
#wrapper_inner .section h2{
	
}



#wrapper_inner .gototop {
	width:900px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

/* ------------------------------------------------------------------------------------ */
/* Footer Menu										*/
/* ------------------------------------------------------------------------------------ */


#footer {
	width:100%;
	height:55px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	background:url(../image/footer_bg.png) repeat-x;
	margin-top:10px;
}




#footer_inner {
	width:900px;
	margin-left:auto;	/* IE以外用の中央寄せ */
        margin-right:auto;	/* IE以外用の中央寄せ */
	margin:0 auto;
	text-align:center;
	padding-top:17px;
	font-size:13px;
}




/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 
