﻿@charset "utf-8";
/* CSS Document */


body {
	text-align:center;
	background-color: #D5DDBB;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
}
#head {
	height: 140px;
	width: 760px;
}

#head img {
	vertical-align: top;
}
#content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	width: 700px;
	float: left;
	line-height: 1.5em;
	list-style-type: circle;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content h1 {
	font-size: 26px;
	vertical-align: text-bottom;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
}


#content p {
	padding-left: 40px;
}
#content table {
	margin-top: 20px;
	margin-bottom: 20px;
}

