@charset "UTF-8";
/* CSS Document */

@font-face {
	/* KodomoRounded(こども丸ゴシック)はフリーフォントです */
	/* サイト: http://typingart.net/ */
	font-family:'KodomoRounded';
	src:url('fonts/kodomorounded.svg') format('svg'), url('fonts/kodomorounded.eot') format('embedded-opentype');
}
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	background:url(image/back.jpg);
	background-size:80%;
	position:relative;
	font-family:sans-serif;
}
#header {height:2%;}
#main {
	width:90%;
	margin:0 auto;
	height:78%;
	text-align:center;
}
p {
	background:#eee;
	
}
h2 {
	font-family:'KodomoRounded';
	font-size:46px;
	margin:0 auto;
}
h3,a {font-size:24px;}
h3 {margin:0 auto;}
a{color:#333;}
a:hover{color:#85BF70;}
#footer {
	clear:both;
	width:100%;
	height:20%;
	background:url(image/footer.jpg) no-repeat;
	background-size:100% 100%;
	background-position:bottom;
}