/* ALL */
*{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-serif;
}

/* textarea */
input, textarea{
	font-size: 10pt;
}

/* タイトル部分リンク文字列 */
.title_str{
	color: white; 
	font-size: 10pt;
	text-decoration: none;
}

/* サブタイトル文字列 */
.sub_title_str{
	color: #191970; /* 紺 */
	font-weight: bold;
	font-size: 14pt;
}

/* サブコンテンツ文字列 */
.sub_cont_str{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

/* サブコンテンツ文字列２ */
.sub_cont_str2{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

/* サブタイトル文字列２ */
.sub_title_str2{
	color: #301AD9; /* 明るい青紫 */
	font-weight: bold;
	font-size: 12pt;
}

/* サブタイトル文字列３ */
.sub_title_str3{
        color: #301AD9; /* 明るい青紫 */
        font-weight: bold;
        /* font-size: 8pt; */
        font-size: 9pt;
}

/* Main Title*/
.main_title{
	color: #191970; /* 紺 */
	font-weight: bold;
	font-size: 12pt;
}

/* select box for species */
.sel_box_sp{
	width: 110px;
}

/* select box for class */
.sel_box_class{
	width: 150px;
}

/* news内 日付文字列 */
.news_date_str{
	color: #000000;
	/* font-size: 10pt; */
	font-size: 9pt;
	font-weight: bold;
}

/* news内 文字列 */
.news_str{
	color: #000000;
	font-size: 9pt;
	/* font-weight: bold; */
}

/* what is g-compass内 文字列 */
.what_str{
	color: #000000;
	font-size: 9pt;
	/* font-weight: bold; */
}

/* news内 スクロール設定 */
.news_scroll{
	width: 425px;
	height: 100px;
	overflow-y:scroll;
}

/* what is g-compass内 スクロール設定 */
.what_scroll{
	width: 425px;
	height: 170px;
	overflow-y:scroll;
}

/* エラー文 表示文字列 */
.error_str{
	color: #FF0000;
	font-size: 14pt;
	font-weight: bold;
}



/* 2009.09.16 add start */

/* select box for search */
.sel_box_srch{
	width: 220px;
}

.sel_box_sort{
	width: 160px;
}
p   {
     float:left;
     margin:0px;
     display:block;
     width:100px;
     margin-top:5px;
     color: #191970; /* 紺 */
	 font-weight: bold;
	 font-size: 14pt;
    }

li  {float:left;display:block;}

.on  {
      background-color:#FFFFFF;
      border-top:solid 3px #0000FF;
      border-bottom:solid 1px #FFFFFF;
      border-left:solid 1px #808080;
      border-right:solid 1px #808080;

      width:100px;
      height:26px;
      margin-right:5px;
      text-align:center;
     }

.off {
      background-color:#F5F5F5;
      border-top:solid 3px #808080;
      border-bottom:solid 1px #F5F5F5;
      border-left:solid 1px #808080;
      border-right:solid 1px #808080;

      width:100px;
      height:26px;
      margin-right:5px;
      text-align:center;
     }

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#000000;}
.on a:visited {color:#000000;}
.on a:hover   {color:#ff0000;}

.off a         {
                text-decoration:underline;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

ul  {margin:0px;}

/* 検索画面の各生物種色設定 */
.Human {
	color: #CC0000; text-decoration: none;
}
/*---chimpanzee---*/
.Chimpanzee {
	color: #CD853F; text-decoration: none;
}
/*---rhesus---*/
.Macaque {
	color: #8B4513; text-decoration: none;
}
/*---mouse---*/
.Mouse {
	color: #696969; text-decoration: none;
}
/*---rat---*/
.Rat {
	color: #FA8072; text-decoration: none;
}
/*---dog---*/
.Dog {
	color: #EEBB00; text-decoration: none;
}
/*---horse---*/
.Horse {
	color: #008500; text-decoration: none;
}
/*---cow---*/
.Cow {
	color: #99CC00; text-decoration: none;
}
/*---opossum---*/
.Opossum {
	color: #F32AA6; text-decoration: none;
}
/*---chicken---*/
.Chicken {
	color: #AA77DD; text-decoration: none;
}
/*---zebrafish---*/
.Zebrafish {
	color: #77AAAA; text-decoration: none;
}
/*---medaka---*/
.Medaka {
	color: #6760FF; text-decoration: none;
}
/*---tetraodon---*/
.Tetraodon {
	color: #3366FF; text-decoration: none;
}
/*---no data---*/
.no_data {
        color: #AAAAAA; text-decoration: none;
}
/*---gene symbol, definition--*/
.word {
    color: #191970; text-decoration: none;
}

.srch_cnt {
	background-color:#F5F5F5;
	border-right: outset 1px;
	
}

.srch_loading {
	position:relative;
	text-align:center;
	font-size:50px;
	width:1005;
	top:40px;
}

/* 検索キーワード文字色変更 */
/* ヒト */
.hit_color {
	color: #FF0000; text-decoration: none;
}
/* 他生物 */
.hit_color_2 {
	color: #FF0000; text-decoration: none;
	font-size: 8pt;
	text-align: left;
}

/* 遺伝子検索Acc#(有る場合) */
.acc_num {
	font-size: 8pt;
	text-align: left;
}

/* 遺伝子検索Acc#(無い場合) */
.no_acc {
	font-size: 8pt;
	text-align: left;
	color: #AAAAAA; text-decoration: none;
}

/* ゲノム保存領域検索 */
.sel_box_srch_genome{
	width: 160px;
}
/* 2009.09.16 add end */

