/*----------*/
/*本文文字組*/
/*----------*/
body {
color:#666666;
font-family:MS UI Gothic;
/*color:#5044a4; */
}
td {
line-height:120%;
}
/*--------------*/
/*ヘッダーサイズ*/
/*--------------*/
h2 {
font-size:15pt;
color:#554422;
}
h3 {
font-size:13pt;
text-decoration:underline;
color:#554422;
}
/*----------*/
/*リンク関連*/
/*----------*/
a:link {
font-size: 100%;
text-decoration:underline;
color:#6666cc ; /*未訪問リンク */
}
a:visited {
font-size: 100%;
text-decoration:underline;
color:#aa33ff ;/*訪問済みリンク */
}
a:active {
font-size: 100%;
text-decoration:underline;
color:#cc66ff ; /*クリックしたとき */
}
a:hover {
font-size: 110%;
font-weight: 600;
text-decoration:none;
color:#666666 ;/*マウスが乗ったとき */
}
/*----------*/
/*強調など*/
/*----------*/
b {
font-size: 120%; /*太字のフォントサイズ*/
}
/* td {font-size: 11pt; /*枠内のフォントサイズ*/} */

/*<SPAN>〜</SPAN>のフォントサイズ*/
span {
font-size: 40%; 
}
