/*スタイルシート*/
/*<link rel="stylesheet" type="text/css" href="../kuro.css">*/
/*tag.class{style要素}*/
/*<a href="./(リンク先)" class="(クラス名)"></a>*/

/*背景・文字色の指定*/
body{background:black;color:white}

/*仕切り線の指定*/
hr{color:green;width:80%}
hr.table{color:gray;width:80%}

/*画像関係の指定*/
img{border:0px}

/*リンクの指定*/
/*一般*/
a:link{color:lightgreen}
a:hover{color:yellow}
a:active{color:yellow}
a:visited{color:lightgreen}
/*ENTER*/
a.enter:link{color:red}
a.enter:visited{color:red}
/*リンクを目立たないようにする*/
a.slink:link{color:white}
a.slink:visited{color:white}
a.slink:hover{color:lightgreen}
a.slink:active{color:yellow}
a.slink{text-decoration:none}
/*文字列に隠す*/
a.moji:link{color:white}
a.moji:visited{color:white}
a.moji:hover{color:white}
a.moji:active{color:white}
a.moji{text-decoration:none}

/*文字*/
/*タイトル*/
p.title1{color:yellow;font-size:3.0em;font-weight:bold}
div.title1{color:yellow;font-size:3.0em;font-weight:bold}
/*タイトル（ルビ）*/
p.title2{font-size:1.5em;font-weight:bold}
div.title2{font-size:1.5em;font-weight:bold}
/*タイトル（下の文字）*/
div.title0{color:yellow;font-size:0.8em;font-weight:bold}
/*ページ見出し*/
//p.t1{font-size:1.5em;font-weight:bold}
p.t1{font-size:1.5em;font-weight:bold}
/*中見出し*/
p.t2{font-weight:bold;text-decoration:underline}

/*firefoxに迎合してみる*/
/*成形文字の大きさを合わせる*/
pre{font-size:0.8em}

