@charset "utf-8";
/* CSS Document */

body
{
	background-color: #ffffff;
}


/*** text ***/

.heading,
.headingSub
{
	font-weight: bold;
}
.heading
{
	color: #677719;
	font-size: 1.5em;
	margin: 1.5em 0em 0.5em 0em;
}
.headingSub
{
	color: #71684f;
	font-size: 1.25em;
	margin: 1.25em 0em 0.25em 0em;
}


/*** page ***/

.header,
.main,
.footer
{
	width: 800px;
	margin: 0px auto;
}
.header
{
	height: 200px;
}
.header .logo
{
	padding: 10px;
}

.main p
{
	text-align: justify;
}

.footer
{
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.footer .menuBottom a
{
	color: #555;
	text-decoration: none;
}
.footer .menuBottom a:hover
{
	text-decoration: underline;
}
