
/* bodyタグ */
body { background-color: #ffffff }			/* 背景色 */

/* トップページ(簡易・詳細)メッセージ部 */
.message { background-color: #73c873 }			/* 背景色 */

/* メッセージ部 リンク文字列色 */
.discription a { text-decoration: underline; }
.discription a:link { color: #0000ff;}

/* innerフレーム */
body.inner_img  {
	background-image : url("http://210.166.36.74/GlobalFinder/images/logo2.gif");
	background-attachment: fixed;
	background-position:right bottom;
	background-repeat: no-repeat;
}


/* メイン部 */
.main {background-color: #d2e690 }			/* 背景色 */
.discription { color : white }				/* DB説明文 文字色 */

/* 結果表示部 */
.results { background-color : #e9f3c8 }			/* 背景色 */
.table { background-color : #d2e690 }			/* テーブル色 */

/* DB名 */
.dbname { color: #A08585; }

/* DB説明文 */
.dbinfo { color: #488766; }

/* ページ移動リンク */
.chpage { color: red;}
.chpage a { text-decoration: underline; }

.class10-12  { font-size: 10px; line-height: 12px }

.class12-14  { font-size: 12px; line-height: 14px }

/* リンク文字色 */
a { text-decoration: none }
a:link { color: #0000cd; }

/*a:hover { color: #A08585; text-decoration: underline }*/
a:hover { color:  #ff8c00 ; text-decoration: underline }

td  { font-size: 12px; line-height: 16px }
