/*リンクする前、リンク先にマウスが乗った時、移動時、リンクした後の文字の表示*/
a {
  text-decoration:none;
}
a:link{
  color:red;
  text-decoration:underline;
}
a:visited{
  color:deeppink;
  text-decoration:underline;
}
a:hover{
  background-color:white;
  color:blue;
  text-decoration:underline;
}
a:active{
  color:limegreen;
  text-decoration:underline;
}


/* 背景色、文字色の設定 */
body{
  color:black;
  background-image : url(../../../img/blue_p2b.gif);
}

/*フレームと各テーブル*/
BODY {
	scrollbar-face-color: orange;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: orange;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: blue;
	scrollbar-track-color: white;
	line-height: 120%;
	monospace:'ＭＳ ゴシック','ＭＳ　Ｐ明朝';
}



/* 見出しのテーブルの設定 */
table.midashi{
  width:60%;
}

/* 見出しのテーブル（セル）の設定 */
td.pro{
  border-color:orange;
  background-color:floralwhite;
  text-align:center;
}

/* 見出し１の設定 */
h1{
  margin-bottom:0em;
  color:tomato;
}

/*水平線の設定	*/
hr{
  color:deeppink;
}


div.k{
background-color:#FFF99D;
}
