table {
    font-size: 100%;
	line-height: 120%;
}

img {
    border: none;
}

a {
    color: #666666;
}

a:hover {
    color: #3D8126;
}

a:focus{
	overflow: hidden;
}

div.logo {
    margin: 0;
	padding: 10px 0 0 15px;
	font-size: 100%;
	line-height: 100%;
	float: left;
}	

#Top {
	margin: 0 30px;
	text-align: left;
	width: 740px;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	background: #FFFFFF;
}

#header {
    height: 86px;
	background: url(../img/header_bg.gif) 0 bottom repeat-x;
	zoom: 100%;
	overflow: auto;
	overflow: hidden;
	width: 740px;
}

#header:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
    overflow: hidden;
}

div.h-menu {
    border: none;
	float: right;
	margin: 22px 0 0 0;
	padding-right: 5px;
	width: 178px;
}

div.h-menu ul {
    margin: 2px 0 0;
	padding: 0;
}

div.h-menu ul li {
	float: left;
	list-style: none;
	padding: 0 12px 0 11px;
	background: url(../common/img/arrow01.gif) 1px 2px no-repeat;
}

.f-menu {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 0 0 5px;
	zoom: 100%;
	overflow: auto;
	overflow: hidden;
}

.f-menu:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
    overflow: hidden;
}

.f-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
}

.f-menu ul li {
	float: left;
	font-size: 7.5pt;
	margin: 0 0 0 7px;
	padding-right: 7px;
	border-right: #999999 solid 1px;
	line-height: 100%;
}

.f-menu ul li.home {
	margin: 0;
}

.f-menu ul li.last {
	padding-right: 0;
	border-right: 0;
}

.f-menu ul li a {
	color: #666666;
	text-decoration: none;	
}

.f-menu ul li a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer {
	text-align: center;
	border: none;
	background: #000000;
	zoom: 100%;
	width: 740px;
}
/*
.footer-in {
	background: #000000;
	margin-right: auto;
	margin-left: auto;
}
.footer-in div {
    width: 620px;
}
*/

div.backtotop {
    text-align: right;
	width: 480px;
}

div.backtotop-top {
    text-align: right;
	margin: 0 27px;
}

div.back-in {
    width: 115px;
	background: url(../common/img/arrow02.gif) 0 4px no-repeat;
	text-align: right;
	margin-left: auto;
}

.last-text {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	position: relative;
}

.last-text span {
	display: block;
	position: absolute;
}

.last-text a {
	color: #333333;
	text-decoration: none;	
}

.last-text a:hover {
	color: #333333;
}

.mrg-l10 {
    margin-left: 10px;
}

.mrg-t40 {
    margin-top: 40px;
}

.mrg-b3 {
	margin-bottom: 3px;
}

.mrg-b5 {
	margin-bottom: 5px;
}

.mrg-b10 {
	margin-bottom: 10px;
}

.mrg-b15 {
	margin-bottom: 15px;
}

.mrg-b20 {
	margin-bottom: 20px;
}

.mrg-b30 {
	margin-bottom: 30px;
}

.mrg-b40 {
	margin-bottom: 40px;
}

.tal-r {
    text-align: right;
}

.tal-c {
    text-align: center;
}

.text-red {
    color: #FF0000;
}

.color-red {
	color: #C60000;
}

.no-border {
	text-decoration: none;
}

.red {
	color: #D90005;
}

.blue {
	color: #000066;
}

.strong {
	font-weight: bold;
}

.tal-c {
	text-align: center;
}


.maintopics {
	background:#FFFFCC;
	border: #FFCC66 solid 1px;
	text-align: center;
	color: #D90005;
	margin-bottom:20px;
}

.maintopics p{
	margin: 7px;
}


.maintopics a{
	color: #FF3300;
}

.maintopics a:hover{
	color: #FF6600;
}

.nowrap {
	white-space: nowrap;
}

.font-size80 {
	font-size: 80%;
}

.font-size120 {
	font-size: 120%;
}

.font-size140 {
	font-size: 140%;
}

