<!---------------------------------------------------------------------------------->
<!-- IE専用です。																---->
<!---------------------------------------------------------------------------------->

<!--------------------------------->
<!--- ドキュメント全体での設定  --->
<!--------------------------------->
BODY {	background:white; color:black; font-family:Arial;}

<!--------------------------------->
<!---- リンク関連の設定         --->
<!---- 未訪問/訪問済み->白  Clickされたとき->赤  アンダーライン無し  --->
<!--------------------------------->
A:link {color:white;text-decoration:nounderline;}
A:visited {color:white;text-decoration:nounderline}
A:active {color:red;text-decoration:nounderline;}

<!--------------------------------->
<!--- 見出し関連の設定         ---->
<!--------------------------------->
H1{font-family:Arial;font-size:3em;}
H2{font-family:Arial;font-size:2em;}
H2{font-family:Arial;font-size:1em;}

<!--------------------------------->
<!-- Listスタイルの設定	        --->
<!--------------------------------->
UL.number{list-style-type:decimal;}
UL.roman{list-style-type:lower-roman;}

div.title{font-family:Arial;font-size:2em;font-weight:bold;}
div.subtitle{font-family:Arial;font-size:1em;font-weight:bold;}

