@charset "utf-8";

body {
 color: #666666;
 background: #666666;
 background-image: url(../images/global/background.jpg);
 background-position: center top;
 background-repeat: no-repeat;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

a {
 color: #666666;
 background: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: #666666;
 background: #FFFFFF;
}

a:hover {
 color: #FFFFFF;
 background: #66CCFF;
}

blockquote {
 border-left: 2px solid #999999;
 color: #999999;
 font-size: 11px;
 margin: 10px 0px 10px 25px;
 padding: 0px 0px 0px 10px;
}

.head {
 color: #66CCFF;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
}

.sub_head {
 color: #66CCFF;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

.sub_sub_head {
 color: #666666;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

.foot_note {
 color: #bbbbbb;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 11px;
 font-weight: normal;
}

.copyright {
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

.notice {
 color: #FFCC33;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
}

.error {
 color: #ED3095;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
}