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;
}
#btn_home {
	float: left;
	margin-left: 5px;
}
#logo {
	margin-top: 8px;
}
#btn_menu {
	float: right;
	margin-right: 5px;
	width: 40px;
	height: 40px;
}
main section {
	margin-bottom: 30px;
	margin-top: 0px;
}
h2, h3, p  {
	line-height: 200%;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 1.1em;
}
nav li {
	margin: 0px;
}
nav li span {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 10px;
	display: block;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	background-color: rgba(255,255,255,1.00);
}
nav li a {
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
	background-color: rgba(255,255,255,1.00);
}
nav li a img {
	vertical-align: middle;
	margin-right: 3px;
	width: 16px;
	height: 16px;
}
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;
}
