//スタイル宣言用(テスト中)

body.white { background-color: #ccccff}

//----------------------------------------------------------------------------------------------------------------------------------------------------//
//テーブル設定
td.title_name_color { background-color: #c0c0c0; color : #000000}
td.maintxt_color { background-color: #f0f0f0; color : #000000}

table.line_dotte { background-color: #ffffff; border: dotted 2px #000000; }
table.line_double { background-color: #ffffff; border: double 6px #000000; }
table.line_inset { background-color: #ffffff; border: inset 6px #000000; }
table.line_groove { background-color: #ffffff; border: groove 6px #000000; }
table.def { background-color: #ffffff; border: 0}

//----------------------------------------------------------------------------------------------------------------------------------------------------//
//スクロールバー
body.scrollbar [face-color: PowderBlue; highlight-color: White; shadow-color: #709096; 3dlight-color: #ddddf0; darkshadow-color: #ddddff; track-color: #e0e0ef; arrow-color: #f0ffdc]

//----------------------------------------------------------------------------------------------------------------------------------------------------//
//フォントサイズ指定
font.n1 {font-size: 1pt; line-height: 1pt;}
font.n4 {font-size: 4pt; line-height: 4pt;}
font.n7 {font-size: 7pt; line-height: 7pt;}
font.n10 {font-size: 10pt; line-height: 10pt;}
font.n11 {font-size: 11pt; line-height: 11pt;}
font.n14 {font-size: 14pt; line-height: 14pt;}
font.n16 {font-size: 16pt; line-height: 16pt;}
font.n20 {font-size: 20pt; line-height: 20pt;}
font.n24 {font-size: 24pt; line-height: 24pt;}

//フォントスタイル指定
font.o1 {font-size: 1pt; line-height: 1pt; font-style: oblique}
font.o4 {font-size: 4pt; line-height: 4pt; font-style: oblique}
font.o7 {font-size: 7pt; line-height: 7pt; font-style: oblique}
font.o10 {font-size: 10pt; line-height: 10pt; font-style: oblique}
font.o11 {font-size: 11pt; line-height: 11pt; font-style: oblique}
font.o14 {font-size: 14pt; line-height: 14pt; font-style: oblique}
font.o16 {font-size: 16pt; line-height: 16pt; font-style: oblique}
font.o20 {font-size: 20pt; line-height: 20pt; font-style: oblique}
font.o24 {font-size: 24pt; line-height: 24pt; font-style: oblique}
//----------------------------------------------------------------------------------------------------------------------------------------------------//