@charset "utf-8";
body {
	color: #000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
.g_header {
	width:100%;
	height: 35px;
	border-bottom: 1px solid #666666;
	line-height: 35px;
	background-color:#E6E7E9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E7E9), to(#C2C7CC));
}
.head_title {
	width: 100%;
	text-align: center;
}
.nav_head {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.nav_head_left {
	position: relative;
	height: 16px;
	width: 40px;
	padding-left: 10px;
}
.nav_head_left img {
	vertical-align: middle;
}
#contents {
	padding-right: 10px;
	padding-left: 10px;
}
.subtitle {
	background: #333;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFF;
	padding: 2px 5px;
}
.figure {
	margin-bottom: 1em;
}
section p {
	margin-bottom: 1em;
}