@charset "utf-8";
body {
	background-color: #CFDEEF;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#contents {
	float: right;
	width: 620px;
	margin-top: 10px;
	padding-right: 10px;
}
#footer {
	clear: both;
	background-color: #32587E;
}


h1 {
	height: 200px;
	width: 800px;
	background-image: url(img/top_title.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}

#contents h2 {
	margin-bottom: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #759DD0;
	padding-left: 10px;
	margin-top: 5px;
}
#contents h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer h2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

p {
	line-height: 1.5em;
	text-indent: 1em;
	margin-bottom: 10px;
}


ul {
	list-style-type: disc;
	margin-left: 20px;
}
li {
	padding-bottom: 10px;
	line-height: 1.2em;
}
ol {
	list-style-type: decimal;
	margin-left: 40px;
}
