/* Reset */
ul, p, li, #content *, #content { margin: 0; font-family: verdana; }
img { border: 0 }
h1, h2, h3 { margin:0; font-family: arial,helvetica,sans-serif !important; }

#content h1 { margin-bottom:10px; font-size: 1.4em }
#content h3 { margin-bottom:10px; font-size: 1.1em }
#content h2, #content ul { margin-bottom: 10px; font-size: 1.2em; }
#content h1 a:hover, #content h2 a:hover { color: #000 !important; }

#content td { padding-right:10px; }
#content table { margin-bottom: 10px; }
#content li { margin-bottom:5px; }

body {
    margin: 10px;
    background-color: #dfebff;
    border: 1px solid #cacaca;
    color: #303030;
}

.f-left  { float: left  }
.f-right { float: right }
.clear   { clear: both  }

a:visited, a:link   { color: #0040AF; text-decoration: none; font-weight: bold; }
a:hover     { color: #F38B18 !important; }

hr { border:0; border-top:1px solid #ccc; height:1px; width:100%; background-color:#fff; color:#fff; padding-bottom:10px;}

.numalign { text-align:right; }

.notice {
    background:#EFEFEF none repeat scroll 0 0;
    border:1px solid #AAAAAA;
    padding:5px 10px;
    width:300px;
    font-size:0.75em;
    font-weight:normal;
    line-height:1.5em;
    color: #303030;
    text-align: justify;
}

.notice b {
    color: #666666;
}

#header, #menu, #content, #footer {
    background-color: #fff;
    padding: 10px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}

#menu {
    background-color: #4B679F;
    padding: 5px;
}

#menu li {
    display: inline;
    font-family: "Trebuchet MS";
    padding-right: 30px;
}

#menu li.first {
    margin-left:20px;
}

#menu li a {
    color: #fff;
}

#header h1 {
    padding-top:23px;
    padding-left:20px;
}

#header a {
    padding-top:7px;
}

#content p { padding-bottom: 10px; }

 
#footer p {
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color:#003060;
    font-family:verdana,arial,sans-serif;
    font-size:xx-small;
    font-weight:bold;
    letter-spacing:0.2em;
    line-height:140%;
    padding:2px;
    text-align:center;
    text-transform:uppercase;
}

