body {margin: 0;line-height:166%;}
body,td,th,p {font-family: "ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;font-size:12pt;color:#444444;line-height:166%;}


h1{font-size:16pt;color:#333333;}
h2{font-size:16pt;color:#808080;line-height:166%;}
h3{font-size:14pt;color:#808080;}
h3{font-size:12pt;color:#808080;line-height:166%;}
h4{font-size:10pt;color:#808080;line-height:166%;}
h5{font-size:8pt;color:#808080;line-height:166%;}

.ft-title{font-weight:bolder;font-size:16pt;color:#808080;}
.little{font-size:10pt;}

/* ボタンの表示状態
--------------------*/
/*カレント*/
#small {
margin: 0 auto;
width:25px;
height:25px;
float:left;
}


#normal {
margin: 0 auto;
width:25px;
height:25px;
float:left;
}

#big {
margin: 0 auto;
width:25px;
height:25px;
float:right;
}

#n_b {
margin: 0 auto;
width:50px;
height:25px;
float:right;
}

#small a {
background-image: url('../topimg/small_off.gif');
background-repeat: no-repeat;
background-position: left top;
height: 25px;
width: 25px;
display:inline-block;
}

#normal a {
background-image: url('../topimg/normal_on.gif');
background-repeat: no-repeat;
background-position: left top;
height: 25px;
width: 25px;
display:inline-block;
}

#big a {
background-image: url('../topimg/big_off.gif');
background-repeat: no-repeat;
background-position: left top;
height: 25px;
width: 25px;
display:inline-block;
}


/*カレント*/
#small a:hover {
background-image: url('../topimg/small_hover.gif');
display:inline-block;
}

#normal a:hover {
background-image: url('../topimg/normal_hover.gif');
display:inline-block;
}

#big a:hover {
background-image: url('../topimg/big_hover.gif');
display:inline-block;
}

