.txt12 {  font-size: 12px; line-height: 16px}
.txt10 {  font-size: 10px; line-height: 14px}
a:hover {  color: #FF0000}
.txt14 {  font-size: 14px}

table.list_notes th,
table.list_notes td {
font-size:12px;
line-height:16px;
text-align:left;
font-weight:normal;
vertical-align:top;
padding:2px;
}

table.list_notes th {
padding-right:5px;
white-space:nowrap;
}


sup {
font-size:85%;
}
/* [sup] for firefox */
*>/**/ sup {
vertical-align: text-top;
line-height: 70%;
font-size: 70%;
}


/* まとめてfont指定 */
.block td {
font-size:12px;
line-height:16px;
}



/* 点線 */
p.dotline {
margin:0;
padding:15px 0 10px 0;
}



/* 上下移動用ボタン */
a.btn_next {
display:block;
background-image:url(images/next.gif);
background-repeat:no-repeat;
background-position:right;
height:19px;
text-indent:-9999px;
}

a.btn_next:hover {
background-image:url(images/nextb.gif);
}

a.btn_up {
display:block;
background-image:url(images/up.gif);
background-repeat:no-repeat;
background-position:right;
height:19px;
text-indent:-9999px;
}

a.btn_up:hover {
background-image:url(images/upb.gif);
}