/* BODYの設定 */
body { background-color:#ffffff; color:#000000; margin:0 }


/* フォントの設定 */
.txt11a { font-size:11px }
.txt11b { font-size:11px; line-height:130% }
.txt12a { font-size:12px }
.txt12b { font-size:12px; line-height:130% }
.txt13a { font-size:13px }
.txt13b { font-size:13px; line-height:130% }
.txt14a { font-size:14px }
.txt14b { font-size:14px; line-height:130% }
.txt15a { font-size:15px }
.txt15b { font-size:15px; line-height:130% }


/* ラインの設定 */
.line-bottom { border-bottom:solid 1px #666666 }
.line-left   { border-left:solid 1px #666666 }
.line-right  { border-right:solid 1px #666666 }
.line-top    { border-top:solid 1px #666666 }


/* 影の設定 */
.line-shadow-corner { background-image:url('../img/line-fin.gif'); width:10px; height:10px; background-repeat:no-repeat }
.line-shadow-right  { background-image:url('../img/line-right.gif'); width:10px }
.line-shadow-bottom { background-image:url('../img/line-bottom.gif'); height:10px }
