/* CSS Document */

/*テーブル*/
table.bg{
background-image:url(images/bg.gif);
background-repeat:no-repeat;
background-position:right top;
width:100%;
border:0px;
cellpadding:0px;
cellspacing:0;
}


td.bg2{
background-image:url(images/kzu1.gif);
background-repeat:no-repeat;
background-position:left top;
width:100%;
border:0px;
cellpadding:0px;
cellspacing:0;
}


/*普通の文章*/
.txt1{
font-size:12px;
color:#333333;
line-height:15pt;
letter-spacing:1pt;
}




/*小さい文字*/
.txt2{
font-size:11px;
color:#333333;
line-height:10pt;
letter-spacing:1pt;
}



/*普通の文章〜行間大きめ〜*/
.txt3{
font-size:12px;
color:#333333;
line-height:18pt;
letter-spacing:1pt;
}

/*青タイトル*/
.txt4{
font-size:17px;
color:#333333;
font-weight:bold;
line-height:30pt;
letter-spacing:1pt;
}