body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
	border-bottom: 1px solid #CCCCCC;
	background-color: #154796;
	height: 40px;
	text-align: center;
}
#logo {
	margin-top: 8px;
}
.wrapper {
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	color: #0A2D63;
}
nav li {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-left: 20px;
	background-image: url(../../img/list1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-right: 10px;
}
footer {
	text-align: center;
	background-color: #EEE;
	color: #293B93;
	font-size: 0.8em;
}
footer p {
	padding-top: 30px;
	padding-bottom: 30px;
}
#adsense_footer, #adsense_320x50 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding-top: 3px;
}
#go_top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 6000;
	display: none;
}
