/* CSS Document */

/*シルファインタイプのテーブル*/
table.bg2{
background-image:url(images/silfine-n_back.gif);
background-repeat:no-repeat;
background-position:right top;
width:100%;
border:0px;
cellpadding:0px;
cellspacing:0;
}

/*テーブル*/
table.bg4{
background-image:url(images/bg.gif);
background-repeat:no-repeat;
background-position:right 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:18px;
color:#08225A;
line-height:18pt;
letter-spacing:1pt;
}