/*�����N����O�A�����N��Ƀ}�E�X����������A�ړ����A�����N������̕����̕\��*/
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;
}


/* �w�i�F�A�����F�̐ݒ� */
body{
  color:black;
  background-image : url(blue_p2b.gif);
}

/*�t���[���Ɗe�e�[�u��*/
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:'�l�r �S�V�b�N','�l�r�@�o����';
}



/* ���o���̃e�[�u���̐ݒ� */
table.midashi{
  width:60%;
}

/* ���o���̃e�[�u���i�Z���j�̐ݒ� */
td.pro{
  border-color:orange;
  background-color:floralwhite;
  text-align:center;
}

/* ���o���P�̐ݒ� */
h1{
  margin-bottom:0em;
  color:tomato;
}

/*�������̐ݒ�	*/
hr{
  color:deeppink;
}


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