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

	

body {
	font-family: arial,sans-serif;
	color: #222;
	background-color: #fff;
	font-size:smaller;
	line-height:160%;
}

img {
	border:0px;
}



header h1 {
	font-size: 56px;
	letter-spacing: -0.07em;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.2);
	
}

header h1 a {
	color: #000;
	text-decoration: none;

}

a:hover {
	color: #92c231;
}




.footer {　　
	font-size:11px;
	line-height:140%;
	padding:5px;
	color: #666;
	text-align:center;
	margin-top:30px; 
	border-top:3px solid #92c231;　} 