/************************************************
 * wrapper
 ************************************************/
body {
	color: #222;
	background: #fff;
	font-family:  'Meiryo',"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka",verdana,arial,sans-serif;
	font-size: 18px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #8a0;
}

a:hover {
	text-decoration: none;
	color: #360;
}

iframe {
	border: 0;
}

header {
	width: 900px;
	height: 50px;
	margin: 10px auto 0px;
	background: url(../images/logo.png) no-repeat;
}

header h1 {
	height: 100%;
	padding-left: 60px;
	position: relative;
	top: 10px;
}

footer {
	border-top: 1px solid #222;
	font-size: 10px;
	color: #444;
	margin: 10px auto;
	padding-top: 5px;
	width: 900px;
	text-align: center;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
}

