BODY {
	background-color: #AAA8A4;
	background-image: url('img/backfade.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

TABLE.main {
	width: 800px;
	height: 667px;
	min-height: 667px;
	background: white;
	margin-top: 24px;
	border: 1px solid #7F7F7F;
	border-bottom: 2px solid #7F7F7F;
}

TD {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	vertical-align: top;
}

A {
	text-decoration: none;
	color: #89191C;
}

A.subnavi {
	font-family: Tahoma, Arial, Sans-Serif;
	color: #89191C;
	font-size: 10px;
	font-weight: bold;
}

A.subnavi:hover {
	text-decoration: underline;
}

A.subnavi_act {
	font-family: Tahoma, Arial, Sans-Serif;
	color: white;
	background: #231F20;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

.redbox {
	border: 1px solid #89191C;
	margin-bottom: 18px;
}

H2 {
	font-family: Arial, Sans-Serif;
	color: #89191C;
	font-size: 12px;
}

#content_area P {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 1.3em;
	word-spacing: 0.1em;
	color: #231F20;
	width: 334px;
	text-align: justify;
}


