@charset "utf-8";

/* Global */
body {
	padding-left: 15px;
	text-align: left;
	background-color: #ccc;
	padding-bottom: 25px;
	margin: 0px;
	font-size: 62.5%;
	color: #4d4d4d;
	/* 16px * 62.5% = 10px */
}
body.ja {
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body.notJa {
	font-family: Arial, sans-serif;
}

body.office {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
blockquote{
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}


table#wrapper {
	background-color: #fff;
	margin: 10px;
	padding: 0px;
	border: #666 1px solid;
	font-size: 1.2em;
}

.center {
	text-align: center;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

a:link.linkBlue {
	color: #002ca3;
	text-decoration: underline;
}

a:visited.linkBlue  {
	color: #002ca3;
	text-decoration: underline;
}

a:hover.linkBlue  {
	color: #000000;
	text-decoration:none;
}

.large {
	font-size: 1.4em;
}

p {
	line-height: 1.4;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin: 1px;
}
p.indent {
	text-indent: 1.0em;
	line-height: 1.3;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.small {
	font-size: 0.9em;
	font-weight: normal;
}

.x-small {
	font-size: 0.9em;
	font-weight: normal;
}

div.line {
	border: solid 1px #666;
	margin: 5px 0;
	width: 90%;
}

.textBgYellow {
	padding: 5px;
	background-color: #fff;
}

div.title3 {
	font-family: arial, helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0;
}

div.title2 {
	font-family: arial, helvetica, sans-serif;
	color: #CF381A;
	font-weight: bold;
}

td.titleBg {
	padding-left: 0px;
	padding-bottom: 2px;
	margin-top: 6px;
	border-bottom: 1px solid #ffa08e;
	border-left: 8px solid #ffa08e;
}

.title {
	padding-left: 5px;
}

.title a:link {
	text-decoration: none
}

.title a:hover {
	text-decoration: underline
}

.title a:visited {
	text-decoration: none
}

.national {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 3px;
	margin-bottom: 2px;
}

h2 {
	padding: 2px 4px 4px 0px;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 1.5em;
	margin: 8px 0px 8px 0px;
	border-bottom: 1px dotted #333;
}

h2.lineOrange {
	padding: 2px 4px 4px 0px;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 1.5em;
	margin: 8px 0px 8px 0px;
	border-bottom: 1px solid orange;
}

h3 {
	padding: 2px 2px 2px 0px;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 1.2em;
}

h4 {
	padding: 4px 0px 4px 8px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 8px solid #777777;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 8px;
	color: #4d4d4d;
	font-size: 1.0em;
}

h5 {
	padding: 0px 2px 2px 16px;
	background-color: #fff;
	border-bottom: 1px solid #ff9900;
	background-image: url(image/arrowOrange.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #4d4d4d;
	font-size: 1.0em;
}
h5.BMB {
	margin-bottom: 2px;
	background-color: #a7d5ff;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 6px;
	border-left: 5px solid #cccccc;
	font-weight: normal;
}

.registration {
	padding-left: 10px;
	padding: 4px 4px 4px 10px;
	margin-bottom: 6px;
	font-weight: bold;
	border-bottom: 2px solid #bc6d00;
	background-image: url(image/title2Resistration.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.registration2 {
	padding: 0px;
	font-weight: bold;
	color: #007676;
	background-image: url(image/titleResistration.gif);
	background-repeat: no-repeat;
	height: 65px;
}

.bgOrangeTitle {
	margin: 0;
	padding: 5px 10px;
	background: url(image/titleOrange.gif);
	color: #fff;
	background-repeat: repeat-x;
	font-weight: bold;
}

.bgcolor {
	background-color: #d9f5ff;
}

/* header */
.headerline {
	background-color: #666;
}

table.headerBorder {
	border-right: #36a69b 1px solid;
	border-left: #36a69b 1px solid;
	border-bottom: #36a69b 1px solid;
	border-top: #36a69b 1px solid;
	background: url(image/brwBg.gif) left center;
	background-repeat: repeat-x;
	color: #fff;
}

table.headerBorderLight {
	border-top: #666 1px solid;
	background: url(image/main_grad_bg.jpg) bottom left;
	background-repeat: x-repeat;
}

.header {
	color: #999999;
	font-weight: bold
}
.headerStyle a:link {
	text-decoration: none;
}
.headerStyle a:hover {
	text-decoration: underline;
}
.headerStyle a:visited {
	text-decoration:none
}

/* brw */
#brwSearchInputField {
	width: 200px;
	font-size: 1.6em;
	height: 22px;
}

.brwSearchRight {
	text-align: right;
	padding-right: 10px;
}

/* nbrpBrwUpdate お知らせの内容 -本文 */

.brwMouse {
	background-image: url(image/brwUpdate/mouse.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwRat {
	background-image: url(image/brwUpdate/rat.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwMedakafish {
	background-image: url(image/brwUpdate/medakafish.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwXenopus {
	background-image: url(image/brwUpdate/xenopus.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwCelegans {
	background-image: url(image/brwUpdate/celegans.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwDrosophila {
	background-image: url(image/brwUpdate/drosophila.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwSilkworm {
	background-image: url(image/brwUpdate/silkworm.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwZebrafish {
	background-image: url(image/brwUpdate/zebrafish.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwMacacaFuscata {
	background-image: url(image/brwUpdate/macacaFuscata.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwCiona {
	background-image: url(image/brwUpdate/ciona.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwOxycomanthus {
	background-image: url(image/brwUpdate/ciona.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwArabidopsis {
	background-image: url(image/brwUpdate/arabidopsis.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwBarley {
	background-image: url(image/brwUpdate/barley.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwRice {
	background-image: url(image/brwUpdate/rice.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwWheat {
	background-image: url(image/brwUpdate/wheat.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwMorningGlory {
	background-image: url(image/brwUpdate/morningGlory.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}.brwChrysanthemum {
	background-image: url(image/brwUpdate/chrysanthemum.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}.brwAlgae {
	background-image: url(image/brwUpdate/algae.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwLotus {
	background-image: url(image/brwUpdate/lotus.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwGlycine {
	background-image: url(image/brwUpdate/glycine.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwTomato {
	background-image: url(image/brwUpdate/tomato.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwEcoli {
	background-image: url(image/brwUpdate/ecoli.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwYeast {
	background-image: url(image/brwUpdate/yeast.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwMicroorganisms {
	background-image: url(image/brwUpdate/microorganisms.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwAnimalHumanCells {
	background-image: url(image/brwUpdate/animalHumanCells.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwESCell {
	background-image: url(image/brwUpdate/esCell.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;

}.brwOtherBacteria {
	padding-left: 8px;
}
.brwVirus {
	padding-left: 8px;
}
.brwBacillus {
	background-image: url(image/brwUpdate/bacillus.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwCellularSlimeMolds {
	background-image: url(image/brwUpdate/cellularSlimeMolds.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.brwGeneralMicrobes {
	background-image: url(image/brwUpdate/generalMicrobes.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 25px;
}
.help {
	background-color:#616161;
	border: 1px solid #7d7d7d;
	color: #ffffff;
	font-size: 0.9em;
	padding: 0 2px;
	
}
/* nbrpBrwUpdate お知らせの内容 -本文　ここまで */

/* nbrpBrwUpdate 更新情報　ここから */
.brwUpdate {
	position: relative;
	top:4px;
}
.headerStyle .brwUpdate a {
	color: #FFF;
	text-decoration: underline;
}

.bgBlack {
	background:#000;
}
.bgWhite {
	background: #FFF;
}
.sampleBrw {
	font-size: 0.6em;
}
table.nbrpBrwUpdate {
	font-size: 0.9em;
}
table.nbrpBrwUpdate th {
	text-align: left;
	background-repeat: repeat-x;
}
table.nbrpBrwUpdate th strong {
	color: #fff;
	background-image: url(image/up.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
table.nbrpBrwUpdate td {
	color: #fff;
	padding: 0px 2px;
}
table.nbrpBrwUpdate td p {
	margin: 0px 0px;
}
/* nbrpBrwUpdate 更新情報　ここまで */

/* sampleBrwUpdate 更新情報　ここから */
table.sampleBrwUpdate {
	font-size: 0.8em;
}
table.sampleBrwUpdate th {
	text-align: left;
	font-weight: normal;
}
table.sampleBrwUpdate th strong {
	color: #fff;
	padding-left: 30px;
	font-weight: normal;
}
table.sampleBrwUpdate td {
	color: #fff;
	padding: 0px 2px;
}
table.sampleBrwUpdate td p {
	margin: 0px 0px;
}
/* sampleBrwUpdate 更新情報　ここまで */

/* navigation */
.navBg {
	background-image: url(image/navBg.jpg);
	background-repeat: repeat-x;
}

div.nbrpNaviButtonSelected {
	color: #fff;
	background-image: url(image/navBgOn.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
}

td.nbrpNaviButtonSelected {
	color: #fff;
	background-image: url(image/navBgOn.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonSelected a:link {
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonSelected a:visited {
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonSelected a:hover {
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonUnSelected {
	text-decoration: none;
	padding: 4px;
	text-align: center;
}

div.nbrpNaviButtonUnSelected a:link {
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonUnSelected a:visited {
	text-decoration: none;
	text-align: center;
}

div.nbrpNaviButtonUnSelected a:hover {
	text-decoration: underline;
	text-align: center;
}

/* menu */
#menu {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	overflow: visible;
	color: #333;
	font-size: 0.9em;
}

td.menuBg {
	border-right: 1px solid #cccccc;
	vertical-align: top;
	background-color: #fff;
}
.menu {
	padding: 0.5px;
	border-bottom: 1px solid #dddddd;
}
.menuDB {
	padding: 1px 2px 0 3px;
	border-bottom: 1px solid #dddddd;
}
.menuCenter {
	padding: 2px 2px 0 0;
	border-bottom: 1px solid #dddddd;
	font-size: 1.0em;
	font-weight: normal;
}
.menu a:link {
	background: #fff;
	text-decoration: none;
}
.menu a:visited {
	background: #fff;
	text-decoration: none;
}
.menu a:hover {
	background: #dddbdb;
	text-decoration: none;
}
.menuCenter a:link {
	background: #fff;
	text-decoration: none;
	color: #717171;
}
.menuCenter a:visited {
	background: #fff;
	text-decoration: none;
	color: #717171;
}
.menuCenter a:hover {
	background: #dddbdb;
	text-decoration: none;
	color: #5a5a5a;
}
div.menuResourceTitle {
	border-top: #fff 1px solid;
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}
.menuResourceTitle {
	border-top: #fff 1px solid;
	background-color:#d7d7d7;
	color: #006;
	font-weight: bold;
	font-size: 1.0em;
}

div.menuResourceTitleEn {
	border-top: #fff 1px solid;
	background-color:#d7d7d7;
	background-repeat: no-repeat;
	padding: 4px 2px 4px 4px;
}

div.menuInfoTitle {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}
div.menuInfoTitleEn {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}

div.menuGenomeTitle {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}

td.menuGenomeTitleEn {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}

td.menuGenomeDetail {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
}

td.menuGenomeDetailEn {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
}

div.menuKibanTitle {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}
div.menuRelatedTitle {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}
div.menuRelatedTitle {
	background-color:#d7d7d7;
	padding: 4px 2px 4px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #000066;
}

/* maincontent */
#mainContent {
	padding-right: 5px;
	padding-left: 12px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 5px;
}

.bgBlack {
	background: #000;
	margin: 3px;
}

div.content {
	line-height: 1.3;
	padding-right: 10px;
}

td.contentBg {
	vertical-align: top;
	height: 780px;
}

div.height {
	height: 675px;
}

/* footer */
#footer {
	background-image: url(image/footerBg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	voice-family: inherit;
}
td.footerDatalayout {
	background-color:#efefef;
	border-top: #ccc 1px solid;
	}
.footerBg {
	border-top: #ccc 1px solid;
	background-color: #ededee;
	height: 20px;
}

div.footer {
	margin: 3px 20px 5px 20px;
	padding: 0px;
	vertical-align: bottom;
	line-height: 1.2em;
	font-size: 1.0em;
}
div.footerCopylight {
	color: #fff;
	padding: 3px;
	font-size: 0.9em;
}

/* search */
#searcharea {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

/* brw */
td.brw {
	color: #fff;
	padding-bottom: 3px;
}

td.brw a:link {
	color: #fff;
}

td.brwt a:visited {
	color: #fff;
}

td.brwCountAll {
	color: #fff;
}

td.brwCountAll a:link {
	color: #fff;
	text-decoration: underline;
}

td.brwCountAll a:visited {
	color: #fff;
	text-decoration: underline;
}

table.siteSearchBg {
	border: #ccc 1px solid;
	background: url(image/siteSearchBg.gif) left center;
	background-repeat: repeat-x;
	padding: 1px;
}

/* center */
td.centerCategory {
	background: #f4f4f4;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 0 0 0 4px;
}

/* informationPage */
li.padding {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
}
.informationPageTitleBg {
	background: #fff;
}

table.information {
	border: #ccc 2px solid;
	background: #fdfdfd;
}
td.infomationPageContents {
	border: #666 1px solid;
	background: #f3f3f3;
	padding: 20px;
}
div#address {
	padding: 5px;
	margin: 0px 10px 0px 20px;
	background-color: #fdfdfd;
	border: #ccc 1px solid;
	width:300px;
	line-height: 160%;
}
#objectives,#organization,#progress,#availableResources,#distribution_deposition,#committee,#relatedSites,#collaboration,#others,#newsletter,#activity
	{
	background-image: url(image/informationPageTitle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 10px 0 5px 10px;
	margin-bottom: 5px;
	color: #464646;
}

#about {
	background-image: url(image/informationPageTitle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top: 7px;
	margin-bottom: 5px;
	color: #000;
}

.informationContent {
	background: #fff;
	padding: 10px;
	padding-top: 0px;
	line-height: 1.4;
	text-align: justify;
}

.address {
	background: #fbf3d1;
	padding: 10px;
	padding-top: 0px;
	line-height: 1.3;
}

#index {
	background: #fbf3d1;
	padding: 15px;
	border: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.5em;
}

.dbhpBg {
	padding: 2px 20px;
}

.infomationPageContents a:link {
	padding: 10px;
	margin: 4px;
}

.infomationPageContents a:visited {
	padding: 10px;
	margin: 4px;
}

.infomationPageContents a:hover {
	padding: 10px;
	margin: 4px;
}

.informationTitle {
	background-image: url(image/informationPageTitleBg.jpg);
	background-position: bottom;
}
.informationH1 {
	color: #505050;
	padding-left:10px;
	font-weight: bold;
	height: 63px;
}

.informationPageSubTitle {
	padding-left: 10px;
	font-weight: bold;
}

.informationPageTitle {
	font-weight: bold;
	margin-bottom: 0px;
	color: #505050;
	font-size: 140%;
	padding: 5px 0 15px 10px;
	margin: 0;
}

td.paddingInformation {
	padding: 0px;
	background: #e1e1e1;
}

ul.resource {
	list-style: disc;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
}

li.resource {
	list-style: lower-roman;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

ul.info {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

li.list {
	background-image: url(image/arrowOrange.gif); 
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 4px;
}

/* top */
td.topInformationLeft {
	background-image: url(image/titL.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
}

td.topInformationLeft a:link {
	color: #FFF;
}

td.topInformationLeft a:visited {
	color: #FFF;
}

td.topInformationRight {
	background-image: url(image/titR.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px;
}

td.topInformation2 {
	background-image: url(image/titL2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	color: #FFF;
}

td.topInformation2 a:link {
	color: #FFF;
}

td.topInformation2 a:visited {
	color: #FFF;
}

td.topInformationRight a:link {
	color: #fff;
}

td.topInformationRight a:hover {
	color: #fff;
}

td.topInformationRight a:visited {
	color: #fff;
}

div.information {
	padding-bottom: 5px;
	padding-top: 5px;
	padding: 2px;
	margin-bottom: 4px;
}

div.informationTop {
	padding-bottom: 5px;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 3px;
}


.informationTop {
	font-weight: normal;
}

div.informationBMB {
	border: 2px solid #3366ff;
	background-color: #fff;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 4px;
}

div.information a:link {
	
}

div.information a:visited {
	
}

div.information a:hover {
	
}

div.informationTop ul {
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
	line-height: 1.25;
	list-style: none;
}

div.informationBMB ul {
	background-image: url(image/p_01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 12px;
	line-height: 1.4;
	list-style: none;
}

/* sitemap */
td.siteMap {
	background: #aeaeae;
	margin: 0;
	padding: 0;
}

td.siteMapSub {
	border: 1px solid #4d4d4d;
	font-weight: bold;
	background: #fff;
	padding: 4px;
	text-align:center;
	font-size: medium;
}
.siteMapSub {
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	line-height: 1.2em;
	color: #4d4d4d;
	font-size: 1.0em;
}
td.siteMapMain {
	border: 1px solid #4d4d4d;
	font-size: medium;
	font-weight: bold;
	background: #4d4d4d;
}

td.siteMapMain a:link {
	color: #FFF;
}

td.siteMapMain a:visited {
	color: #FFF;
}

div.titleSitemapL {
	font-weight: bold;
	text-align: center;
}

div.titleSitemap {
	font-weight: bold;
	text-align: center;
}

div.titleSitemap a:link {
	
}

div.titleSitemap a:visited {
	
}

div.titleSitemap a:hover {
	
}

/* contactUs */
#contactus {
	margin-left: 20px;
	background-color: #fff;
}

#contactus h3 {
	color: #618ce0;
	border-bottom: 2px #618ce0 solid;
	background-image: url(image/contactUsicon.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 20px;
	height: 40px;
}

#contactus ul {
	line-height: 1.5;
}

.contactusForm {
	padding-left: 20px;
}

div.contactTitle {
	background-color: #83dedf;
	font-weight: bold;
	padding-left: 20px;
	border-top: 1px #666 solid;
	border-bottom: 1px #ccc solid;
	padding: 6px;
	color: #000
}

div.fildset {
	border-bottom: 1px #32bbbc solid;
	border-right: 1px #32bbbc solid;
	border-left: 1px #32bbbc solid;
	padding-bottom: 10px;
	color: #000;
}

dt.contactTitle {
	padding-left: 30px;
	font-weight: bold;
	margin-top: 8px;
}

div.button {
	margin-top: 2px;
}

.cssButton {
	background: #fff url(image/buttonBg.gif) left bottom repeat-x;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1px;
	height: 27px;
	border: 1px solid #999;
} 

/* Calender
---------------------------------------------*/
#calendar th,#calendar td {
	text-align: center;
}

#calendar th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #E0E0E0 url(image/calendarTh_bg.gif) left bottom repeat-x;
}

#calendar td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(image/calendarTd_bg.gif) left bottom repeat-x
}

#calendar td a {
	display: block;
	width: 100%;
	background-color: #666;
	color: #FFFFFF;
	text-decoration: none;
}

#calendar td a:hover {
	background-color: #333;
}

#calendar td.calendarTodayColor {
	background: #ffc85e;
}

/* original */
.pageTop {
	color: #000;
	padding-right: 18px;
	padding: 12px;
	margin-right: 4px;
	text-align: right;
	background-image: url(image/navi-top.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

.pageTop a:link {
	text-decoration: none;
}

.topic_path {
	padding-left: 3px;
}

.topic_path a {
	text-decoration: none;
	font-weight: normal;
}

.contact {
	text-align: center;
	font-weight: bold;
}

td.top {
	vertical-align: top;
}

td.dataRightTop {
	padding: 4px 4px 4px 6px;
	background: #f4f4f4;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	vertical-align: middle;
}
td.dataRightTopWhite {
	padding: 4px 4px 4px 6px;
	background: #fff;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	vertical-align: middle;
}
td.dataRightWhite {
	padding: 4px 4px 4px 6px;
	background: #fff;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	vertical-align: middle;
}
td.dataRight {
	padding: 4px 4px 4px 6px;
	background: #f4f4f4;
	border-right: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	vertical-align: middle;
}

td.data {
	padding: 4px 4px 4px 6px;
	background: #f4f4f4;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	vertical-align: middle;
}

td.dataLeft {
	padding: 4px 4px 6px 6px;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	background: #ecebeb;
	vertical-align: middle;
	color: #4d4d4d;
}

td.dataWhite {
	padding: 4px 4px 4px 6px;
	background: #ffffff;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	vertical-align: middle;
}

td.dataLeftWhite {
	padding: 4px 4px 6px 6px;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	background: #ffffff;
	vertical-align: middle;
	color: #4d4d4d;
}

td.dataLeftBottom {
	padding: 4px 4px 4px 6px;
	border-top: #afafaf 1px solid;
	border-bottom: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	background: #ecebeb;
	vertical-align: middle;
	color: #4d4d4d;
}

td.dataRightSmall {
	padding: 4px;
	background: #f4f4f4;
	border-right: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
}

td.dataBottom {
	padding: 4px;
	border-top: #afafaf 1px solid;
	border-bottom: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	background: #f4f4f4;
	vertical-align: middle;
}
td.dataBottomWhite {
	padding: 4px 4px 4px 6px;
	border-top: #afafaf 1px solid;
	border-bottom: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	background: #fff;
	vertical-align: middle;
	color: #4d4d4d;
}

td.dataGray {
	padding: 4px;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	background: #EFEFEF;
	vertical-align: top;
}

td.dataBottomGray {
	padding: 4px;
	border-top: #afafaf 1px solid;
	border-bottom: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	background: #EFEFEF;
	vertical-align: middle;
}

td.dataLeftGray {
	padding: 4px;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	background: #EFEFEF;
	vertical-align: middle;
}

td.dataLeftBottomGray {
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	background: #EFEFEF;
	vertical-align: middle;
}

td.categoryTitle {
	background-color: #E9E9E9;
	color: #000;
	padding: 4px 4px 4px 6px;
	border-top: #b7b7b7 1px solid;
	border-right: #b7b7b7 1px solid;
	border-left: #b7b7b7 1px solid;
	font-weight: bold;
}

td.centerTitle {
	background-color: #666;
	color: #fff;
	padding: 4px 4px 4px 6px;
	border-top: #b7b7b7 1px solid;
	border-right: #b7b7b7 1px solid;
	border-left: #b7b7b7 1px solid;
}

.categoryTitleBottom {
	padding: 4px 4px 4px 6px;
	background-color: #e9e9e9;
	color: #000;
	border-top: #b7b7b7 1px solid;
	border-right: #b7b7b7 1px solid;
	border-left: #b7b7b7 1px solid;
	border-bottom: #b7b7b7 1px solid;
	font-weight: bold;
}

.categoryTitleGray {
	font-weight: bold;
	background-color: #ececec;
	padding: 4px 4px 4px 6px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

.categoryTitleGrayBottom {
	font-weight: bold;
	background-color: #ececec;
	padding: 4px 4px 4px 6px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

td.subject {
	padding: 2px;
	font-weight: normal;
	border-top: #afafaf 1px solid;
	border-right: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	background: #7d7d7d;
	padding-left: 6px;
	color: #FFF;
}

td.infotmationDataBottomLeft {
	padding: 2px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	background: #FFFFFF;
}

td.infotmationData {
	padding: 2px;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFFFFF;
}

td.dataList {
	background: #FFFFFF;
	border-right: #afafaf 1px solid;
	border-top: #afafaf 1px solid;
	border-left: #afafaf 1px solid;
	border-bottom: #afafaf 1px solid;
}

div.contentTitleAbout {
	border-top: #666666 1px dotted;
	font-weight: bold;
	background: url(image/p_01.gif) left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.titleAbout {
	border-top: #666666 1px dotted;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td.contentTitlePanel {
	padding: 3px 3px 3px 3px;
	color: #14A739;
	font-weight: normal;
	background: url(image/top_this.jpg) left top;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 0px;
}

td.informationMember {
	color: #f38400;
	padding: 2px;
	font-weight: bold;
	background: #eeeeee;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

td.addressTitle {
	text-align: center;
	padding: 2px;
	background: #eeeeee;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

td.addressData {
	padding: 2px;
	background: #fff;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

td.addressData a:link {
}

td.addressData a:visited {
}

td.addressData a:hover {
}

td.memberTitle {
	padding: 3px;
	background: url(image/grayTitle.jpg);
	border-right: #afafaf 1px solid;
}

td.memberTitleLeft {
	padding: 3px;
	background: url(image/grayTitle.jpg);
	border-right: #afafaf 1px solid;
	border-left: #B7B7B7 1px solid;
}

td.memberTitleRight {
	padding:3px;
	background: url(image/grayTitle.jpg);
	border-right: #afafaf 1px solid;
}

td.informationMemberRight {
	text-align: center;
	color: #476dba;
	font-weight: bold;
	background: #f1cd90;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

td.search {
	background: #C5E7CF;
}

table.border {
	padding: 0px;
	background-color: #ffffff;
	border: #666 1px solid;
}

.border {
	padding: 0;
	margin: 2px;
	background-color: #ffffff;
	border: #ccc 1px solid;
}

.borderGray {
	padding: 0px;
	background-color: #fdfdfd;
}

.borderOrange {
	padding: 3px;
	margin: 10px 10px 5px 0px;
	background-color: #fff9ec;
	border: orange 1px dotted;
	width: 800px;
}

hr.border {
	padding: 0px;
	margin: 0px 0;
	height: 1px;
	border-color: #666;
	border-style: dotted;
	border-collapse: collapse;
}

td.white {
	background-color: #ffffff
}


table.borderGray {
	padding: 1px;
	background-color: #ffffff;
}
table.borderGray2 {
	padding: 0px;
	background-color: #CCCCCC;
}

table.bgOrange {
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid;
	padding: 1px;
	background-color: #ffe6b3;
}
div.subject { 
	text-align: left;
	float: left;
	color: #000;
	margin-top: 10px;
	border-left: 4px solid #666;
	background-image: url(image/yellowBg.jpg);
	padding: 2px 2px 2px 6px;
	width: 500px;
}

div.left { 
	text-align: left;
	margin-top: 10px;
	float:left;
}

div.right { 
	text-align: right;
	margin-top: 10px;
}

div.download { 
	text-align: right;
	margin-top: 10px;
	}

.font9 {
	line-height: 1.2;
}

.font10 {
	line-height: 1.3;
}

.font11 {
	line-height: 1.3;
}

.font12 {
	line-height: 1.4;
}

.font13 {
	line-height: 1.4;
}

.lang {
}

.lang noscript {
	display: none;
}

td.bgwhite {
	background-color: #fff;
}

.bgwhite {
	background-color: #fff;
}

blockquote {
	margin-left: 10px;
	margin-top: 3px;
}

.red {
	color: #ff0000;
}

.orange {
	color: #fc6103;
}
.yellow {
	color: #ffff33;
}

.red2 {
	color: #ca2600;
	padding-right: 2px;
	padding-left: 2px;
}

.new {
	color: #fff;
	background-color: #cc0033;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 0.8em;
}

.white {
	color: #fff;
}

.font120 {
}

td.lightyellow {
	background-color: #FFFEEC;
}

/* Announcement Start */
table.announcement {
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	margin-bottom: 5px;
	color: #000;
	width: 418px;
}
table.announcement th {
	text-align: left;
	background-color: #ffe8bb;
	padding: 3px;
}
table.announcement th strong {
	font-weight: normal;
	padding-left: 0.5em;
}
table.announcement td {
	background-color: #ffffff;
	color: #333;
	padding: 0px 4px;
}
table.announcement td p {
	margin: 5px 0px;
}
/* Announcement End */

.info div {
	padding-top: 3px;
	padding-bottom: 0px;
	border-bottom: dotted 1px #81C58C
}

.date {
	color: #28147A
}

.paddingLeft {
	padding-left: 10px;
	line-height: 1.4;
}

.paddingLeft5 {
	padding-left: 5px;
}

.event {
	color: #025F72;
}

.orange {
	color: #db5402;
}

.sub1 {
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 4px;
}

.sub2 {
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 4px;
}

div.sub1 div.title {
	background-image: url(image/grayTitle.jpg);
	padding: 3px;
	text-align: center;
}
div.sub2 div.title {
	background-image: url(image/grayTitle.jpg);
	padding: 3px;
	text-align: center;
}
div.sub1 p {
	padding: 6px;
	text-align: left;
	line-height: 1.4;
	margin-top: 0px;
	font-size: 0.9em;
}
.padding {
	padding-top: 4px;
	padding-bottom: 4px;
}
input.searchbutton {
	padding-right: 1px;
	padding-left: 5px;
	background: url(image/search_icon.jpg) #FFF600 no-repeat 2px 1px;
	margin-bottom: 1px ! important;
	margin-top: 1px;
	cursor: pointer;
	padding-top: 1px;
	color: #000000;
}

div#randomImage img {
	border: 1px solid #404040;
}
div#randomImage {
	margin-bottom: 5px;
}
.randomImageBg {
	text-align:left;
	white-space: nowrap;
}
.errorMessage {
	font-weight: bold;
	color: #ff0000;
	background-color: #ffd1d1;
}
.centerDistributeDeposition ul{
	background-image: url(image/informationPageContentBulet.gif) #FFF600 no-repeat;
}

