@charset "utf-8";

a:link		{ color: #9c3; text-decoration: none; }
a:visited	{ color: #9c3; text-decoration: none; }
a:active	{ color: #9c3; text-decoration: none; }
a:hover		{ color: #fff; background: #9c3; }

body {
	background: #fff;
	color: #000;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
	font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gohtic, sans-serif;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	}

h2 {
	margin: 40px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333;
	}

h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	}

h4 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	}

#wrapper {
	padding: 30px 0;
	}

.pagetop {
	font-size: 12px;
	text-align: right;
	}