/*system*/
a:link{
color:#0000a0;
text-decoration:underline;
}

a:visited{
color:#0000a0;
text-decoration:underline;
}

a:hover{
color:#ff00a0;
text-decoration:none;
position:relative;
left:1px;
top:1px;
}

/*font*/
td{
font-size:12px;
font-family: 'MS Pゴシック', osaka
line-height:110%
}

font.size2 { font-size:10px }
font.size3 { font-size:12px }
font.size4 { font-size:14px }
font.size5 { font-size:23px }
font.size6 { font-size:28px }
font.size7 { font-size:41px }

/* 枠付きタイトル文字（両サイド太） */
.titleborder {
width: 200px;
color: #006000;
font: bold 150% Arial,'ＭＳ ゴシック';
border-top: 1px solid #ff9900;
border-bottom: 1px solid #ff9900;
border-left: 8px solid #ff9900;
border-right: 8px solid #ff9900;



