body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/body_bg.jpg) center top no-repeat;
}

#h-flash {
	height: 225px;
	background: url(images/h-flash_bg.jpg) left top no-repeat;
}

#h-pagenav {
	height: 16px;
	font-size: 8pt;
	color: #f00;
	background: url(images/icn_home.gif) left center no-repeat;
	padding-left: 22px;
}

#h-pagenav a {
	color: #f00;
	text-decoration: none;
}

#h-menu-table {
	background: url(images/h-menu_bg.gif) left top repeat-x;
}

#h-menu-start {
	width: 10px;
	height: 25px;
	text-align: left;
}

#h-menu-end {
	width: 10px;
	height: 25px;
	text-align: right
}

.h-menu-link, .h-menu-link-active {
	height: 25px;
	background: url(images/h-menubody_bg.gif) left top repeat-x;
	text-decoration: none;
	text-align: left;
	display: inline-table;
}

.h-menu-link {
	color: #fff;
	background-color: #f00;
}

.h-menu-link-active {
	color: #f00;
	background-color: #fff;
}

.h-menu-link:hover {
	color: #f00;
	background-color: #fff;
}

.h-menu-link img, .h-menu-link-active img {
	border: 0px;
	vertical-align: text-bottom;
}

.h-menu-link span, .h-menu-link-active span {
	font-size: 8pt;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 3px;
	margin: 0px 3px 0px 3px;
}

#footer {
	height: 190px;
	color: #fff;
	background: url(images/footer_bg.jpg) left top no-repeat;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer table {
	margin-top: 40px;
}

#footer .slogan {
	color: #13007d;
	font-size: 12pt;
	font-weight: bold;
}

#content .title {
	color: #8dc63f;
	font-size: 20pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: #8dc63f 5px solid;
}

#content .newtitle {
	color: #0cf;
	font-size: 20pt;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: #fa0f0c 5px solid;
}

#content .subtitle {
	color: #2e8503;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .body {
	color: #197b30;
	line-height: 14pt;
	margin-bottom: 10px;
}

#content .body .indent {
	text-indent: 40px;
}

#content .body .shift {
	padding-left: 40px;
}

#content .body .remark {
	font-size: 80%;
	font-style: italic;
}

#content .link {
	color: #2e8503;
	text-decoration: none;
}

#content .fixed {
	white-space: nowrap;
	overflow: hidden;
}

#content td.submenu {
	vertical-align: top;
	white-space: nowrap;
}

#content td.subcontent {
	vertical-align: top;
	width: 99%;
	padding: 0px 30px;
}

#s-menu {
	margin: 30px 0px 30px 0px;
}

.menu-item {
	color: #2e8503;
	font-size: 11pt;
	text-decoration: none;
	border-bottom: #6c3 1px dashed;
	border-left: #fff 4px solid;
	display: block;
	padding: 7px 15px 7px 15px;
}

.menu-item:hover {
	border-left: #9cc112 4px solid;
	color: #9cc112;
}

.menu-item-active {
	color: #9cc112;
	font-size: 11pt;
	text-decoration: none;
	border-bottom: #6c3 1px dashed;
	border-left: #9cc112 4px solid;
	display: block;
	padding: 7px 15px 7px 15px;
}

.p-table {
	font-size: 14pt;
	color: #00ccff;
}

.pdesc {
	font-size: 8pt;
	color: #000;
	margin-top: 5px;
}

.blue {
	color: #00f;
}

.red {
	color: #f00;
}

.paint {
	background-color: #ff9;
}

.plain_link {
	color: #999;
	text-decoration: none;
}

.plain_link:hover {
	color: #2e8503;
	text-decoration: underline;
}

/* 2009-08-24 */

#top-flash {
	width: 922px;
	height: 389px;
	margin: 0px auto;
	border-bottom: #f00 5px solid;
}

#header {
	width: 922px;
	margin: 0px auto;
	padding-bottom: 5px;
	border-bottom: #f00 5px solid;
}

#head-menu1,
#head-menu2 {
	border-right: #f00 1px dashed;
}

#head-menu1,
#head-menu2,
#head-menu3 {
	padding: 6px 12px;
}

#head-menu1 a,
#head-menu2 a,
#head-menu3 a {
	text-decoration: none;
	color: #666;
}

#head-menu1 a:hover,
#head-menu2 a:hover,
#head-menu3 a:hover {
	color: #f00;
}

.top-menu-cell {
	text-align: center;
	padding: 0px 8px;
	white-space: nowrap;
}

.top-menu-link {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.top-menu-link-active,
.top-menu-link:hover {
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}

td.submenu {
	border-right: #8dc63f 1px solid;
}

#sub-menu {
	/*width: 200px;*/
	font-size: 110%;
}

#sub-menu a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1px 20px;
	margin-bottom: 4px;
}

#sub-menu a.menu-item-1 {
	background-color: #8dc63f;
}

#sub-menu a.menu-item-2 {
	background-color: #7cc576;
}

#sub-menu a.menu-item-3 {
	background-color: #3cb878;
}

#sub-menu a:hover {
	background-color: #f00;
}

#content {
	width: 922px;
	/*margin-top: 20px;*/
}

