body{
width:650px;
margin-top: 0px;
margin-left:auto;
margin-right:auto;
}


/*---見出し設定---*/
h1,h2,h3,h4,h5{
margin:0;
padding:0;
}

/*---ページ枠---*/
.page{
border:solid 1px #003377;
}

/*---テキスト---*/
.fsize1{
font-size : 1em;
}

.fsize2{
font-size : 0.7em;
}

.fsize3{
font-size:0.8em;
line-height:1.3em;
margin-top:0;
margin-bottom:10px;
}

.fsize4{
font-size : 1.3em;
}

.fsize5{
font-size : 0.8em;
}

.fsize6{
font-size : 1.5em;
}

p.font_s{
font-size:0.8em;
}

p.font_l{
font-size:0.8em;
line-height:1.3em;
margin-top:0;
margin-bottom:10px;
}

/*---テキストカラー---*/
.fc_w{
color:#ffffff;
}

.fc_b{
color:#000000;
}


/*---ロールオーバー---*/
a:hover{
color:#ffffff;
}

/*---フッター---*/
.footer{
border-top:solid 5px #003366;
border-bottom:solid 25px #003366;
}

.office p{
text-align:left;
margin-left:15px;
margin-top:5px;
color:#003366;
}

.office a{
color:#003366;
text-decoration:none;
}


/*---テキストリンク---*/
.t_link{
text-align:center;
}

.t_link p{
color:#0f6eda;
}
.t_link a{
color:#0f6eda;
text-decoration:none;
}

/*---リンクページ---*/
.l_link P{
margin-left : 50px;
}

.l_link a{
color:#003366;
text-decoration:none;
}

/*---テキストリンク2---*/
.t2_link a{
color:#003366;
text-decoration:none;
}

/*---テキスト2---*/
.font_n{
font-size : 0.8em;

}

/*---テーブルレイアウト---*/
.tl_fixed{
table-layout:fixed;
width:500px;
border:1px solid blue;
background-color:#4169e1;
}

.tl_fixed td{
border:1px blue
}

.tl_fixed th{
border:1px blue
}

/*---リスト---*/
.lst_disk{list-style-type : disk;}
.lst_square{list-style-type : square;}
.lst_circle{list-style-type : circle;}
.lst_decimal{list-style-type : decimal;}