/*ページのレイアウト用css*/


a{
      color:#000033;

}
a:hover {
	color: #FF0000;/*リンクの文字の上にマウスが来た時この色に変わる*/
background:#ffff00;/*文字の背景に色を付ける*/
}





