#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 20px;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}
#contents ul {
	list-style-type: square;
	margin-left: 20px;
}
#contents li {
}
#contents h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
}


#contents {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
#pdf {
	width: 400px;
	margin-left: 30px;
	padding: 5px;
	height: 20px;
	background-image: url(../images/top/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
#contents #pdf p {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	font-weight: normal;
}
a:hover {
	background-color: #CCFFFF;
}

