/* General styles */
*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff none repeat scroll 0 0;
}
a {
	color:#03f;
}
a:hover {
	color:#f30;
	/*background:#03f;*/
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:.5em 0em;
	padding:0;
	/*font-weight:bold;*/
	clear:both;
}
h1{								/* For page title */
	text-align:center;
	font-size:1.5em;
	color:#036;
	border-width:0px 2px 2px 0px;
	border-style: none solid solid none;
	border-color:#666;
	background:#ccf;
	padding:6px;
	background-image: url(../images/headbg.jpg);
}
h2{								/* For chapter */
	text-align:center;
	color:#036;
	font-size:1.2em;
	border-width:3px 0em;
	border-style:dashed none;
	border-color:#069;
	padding:4px;
	margin-top:1em;
}
h3{								/* For item */
	text-align:left;
	font-size:1em;
	color:#036;
	border-width:.1em .5em;
	border-style: none none dotted double;
	border-color:#bbb #069;
	padding:.1em .5em;
	margin-top:.5em;
}
h4{								/* For topic title */
	text-align:center;
	color:#c33;
	font-size:1.5em;
}
h5{								/* For item sub title*/
	text-align:left;
	color:#333;
	font-size:1em;
	margin-top:1em;
}
.contentlink{					/* For link to the contents */
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	border-width:0em .8em;
	border-style: none none none solid;
	border-color: #03f;
	padding:.0em .5em;
	margin-top:.5em;
	line-height:2em;
}
.pdflink{					/* For link to the pdf files */
	color:#066;
	font-style:italic;
}
p {
	margin: .6em 0em .6em 0em;
	padding:0;
	line-height:1.5em;
}
ul{
	margin-left:2em;
	line-height:1.5em;
	text-align:left
}
ol{
	margin-left:2em;
	line-height:1.5em;
	text-align:left
}
li.nomarker{
	list-style-type:none;
}
.center{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
.right{
	text-align:right;
}
.strong{
	font-weight:bold;
	font-size:110%;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.little{
	font-size: 90%;
}
.small{
	font-size: 80%;
}
.note{
	font-size: 90%;
	color:#060;
	line-height:1.5em;
}
.red{
	color:#f33;
}
.s_red{
	font-size: 80%;
	color:#c33;
}
.b_red{
	font-weight:bold;
	color:#f33;
}
.strong_red{
	font-weight:bold;
	font-size:110%;
	background:#c33;
	color:#fff;
}
.blue{
	color:#30f;
}
.ita{
	font-style:italic;
}

.warningbox{
	background-color:#ffc;
	border:solid 2px #f00;
	padding:0em 1em;
	text-align:left;
}
.box{
	background-color:#ffc;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding:.5em .5em;
}
img {
	margin:5px 5px;
	border:none;
}
img.imgmid{
	vertical-align:middle;
}
img.imgleft{
	float:left;
}

span.pankuzu{
text-align:left;
	font-size:.8em;
	background-color: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: .2em;
	line-height:2em;
}

/* Table format */
table{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
table.t_01 {							/*Table format 1 for Top page RF info */
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 100%;
}
table.t_01 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: normal;
	margin:0;
	padding:0em;
	line-height:1.5em;
}
table.t_01 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	margin:0;
	padding:.5em;
	line-height:1.5em;
}
table.t_02 {							/* Table format 2  Normal type with option */
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;

}
table.t_02 caption {
	caption-side:bottom;
	text-align: right;
	margin-bottom: .5em;
}
table.t_02 th,
table.t_02 td {
	padding: 4px 6px;
	}
table.t_02 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: nowrap;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_02 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	font-weight:normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_02 td.opt {
	text-align: center;
	font-weight:bold;
	background:#ff6;
	font-size: 100%;
}
table.t_02 td.bl {
	text-align: center;
	font-weight:bold;
	background:#9cf;
	font-size: 100%;
}
table.t_02 td.opt2 {
	text-align: center;
	font-weight:bold;
	background:#ff6;
	font-size: 90%;
}
table.t_02 td.nowrap {
	white-space: nowrap;
	}
table.t_03 {							/* Table format 3  th=normal td=bold type*/
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;
	}
table.t_03 caption {
	caption-side:bottom;
	text-align: left;
	margin-top: 1em;
}
table.t_03 th,
table.t_03 td {
	padding: 4px 6px;
}
table.t_03 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: normal;
	font-weight:normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_03 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	font-weight:bold;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_04 {							/* Table format 4  Calendar type all is in the center */
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;
}
table.t_04 caption {
	caption-side:bottom;
	text-align: right;
	margin-bottom: 1em;
}
table.t_04 th,
table.t_04 td {
	padding: 4px 6px;
}
table.t_04 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_04 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: center;
	white-space: normal;
	font-weight: normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_05 {							/* Table format 5  For map */
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;
}
table.t_05 caption {
	caption-side:bottom;
	text-align: right;
	margin-bottom: 1em;
}
table.t_05 th,
table.t_05 td {
	padding: 4px 6px;
}
table.t_05 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: center;
	white-space: normal;
	font-weight: normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_05 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #cff;
	text-align: center;
	white-space: normal;
	font-weight: normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_05 td.tdred {
	background: #f66;
}
table.t_05 td.tdyel {
	background: #ff3;
}
table.t_05 td.tdgre {
	background: #9f9;
}
table.t_06 {							/*Table format 6  for RF page */
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 90%;
}
table.t_06 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: nowrap;
	margin:0;
	padding:0em;
	line-height:1.3em;
}
table.t_06 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	margin:0;
	padding:.0em;
	line-height:1.3em;
}
table.t_06 td.nowrap{
	white-space: nowrap;	
}

table.t_07 {							/* Table format 7  half and half type*/
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 50%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;

}
table.t_07 caption {
	caption-side:bottom;
	text-align: right;
	margin-bottom: .5em;
}
table.t_07 th,
table.t_07 td {
	padding: 4px 6px;
	width:50%;
	}
table.t_07 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: nowrap;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_07 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	font-weight:normal;
	margin:0;
	padding:.2em;
	line-height:1.5em;
}
table.t_07 td.center {
	text-align: center;
}
table.t_07 td.green {
	background: #9c9;
	vertical-align: top;
}
table.t_08 {							/* Table format 8  full width type*/
	margin-top: 0.3em;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 95%;
}
table.t_08 caption {
	caption-side:bottom;
	text-align: right;
	margin-bottom: .5em;
}
table.t_08 th,
table.t_08 td {
	padding: .2em;
	}
table.t_08 th {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #9c9;
	text-align: center;
	white-space: nowrap;
	margin:0;
	line-height:1.5em;
}
table.t_08 td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background: #ffc;
	text-align: left;
	white-space: normal;
	font-weight:normal;
	margin:0;
	line-height:1.5em;
}
table.t_08 td.green {
	background:#efe;
}
table.t_08 td.nowrap {
	white-space: nowrap;
}
table.t_09 {							/* Table format 9  ghost */
	width:75%;
}	
table.t_09 td{
	vertical-align:top;
}
table.t_10 {							/*Table format 10 for sitemap */
	margin-top: 0;
	margin-bottom: 0;
	width: 75%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 90%;
}
table.t_10 th {
	/*border-bottom: solid 1px #666;
	border-right: solid 1px #666;*/
	background: #9c9;
	text-align: center;
	white-space: nowrap;
	margin:0;
	padding:0em;
	line-height:1.3em;
}
table.t_10 td {
	/*border-bottom: solid 1px #666;
	border-right: solid 1px #666;*/
	background: #ffc;
	text-align: left;
	vertical-align:top;
	white-space: nowrap;
	margin:0;
	padding:.1em;
	line-height:1.3em;
}
table.t_10 td.green {
	background:#dfd;
}

/*back buton*/
.back {
	margin: 10px auto;
	padding:2px 5px;
	text-align:center;
	background:#9c9;
	color:#339;
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
	bottom:0;
	position:relative;
}
.back:hover {
	background:#339;
	color:#fff;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-width:770px;
	height:70px;
	overflow:hidden;			/*For IE*/
	text-align:center;
	background-image: url(../images/headbg.jpg);
/*	background-repeat :repeat x;		ERROR? */
	background-repeat :repeat-x;
}
#headermain {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:760px;
	height:70px;
}
#headermain img {
	text-align:center;
	position:relative;
	margin:0px 0px;
}
#headermenu {
	position:relative;
	top:-65px;
	left:540px;
	text-align:left;
	font-size:11pt;
	font-weight: bold;
	line-height:150%;width:220px;
}
#headermenu li {
	list-style-type:none;
	display:inline;
}
#headermenu li a{
	color:#339;
	text-decoration:none;
}
#headermenu li a:hover {
	color:#fff;
	background:#339;
	text-decoration:none;
}
#search {
	position:relative;
	top:-55px;
	left:570px;
	text-align:left;
	width:195px;
}
#counter {
	position:relative;
	top:-110px;
	left:100px;
	text-align:left;
	width:120px;
}
#counter span {
	font-size:70%;
	vertical-align:top;
	color:#339;
}

/* main menu styles */
#mainmenubase {
	clear:both;
	position:relative;
	width:100%;
	min-width:770px;
	height:30px;
	overflow:hidden;			/*For IE*/
	top:0px;
	text-align:center;
	background:#339;
}
#mainmenu {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:760px;
	height:30px;
}
#mainmenu ul {
	position:relative;
	margin-top:0;
	margin-left:7px;
	margin-right:7px;
	padding:4px 0px;
	text-align:center;
	list-style-type:none;

}
#mainmenu ul li {
	float:left;
	height:22px;
	overflow: hidden;
	list-style-type:none;
	margin: 0px 3px;
}
#mainmenu ul li a {
	display: block; 
	height: 0px !important;
	padding-top:22px;
	overflow: hidden;
}
#mm01{
	background-image: url(../images/menu01a.jpg); 
	background-repeat : no-repeat;
}
#mm01 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu01.jpg); 
	background-repeat : no-repeat;
}
#mm01 a:hover {
	background:none;
}
#mm02{
	background-image: url(../images/menu02a.jpg); 
	background-repeat : no-repeat;
}
#mm02 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu02.jpg); 
	background-repeat : no-repeat;
}
#mm02 a:hover {
	background:none;
}
#mm03{
	background-image: url(../images/menu03a.jpg); 
	background-repeat : no-repeat;
}
#mm03 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu03.jpg); 
	background-repeat : no-repeat;
} 
#mm03 a:hover {
	background:none;
}
#mm04{
	background-image: url(../images/menu04a.jpg); 
	background-repeat : no-repeat;
}
#mm04 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu04.jpg); 
	background-repeat : no-repeat; 
}
#mm04 a:hover {
	background:none;
} 
#mm05{
	background-image: url(../images/menu05a.jpg); 
	background-repeat : no-repeat;
}
#mm05 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu05.jpg); 
	background-repeat : no-repeat;
} 
#mm05 a:hover {
	background:none;
}
#mm06{
	background-image: url(../images/menu06a.jpg); 
	background-repeat : no-repeat;
}
#mm06 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu06.jpg); 
	background-repeat : no-repeat;
} 
#mm06 a:hover { 
	background:none;
}

/* member menu styles */
#me01{
	background-image: url(../images/menu11a.jpg); 
	background-repeat : no-repeat;
}
#me01 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu11.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me01 a:hover {
	background:none;
}
#me02{
	background-image: url(../images/menu12a.jpg); 
	background-repeat : no-repeat;
}
#me02 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu12.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me02 a:hover {
	background:none;
}
#me03{
	background-image: url(../images/menu13a.jpg); 
	background-repeat : no-repeat;
}
#me03 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu13.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me03 a:hover {
	background:none;
}
#me04{
	background-image: url(../images/menu14a.jpg); 
	background-repeat : no-repeat;
}
#me04 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu14.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me04 a:hover {
	background:none;
}
#me05{
	background-image: url(../images/menu15a.jpg); 
	background-repeat : no-repeat;
}
#me05 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu15.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me05 a:hover {
	background:none;
}
#me06{
	background-image: url(../images/menu16a.jpg); 
	background-repeat : no-repeat;
}
#me06 a {
	display: block; 
	height: 0px !important; 
	width: 118px; 
	background-image: url(../images/menu16.jpg); 
	background-repeat : no-repeat;
	font-size:0;
} 
#me06 a:hover {
	background:none;
}

/* Makeing the footer stick to the bottom */

* html div#wrapper{
    height:100%;
}

#wrapper {
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	position: relative;
	background-image: url(../images/bg00.gif);
}
#m_wrapper {
	margin:0 auto;
	height:auto !important;
	height:100%;
	min-height: 100%;
	position: relative;
	background-image: url(../images/bg01.gif); 
}

/* main content container */
.maincontent {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:none;
	width:100%;				/* width of whole page */
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;	/* Adjust the clearance for makeing the footer stick to the bottom */
	overflow: visible; 
}

/* contents settings */
.contents {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-width:770px;
	/*max-width:1220px;*/
	width:expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 1222? "1220px" : "auto");
	text-align:left;
	padding:.5em 1em;
}

/* Footer styles */
#footerbase {
	clear:both;
	position:static;
	width:100%;
	height:100px;
	min-width:770px;
	overflow:hidden;			/*For IE*/
	text-align:center;
	border-top:2px solid #339;
	background-image:url(../images/headbg.jpg);
	bottom:0px;									/* Makeing the footer stick to the bottom */
}
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:770px;
}
#footer ul {
	position:relative;
	margin-left:0;
	margin-right:0;
	padding:4px 10px;
	text-align:center;
	text-valign:middle;
	height:30px;
	list-style-type:none;
}
#footer ul li {
	float:left;
	margin-left:7px;
	margin-right:0;
	padding:0px 10px;
	list-style-type:none;
}
#footer ul li a {
	display:block;
	margin: 5px 5px;
	padding:0px 5px;
	text-align:center;
	background:#ff9;
	color:#339;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	overflow:hidden;
}
#footer ul li a:hover {
	background:#339;
	color:#fff;
	font-weight:bold;
}
#footer p{
	text-align:center;
	font-size:80%;
}

/* Member page Footer styles */	
#m_footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:770px;
}
#m_footer ul {
	position:relative;
	margin-left:0;
	margin-right:0;
	padding:4px 10px;
	text-align:center;
	text-valign:middle;
	height:30px;
	list-style-type:none;
}
#m_footer ul li {
	float:left;
	margin-left:7px;
	margin-right:0;
	padding:0 7px;
	list-style-type:none;
}
#m_footer ul li a {
	display:block;
	float:left;
	margin: 5px 0px;
	padding:0px 5px;
	text-align:center;
	background:#ff9;
	color:#339;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	overflow:hidden;
}
#m_footer ul li a:hover {
	background:#060;
	color:#fff;
	font-weight:bold;
}
#m_footer p{
	text-align:center;
	font-size:80%;
}

.date{
	font-size:1.2em;
	font-weight:bold;
	font-family:sans-serif;
	color:#036;
}

a > img {
	margin: 0;
}