/** BEGIN General **/
body {
	background: #fff;
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, Verdana, Sans-Serif;
}

strong, th {
    font-weight: bolder;
}

th {
    font-size: 1.2em;
    border-bottom: 1px solid #333;
}

td {
    padding: 2px;
}

ol li {
    padding-bottom: 5px;
}

em {
    font-style: italic;
}

a {
    color: #ae012c;
    text-decoration: none;
}

a:hover {
    color: #f90;
}

p {
    padding: 6px 0;
}

ul {
    list-style: square;
    padding-left: 20px;
    margin: 10px;
}

ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 10px;
}

blockquote {
    padding-left: 10px;
    margin: 10px 22px;
    border-left: 6px solid #666;
}

div#wrapper {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

div#top {
    height: 70px;
}

div#logo {
    float: left;
    width: 340px;
    height: 70px;
    margin-bottom: 50px;
    cursor: pointer;
    background: url('img/logo.png');
}

div#header {
    height: 185px;
    background: url('img/header.png') no-repeat;
}

div#main {
    width: 590px;
    margin-left: 210px;
    background: url('img/content_bg.png') repeat-y;
}

div#content {
    padding: 10px 35px 10px 25px;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.3em;
}
div#content_top    { height: 15px; background: url('img/content_top.png')    no-repeat top;    }
div#content_bottom { height: 15px; background: url('img/content_bottom.png') no-repeat bottom; }

div#sidebar {
    float: left;
    width: 210px;
    background: url('img/navi_bg.png') repeat-y;
}
/** END General **/


/** BEGIN Headnavi **/
ul#headnavi {
    padding: 25px 0 0 0;
    margin: 0 0 0 610px;
    list-style: none;
}

ul#headnavi li  {
    font-size: 1.8em;
    padding-bottom: 30px;
}

ul#headnavi li a {
    color: #f90;
}

ul#headnavi li a:hover {
    color: #ae012c;
}
/** END Headnavi **/


/** BEGIN Topnavi **/
ul#topnavi {
    list-style: none;
    padding: 0;
    margin: 0 0 0 500px;
}

ul#topnavi li {
    float: left;
    padding-left: 30px;
}

ul#topnavi li a {
    display: block;
    padding: 20px 5px 5px 5px;
    color: #333;
    font-size: 1.4em;
    border-left: 1px solid #ccc;
}

ul#topnavi a:hover {
    color: #999;
    border-color: #333;
}
/** END Topnavi **/


/** BEGIN Navi **/
ul#navi {
    list-style: square;
    padding: 0;
    margin: 0;
}

ul#navi li {
    color: #ae012c;
    padding: 5px 0;
    margin-left: 39px;
}

ul#navi li a {
    color: #000;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
}

ul#navi li a:hover {
    color: #ae012c;
}

div#navi_top {
    height: 10px;
    background: url('img/navi_top.png') no-repeat top;
}

div#navi_bottom {
    height: 25px;
    background: url('img/navi_bottom.png') no-repeat bottom;
}
/** END Navi **/


/** BEGIN Headings **/
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 10px 0;
}

h1 { font-size: 2.2em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }
/** END Headings **/


/** BEGIN Misc **/
div#navi_header, div#footer {
    background: #ae012c;
    color: #fff;
    font-weight: bolder;
    padding: 5px;
    font-size: 1.2em;
}
div#navi_header { margin: 0 15px 0 25px; }
div#footer      { margin: 0 25px 0 15px; text-align: right; }

div#header img {
    margin: 5px 20px;
}

.center {
    text-align: center;
}

div#content img {
    padding: 15px;
}
/** END Misc **/
