body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #FF6600;
}
.container {
	background-color: #FFFFFF;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img-left {
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #60BF60;
	border-bottom-color: #60BF60;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(../img/h1-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h3{
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #60BF60;
	border-left-color: #60BF60;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.header {
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #22791A;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../img/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

p {
	font-size: 0.85em;
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	background-position: bottom;
	padding-bottom: 5px;
	line-height: 1.5em;
	padding-top: 0px;
}
blockquote {
	background-color: #F8F8FA;
	border: 2px solid #00CC66;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #22791A;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.contents {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.contents table{
	border: 1px solid #22791A;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
