body
{
	width: 100%;
	text-align: center; 
}

#whole
{
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	max-width: 960px;
	width: auto !important;
	width: 960px;
	margin: 20px auto;
	margin-bottom: 0;
}

#pageTitle
{
	font-size: 600%;
	color: #444444;
	text-transform: lowercase;
	text-align: right;
	margin: 20px 0;
}

#imageBox
{
	width: 300px;
	float: left;
}

#imageBox img
{
	margin-bottom: 20px;
}

#mainBox
{
	margin-left: 320px;
	background-color: #f2e8d3;
	padding: 20px;
	min-height: 547px;
	height: auto !important;
	height: 485px;
}

#textContent
{
	margin-right: 160px;
	font-size: 90%;
	text-align: justify;
}

#textContent p
{
	margin-bottom: 0.8em;
}

#textContent a
{
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

#textContent a:hover
{
	color: #ff2200;
	text-decoration: underline;
}

#textContent q
{
	color: #333333;
}

#textContent h2
{
	color: #333333;
	font-size: 125%;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#textContent acronym
{
	border-bottom: 1px #666666 dotted;
	cursor: help;
}

#textContent table
{
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#textContent table td
{
	vertical-align: top;
}

#textContent .linklist
{
	margin-top: 16px;
	margin-bottom: 16px;
}

#textContent .linklist li
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer
{
	margin-left: 340px;
	margin-right: 20px;
	margin-top: 0;
	font-size: 80%;
	color: #888888;
	text-align: left;
	
	position: relative;
	bottom: 3em;
}

#navigation
{
	width: 160px;
	float: right;
	text-align: right;
}

#navigation li
{
	margin-top: 0.2em;
}

#navigation li a
{
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

#navigation li a:hover
{
	color: #ff2200;
	text-decoration: underline;
}

#navigation .subMenu
{
	font-size: 80%;
	color: #330000;
}

#navigation .subMenu a
{
	color: #330000;
}

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.spaceBelow
{
	margin-bottom: 1.2em;
}

.jpTerm
{
	font-style: italic;
}

.copyright
{
	margin-top: 2em;
	font-size: 85%;
	color: #888888;
}

