/* 基本設定 */
body,td,th { font-family: ＭＳ Ｐゴシック, Osaka; font-size: 12px; color: #333333; line-height: 140%;}
body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}

/* 基本のリンク */
a:link { color: #00CC99; text-decoration: underline;}
a:visited { text-decoration: underline; color: #00CC99;}
a:hover { text-decoration: none; color: #FFCC00;}
a:active { text-decoration: underline;}

/* 文字の大きさ */
.styless { font-size: 9px; line-height: 140%;}
.styles { font-size: 10px; line-height: 140%;}
.stylel {font-size: 14px; line-height: 140%;}
.stylell {font-size: 16px; line-height: 140%;}

/* 文字の大きさ% */
.style08 { font-size: 80%; line-height: 140%;}
.style010 { font-size: 100%; line-height: 140%;}
.style011 {font-size: 110%; line-height: 140%;}
.style012 {font-size: 120%; line-height: 140%;}
.style014 {font-size: 140%; line-height: 160%;}

/* 文字の色 */
.red { color: #FF0000;}
.green { color: #009900;}
.orange { color: #FF9900;}

/* 見出しの太字 */
.h1 { color: #009900; font-size: 140%; line-height: 160%; font-weight: bold; font-family:"ＭＳ Ｐゴシック", Osaka}
.h2 { color: #009900; font-size: 120%; line-height: 140%; font-weight: bold; font-family:"ＭＳ Ｐゴシック", Osaka}
.h3 { color: #009900; font-size: 100%; line-height: 140%; font-weight: bold; font-family:"ＭＳ Ｐゴシック", Osaka}

/* フッター */
.footer { font-size: 10px; color: #FFFFFF; font-family: "ＭＳ Ｐゴシック", Osaka; line-height: 120%;}
.footertable { background-color: #009966;}

/* トップページ表 */
.table01 { border: 1px solid #009966; background-color:#FFFF99;}
/* トップページ表・通常のセル */
.td01 { border-bottom: 1px solid #009966; border-right:  1px solid #009966;}
/* トップページ表・通常のセル右端・下の線だけ */
.td01right { border-bottom: 1px solid #009966;}
/* トップページ表・一番下のセル・右端以外・右の線だけ */
.td01bottom { border-right: 1px solid #009966;}
