@CHARSET "utf-8";

body{
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", Verdana, Arial, sans-serif;
    font-size: 13px;
	color: #9999aa;
}

a{
	color: #9999aa;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

footer{
	padding: 10px 15px 0px;
	border-top: 3px solid #a2b7c1;
}

footer:after{
	display: block;
	clear: both;
	content: "";
}

footer > span{
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}


/**
 * pages
 */
body > div{
	width: 620px;
	margin: 0 auto 10px;
	padding-top: 30px;
}
body > div:after{
	display: block;
	clear: left;
	content: "";
}

#index header{
	text-align: center;
}

#index > main {
	min-height: 20px;
}
