body {
       margin: 0px 0px 0px 0px ;
       background-color: #FFFFFF;
       background-image: url("images/bg.gif");
       background-repeat:repeat-y;
       }

a:link { color: #003399;}
a:visited { color: #003399;}
a:active { color: #ff0000;}
a:hover  { color: #ff0000;}

/*テキスト--------------------*/
.bodytxt { font-size: small; line-height: 130%;}
.bodytxt_b { font-size: small; line-height: 130%; font-weight: bold;}
.bodytxt_s { font-size: medium; line-height: 130%; }
.bodytxt_sb { font-size: medium; line-height: 130%; font-weight: bold;}

td.padding { padding-left:25;}

/*ヘッタ--------------------*/
td.bgheader { background-color: #55ADF4;}
td.headerline { background-color: #80B6F2;}

/*第二階層タイトル--------------------*/
.bg2ndtitle { background-image: url("images/bg_2ndtitle.jpg"); background-repeat:no-repeat;}

