body {font-size : 20pt;}
font {font-size : 10pt;}
A:link 		{COLOR: #0000ff; TEXT-DECORATION: none}
A:visited 	{COLOR: #0000ff; TEXT-DECORATION: none}
A:hover 	{COLOR: #ff0000; TEXT-DECORATION: underline}
A:active 	{COLOR: #ff0000; TEXT-DECORATION: underline}
.title00	{font-size : 16pt;line-height: 250%; width:100%; filter:Shadow(color=gray,direction=135);}
.title01	{font-size : 12pt;}
.Class01	{font-size : 12pt;}
.Class01B	{font-size : 12pt;font-weight : bold}
.Class02	{font-size : 24pt;}
.ClassCAP	{font-size : 12pt;COLOR: #0000ff;}
.sch		{font-size : 12pt;COLOR: #ff0000; TEXT-DECORATION: none;font-weight : bold}
.htl		{font-size : 12pt;COLOR: #000000; TEXT-DECORATION: none;font-weight : bold}
.ex_bt{
    width: 130px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #68779a;
    background: #8ba8ff;
    cursor: pointer;
    font-size: 150%;
    border-radius: 10px; /* 半径10pxで角を丸く */
}
.ex_bt_no{
    width: 130px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #68779a;
    background: #eeeeee;
    cursor: pointer;
    font-size: 150%;
    border-radius: 10px; /* 半径10pxで角を丸く */
}
.ex_bt_i{
    width: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #68779a;
    background: #8ba8ff;
    cursor: pointer;
    font-size: 120%;
    border-radius: 10px; /* 半径10pxで角を丸く */
}