@charset "utf-8";
/* CSS Document */

/* Basic setting
-----------------------------------------*/
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4;
	word-break: normal;
}

h1 ,h2 ,h3 ,p ,li ul ,li ol ,li p ,
td p ,td ul ,td dl ,dl p ,
td table ,dl dl ,
dd table,dd ul,
form ,input ,select  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.ClearBoth ,
.ClearBoth br ,
br.ClearBoth {
	clear: both !important;
	height: 1px !important;
	font-size: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align: center;
	line-height:100%;
}

a {
	text-decoration: none;
}
a:link {
	color: #005aad;
	text-decoration: underline;
}
a:visited {
	color: #9900CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a img {
	border: none;
}

#baseContainer {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
}

/* Header area
-----------------------------------------*/
#headerArea {
	text-align: left;
	border-bottom: solid 1px #3b3b3b;
	background-color: #eee;
}

#headerArea #siteID {
	background: url("../img/site_id_bg.gif") repeat-x left top;
	height: 25px;
}

#headerArea #siteID p {
	background-position: left top;
	padding: 6px 0 0 25px;
}

#headerArea h1 {
	background-position: left top;
	padding: 20px 25px 15px 25px;
}

/* Contents area
-----------------------------------------*/
#contentsArea {
	padding: 20px 20px 30px 20px;
	text-align: left;
	background-color: #fff;
}

/****** Layout table setting ******/
#contentsArea .layoutTable {
	width: 100%;
	margin-bottom: 10px;
}

#contentsArea .layoutTable td {
	vertical-align: top;
	padding-right: 10px;
}

/****** Tab setting ******/
#tab {
	width: 100%;
	line-height: normal;
}

#FD #tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/tab_bg_FD.gif) left bottom no-repeat;
	width: 100%;
	float: left;
}

#PH #tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/tab_bg_PH.gif) left bottom no-repeat;
	width: 100%;
	float: left;
}

#RA #tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/tab_bg_RA.gif) left bottom no-repeat;
	width: 100%;
	float: left;
}

#tab li {
	float: left;
	background: url("../img/tab_bg.gif") no-repeat left top;
	margin: 0;
	width: 240px;
	padding: 9px 5px;
	text-align: center;
}

#tab li.active {
	float: left;
	background: url("../img/tab_bg_active.gif") no-repeat left top;
	margin: 0;
	width: 240px;
	padding: 9px 5px;
	text-align: center;
}

#tab li a {
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
}

#tab li a:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

#tab li a.now {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

#tab li.marginRight5 {
	margin-right: 5px;
}

.clearFix {
overflow: hidden;
}

/****** Tab box setting ******/
#contentsArea #tabBox {
	width: 100%;
	border-left: solid 1px #a8a8a8;
	border-bottom: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
	clear: both;
}

/****** One category box setting in the tab box ******/
#contentsArea #tabBox .oneCategory {
	padding-bottom: 10px;
}

/****** H2 - A blue background setting in the tab box ******/
#contentsArea #tabBox .oneCategory .h2Base {
	background-color: #666;
	margin-bottom: 10px;
}

#contentsArea #tabBox .oneCategory .h2Base h2 {
	background-color: #dce9f3;
	border-left: solid 3px #fff;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 90%;
}

/****** H3 - An underline setting in the tab box ******/
#contentsArea #tabBox .oneCategory h3 {
	font-size: 88%;
	border-bottom: solid 1px #999;
	margin: 0 0 10px 8px;
	padding-bottom: 2px;
	color: #666;
}

/****** Texts setting in the tab box ******/
#contentsArea #tabBox p {
	font-size: 88%;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 710px;
}

/****** Links setting in the tab box ******/
/* normal */
#contentsArea #tabBox ul.arrowLinks{
	margin-left: 8px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 88%;
	width: 710px;
}

#contentsArea #tabBox ul.arrowLinks li {
	padding-left: 13px;
	text-align: left;
	background: url(../img/icon_arrow.gif) left center no-repeat;
	margin-bottom: 5px;
}

/* Announcement */
/*#contentsArea #tabBox ul.announceLinks{
	margin-left: 8px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 88%;
	width: 710px;
}

#contentsArea #tabBox ul.announceLinks li {
	padding-left: 20px;
	text-align: left;
	background: url(../img/icon_pdf.gif) left center no-repeat;
	margin-bottom: 5px;
}

#contentsArea #tabBox ul.announceLinks li a:link {
	color: #cc0000;
	text-decoration: underline;
}
#contentsArea #tabBox ul.announceLinks li a:visited {
	color: #ff6633;
	text-decoration: underline;
}
#contentsArea #tabBox ul.announceLinks li a:hover {
	text-decoration: none;
}
#contentsArea #tabBox ul.announceLinks li a:active {
	color: #005aad;
	text-decoration: none;
}
*/

/* PDF */
#contentsArea #tabBox ul.pdfLinks {
	margin-left: 8px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 88%;
	width: 710px;
}

#contentsArea #tabBox ul.pdfLinks li {
	padding-left: 20px;
	text-align: left;
	background: url(../img/icon_pdf.gif) left top no-repeat;
	margin-bottom: 5px;
}

#contentsArea #tabBox ul.pdfLinks li.text {
	padding-left: 20px;
	text-align: left;
	background: url(../img/icon_disc.gif) 0.3em 0.5em no-repeat;
	margin-bottom: 5px;
}


/****** Disclaimers setting ******/
#disclaimers {
	font-size: 88%;
	border: solid 1px #ccc;
	background-color: #f2f2f2;
	padding: 10px 10px 5px 10px;
}

#disclaimers p{
	width: 750px;
	font-size: 100%;
	line-height: 140%;
	padding-left: 15px;
	text-align: left;
	text-align : justify ;
	margin-bottom: 5px;
}

#disclaimers h2 {
	font-size: 125%;
	border-bottom: solid 1px #666;
	margin-bottom: 7px;
}

#disclaimers ul{
	width: 730px;
	list-style: none;
	margin-left: 5px;
}

#contentsArea #disclaimers ul li {
	padding-left: 15px;
	text-align: left;
	background: url(../img/icon_disc.gif) 0 0.5em no-repeat;
	margin-bottom: 5px;
}

/* Footer area
-----------------------------------------*/

#footer {
	background-color: #3b3b3b;
	text-align: right;
}

#footer .copyRight {
	font-size: 88%;
	color: #fff;
	padding: 5px 10px 5px 0;
}

