/* Ｎ◎ＶＡ　プレプレスタイルシート */
/* body{
 background-image : url(./basebg.jpg);
 background : black;
 color : white;
}
*/

/* ハンドアウトテーブル */
table.handout{
 border-style :  double none;
 border-width : 3px;
}

td.handout{
 border-style :  dashed none;
 border-width : 1px;
}

/* 見出し */
.topix1{
border-style : none none solid solid;
border-width : 0px 0px 1px 10px;
border-color  : ff0066;
 font-size : large;
 font-weight : bold;
 color : white;
}

.topix2{
border-style : none none solid solid;
border-width : 0px 0px 1px 6px;
border-color  : ff3399;
 font-size : large;
 font-weight : bold;
 color : white;
}

/* コネ */
font.connection{
 font-weight : bold
}

/* スタイル名テーブル */
font.novastyle{
 background : white;
 color : black;
 font-size : large;
font-weight : bold;
}

/* リンク */
a:link{
 font-size   : learge;
 font-weight : bold;
 color : white;
}

a:visited{
 font-size   : learge;
 font-weight : bold;
 color : white;
}

a:hover{
 font-size   : learge;
 font-weight : bold;
 font-style  : italic;
 color : white;
}

/* 必要な設定 */
.traror{
 text-align : right;
 font-style : italic;
}

/* ゲスト台詞 */
font.words{
 font-style : italic;
}

/* ゲストデータ */
font.guestdata{
 font-weight : bold;
}

p.notice{
 font-size : x-small;
}