@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body,td {
font-size : 12px
}
A:link      { color : #6666cc ; text-decoration : none }
A:visited  { color : #6666cc ; text-decoration : none }
A:active   { color : #6666cc ; text-decoration : none }
A:hover    { color : #3399ff ; text-decoration : underline }

a.menu1:link      { color : #00ff99 ; text-decoration : none }
a.menu1:visited  { color : #00ff99 ; text-decoration : none }
a.menu1:active   { color : #00ff99 ; text-decoration : none }
a.menu1:hover 　{ color : #ff33ff ; text-decoration : underline }

a.menu2:link      { color : #ffff00 ; text-decoration : none }
a.menu2:visited  { color : #ffff00 ; text-decoration : none }
a.menu2:active   { color : #ffff00 ; text-decoration : none }
a.menu2:hover 　{ color : #00ffff ; text-decoration : underline }

a.menu3:link      { color : #33ff99 ; text-decoration : none }
a.menu3:visited  { color : #33ff99 ; text-decoration : none }
a.menu3:active   { color : #33ff99 ; text-decoration : none }
a.menu3:hover 　{ color : #ffcc00 ; text-decoration : underline }

a.menu4:link      { color : #6666cc ; text-decoration : none }
a.menu4:visited  { color : #6666cc ; text-decoration : none }
a.menu4:active   { color : #6666cc ; text-decoration : none }
a.menu4:hover 　{ color : #ffcc00 ; text-decoration : underline }

a.menu5:link      { color : #ff0099 ; text-decoration : none }
a.menu5:visited  { color : #ff0099 ; text-decoration : none }
a.menu5:active   { color : #ff0099 ; text-decoration : none }
a.menu5:hover 　{ color : #009900 ; text-decoration : underline }


/* フォント
---------------------------------------------------- */
.f1 { color : #ffffff ; font-size : 18px ; font-weight : bold }
.f2 { color : #ffffff ; font-size : 12px }
.f3 { color : #ff0000 ; font-size : 18px ; font-weight : bold }
.f4 { color : #ff0000 ; font-size : 12px }
.f5 { font-size : 18px }
.f6 { color : #ffffff ; font-size : 14px ; font-weight : bold }

/* 行の高さ
---------------------------------------------------- */
.lh1 { line-height : 1.3 }
.lh2 { line-height : 1.8 }

/* 位置
---------------------------------------------------- */
#po1 { 
right : 0 ;
bottom : 0
}