/* bodyの設定 */
body{
background-color:white;	/* 背景色 */
margin:0% 0% 0% 4%;	/* マージン（上右下左） */
font-size:12pt;		/* フォントサイズ */
}

/* ---リンクテキストの色--- */
	/* 通常リンク */
A:link,hr{
color:#5151ff;		/* ←水平線の色も */
text-decoration:underline;
}

	/* 既リンク */
A:visited{
	color:#34319d;
	text-decoration:underline;
}
	/* アクティブリンク */
A.active{
	color:red;
	background:whitesomke;
	text-decoration:underline;
}

	/* マウスカーソルリンク */
A:hover{
	color:#b9c9ff;
	text-decoration:none;
}

/* h1フォントサイズ */
h1{font-size:300pt;color:#5151ff;}

/* h2フォントサイズ */
h2{
font-size:30pt;
color:#5151ff;
width:100%; filter:Shadow(color=#b9c9ff)
}

/* 枠の色 */
td.waku{
background-color:#5151ff;
}

