@charset "utf-8";


/* ================ font-color ================ */

body{
color:#000000;
}

a {
color:#004488;
text-decoration:none;
}
a:hover{
color:#004488;
text-decoration:underline;
}
a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
}
a.noact:hover img{
opacity:1;
filter: -;
}
#main a:visited {
color:#6699AA;
}

.fcg {
color:#666;
}

/* ================= font-size ================= */


/* ----- if default size == 12px ----- */

body {
font-size:88%;
}
.fs20 {
font-size:167%;
}
.fs17 {
font-size:121%;
}
.fs16 {
font-size:114%;
}
.fs15 {
font-size:107%;
}
.fs14 {
font-size:88%;
}
.fs13 {
font-size:92%;
}
#side ul.local_nav li ul.link_arw li a,
.footer .inner,
#side ul.local_nav li ul.open li a,
#contents h1.breadcrumb,
p.breadcrumb,
p.bcfooter,
.fs12 {
font-size:85%;
}
.fs11 {
font-size:78%;
}
.fs10 {
font-size:71%;
}
.fs9 {
font-size:64%;
}
.fs100per {font-size:100%!important;}

