@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,p,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
}

#wrapper{
	width:100%;
	height:100%;
}

/*header*/
header{
	width:100%;
	height:15%;
	min-height:10%;
	max-height:15%;
	background-color:#a9d159;
	position:relative;
}

header li{
	width:100%;
	height:10%;
	margin:0 0.5%;
	min-height:5%;
	max-height:10%;
	list-style-type:none;
	display:inline;
}

header img{
	min-height:35px;
	max-height:50px;
}

#header_menu{
	margin:0;
	padding:0 1%;
}


/*main*/
#main{
	width:100%;
	height:100%;
}

#top_img{
	width:100%;
	height:auto;
	margin:0;
	position:relative;
}

h2{
	margin:1% 0 0 0;
}

#start,#notice{
	margin:2%;
}

/**/
#afeleight{
	width:100%;
	text-align:center;
	margin-top:3%;
}

/*footer*/
footer{
	font-size:15px;
	text-align:center;
	height:auto;
	background-color:#a9d159;
	color:#fff;
	bottom:0;
	margin-top:3%;
}


/*共通*/
.clearfix{
	clear:both;
}

ul,li{
	list-style-type:none;
	padding:0;
}

img{
	max-width:100%;
}

/*a*/
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	opacity:0.5;
}
