@charset "UTF-8";

#header h1 {
	font-size: xx-large;
	margin-top: 24px;
	text-align: center;
}
#header {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

#header ul {
	margin-top: 48px;
	margin-left: 12px;
}
#header p {
	text-align: center;
}
#header img {
	margin-top: 24px;
}
#header li {
	display: inline;
	margin-right: 24px;
}
#mainContents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#mainContents h2 {
	margin-top: 24px;
	margin-bottom: 12px;
	width: 693px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#mainContents h3 {
	font-size: medium;
	margin-top: 24px;
	margin-bottom: 12px;
	width: 704px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 12px;
}
#mainContents ul {
	width: 680px;
	margin-left: 36px;
}
#mainContents li {
	list-style-type: square;
	list-style-position: outside;
	font-size: small;
}


#mainContents p {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: small;
}
#mainContents .reecordCo {
	font-size: medium;
	font-weight: bold;
}




#footer {
	clear: both;
	padding-top: 36px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: small;
}

#footer address {
	font-size: small;
	font-style: normal;
	text-align: right;
	padding-top: 12px;
}
