body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
}
h1#title {
	margin: 0px;
}
#logo {
	text-align: left;
}
#mainContents {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCF28C;
	margin-bottom: 10px;
}
p {
	font-size: 100%;
	line-height: 150%;
	margin: 0px 0px 0.5em;
}
#lead {
	width: 640px;
	margin-top: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
th {
	background-color: #E2F8BE;
	font-size: 100%;
	font-weight: normal;
}
.formTd {
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 150%;
}
.indent {
	margin-left: 15px;
	margin-bottom: 10px;
}
ul {
	margin-left: 15px;
	margin-top: 0px;
}
ol {
	margin-left: 0px;
	margin-top: 5px;
	list-style-position: outside;
	padding-left: 30px;
}
li {
	margin-bottom: 5px;
}
#contact {
	width: 640px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#pankuzu {
	font-size: 80%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E2F8BE;
}
.ex {
	font-size: 80%;
	color: #666666;
}
.attention {
	color: #FF0000;
}
.error {
	color: #FF0000;
}
.pTitle {
	font-size: 80%;
	line-height: 120%;
}

a.youshi {
	font-size: 120%;
	font-weight: bold;
}


#header {
	width: 100%;
	padding-top: 25px;
	background-color: #E2F8BE;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #CCF28C;
	padding-bottom: 10px;
}
#subCopy {
	margin-bottom: 10px;
}
#footer {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCF28C;
	background-color: #E2F8BE;
	padding: 20px;
}
