/*----------------------------------------------------------------------------*/
/* 文字コード */
@charset 'EUC-JP';
/*----------------------------------------------------------------------------*/
/* 印　刷 */
@page {size : 20cm 28.5cm; margin : 0.5cm;}
/*----------------------------------------------------------------------------*/
/* メイン */
html {
 height: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
body {
 height: 100%;
 margin: 0px;
}
table {
 empty-cells: show;
}
dl,ul {
 margin-top: 0px;margin-bottom: 0px;
 padding-top: 0px;padding-bottom: 0px;
}
/*----------------------------------------------------------------------------*/
/* フォームオブジェクト */
form {
 margin: 0px;
 padding: 0px;
 font-family: 'ＭＳ ゴシック','Osaka−等幅',monospace;
}
input,select,textarea {
 margin: 0px;
 letter-spacing: 1px;
 font-family: 'ＭＳ ゴシック','Osaka−等幅',monospace;
}
.bigform {
 margin: 0px;
 letter-spacing: 1px;
 font-family: 'ＭＳ ゴシック','Osaka−等幅',monospace;
}
/*----------------------------------------------------------------------------*/
a,a:link{
 text-decoration: none;
 color: #0000FF;
}
a:visited{
 text-decoration: none;
 color: #800080;
}
a:focus,a:hover,a:active{
 text-decoration: underline;
 color: #FF0000;
}
/*----------------------------------------------------------------------------*/
a.reverse{color: #FFFFFF;}
a.reverse:link{
 text-decoration: none;
 color: #FFFFFF;
}
a.reverse:visited{
 text-decoration: none;
 color: #EEEEEE;
}
a.reverse:focus,a.reverse:hover,a.reverse:active{
 text-decoration: underline;
 color: #FF0000;
}
/*----------------------------------------------------------------------------*/
/*フォントサイズ<small>*/
small{font-size : 10px;}
/*フォントサイズ<big>*/
big{font-size : 16px;}
/*----------------------------------------------------------------------------*/
/*フォントサイズ10px*/
.f10{font-size : 10px;}
.f10l125{font-size : 10px;line-height : 125%;}
.f10l150{font-size : 10px;line-height : 150%;}
/*フォントサイズ12px*/
.f12{font-size : 12px;}
.f12l125{font-size : 12px;line-height : 125%;}
.f12l150{font-size : 12px;line-height : 150%;}
/*フォントサイズ14px*/
.f14{font-size : 14px;}
.f14l125{font-size : 14px;line-height : 125%;}
.f14l150{font-size : 14px;line-height : 150%;}
/*フォントサイズ16px*/
.f16{font-size : 16px;}
.f16l125{font-size : 16px;line-height : 125%;}
.f16l150{font-size : 16px;line-height : 150%;}
/*フォントサイズ18px*/
.f18{font-size : 18px;}
.f18l125{font-size : 18px;line-height : 125%;}
.f18l150{font-size : 18px;line-height : 150%;}
/*----------------------------------------------------------------------------*/
/*行間125%*/
.l125{line-height : 125%;}
/*行間150%*/
.l150{line-height : 150%;}
/*行間175%*/
.l175{line-height : 175%;}
/*行間200%*/
.l200{line-height : 200%;}
/*----------------------------------------------------------------------------*/
/* 書　体 */
.sans-serif-arial {font-family: Arial,Helvetica,sans-serif}
.sans-serif-osaka {font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3',sans-serif}
.monospace-osaka {font-family: 'ＭＳ ゴシック','Osaka−等幅',monospace}
.serif-times {font-family: 'Times New Roman',Times,serif}
.serif-minchou {font-family: 'ＭＳ Ｐ明朝',平成明朝,'ヒラギノ明朝 Pro W3',serif}
.fantasy-courier {font-family: 'Courier New',Courier,'ヒラギノ丸ゴ Pro W4',fantasy}
.fantasy-impact {font-family: Impact,Chicago,'ヒラギノ丸ゴ Pro W4',fantasy}
.fantasy-comic {font-family: 'Comic Sans MS',Geneva,'ヒラギノ丸ゴ Pro W4',fantasy}
/*----------------------------------------------------------------------------*/

 

