* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #6b7073;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 160%;
    background: url(/_img/g_back.png) center top repeat-y;
}

h1 {
    font-size: 1.3em;
    margin: 15px 20px 0px 20px;
}

h2 {
    font-size: 1.1em;
    margin: 8px 20px 4px 20px;
}

h3 {
    font-size: 1.0em;
    margin: 6px 20px 4px 20px;
}

p {
    line-height: 160%;
    margin: 3px 20px 4px 20px;
}

.footnote {
    font-size: 0.9em;
}

ul {
    margin: 3px 20px 3px 20px;
    padding: 0px 0px 0px 25px;
}

ul.partner {
    list-style-type: none;
    margin: 15px 0 0 20px;
    padding: 0;
}

ul.partner li {
    float: left;
    display: block;
    width: 165px;
}

ul.partner li.typo {
    color: #009CDA;
    display: block;
    float: left;
    font-weight: bold;
    padding-top: 12px;
    width: 130px;
}

ul.partner li img {
    margin-bottom: 10px;
}

a {
    color: #0099FF;
}

table {
    background-color: #eceeef;
    border: 1px #6b7073 solid;
    margin: 3px 20px 4px 20px;
}

table th {
    background-color: #eceeef;
    color: #002f65;
    padding: 2px 6px 2px 6px;
}

table td {
    background-color: #fff;
    padding: 2px 6px 2px 6px;
}

table td.c {
    text-align: center;
}

table tr.b td {
    font-weight: bold;
}

form {
    margin: 3px 20px 4px 20px;
}

form * {
    font-size: 1em;
}

form p {
 margin: 10px 0px 3px 0px;
}

form label {
    display: block;
    margin: 10px 0px 3px 0px;
}

form label.hide {
    display: none;
}

form .error {
    color: #C90130;
}

form input, textarea {
    color: #6b7073;
    font-family: Verdana, Helvetica, sans-serif;
    border: 1px #6b7073 solid;
}

form #submit {
    display: block;
    width: auto;
    margin: 18px 0px 0px 0px;
    background-color: #fff;
    cursor: pointer;
}

#header {
    position: absolute;
    z-index: 5;
    top: 0px;
    width: 100%;
    height: 116px;
    background: url(/_img/h_back.gif) 0 0 repeat-x;
}

#header .header {
    width: 782px;
    height: 116px;
    margin: 0px auto 0px auto;
    position: relative;
    background: url(/_img/h_back_center.gif) center top no-repeat;
}

#header .header .agb {
    margin-top: 62px;
    position: absolute;
    right: 72px;
    text-align: right;
}

#header .header .agb a {
    color: #fff;
    text-decoration: none;
}

#header .header .agb a:hover {
    text-decoration: underline;
}

#header .navi {
    padding: 95px 60px 0px 212px;
}

#header .navi a {
    color: #676767;
    text-decoration: none;
    padding: 0px 8px 0px 12px;
    border-left: 1px #D7D8DA solid;
}

#header .navi a:hover {
    color: #C90130;
}

#header .navi a.active {
    color: #C90130;
}

#wrapper {
    position: absolute;
    z-index: 10;
    top: 116px;
    width: 100%;
}

#wrapper .wrapper {
    width: 782px;
    margin: 0px auto 0px auto;
}

#wrapper .sb01 {
    float: left;
    width: 28px;
    margin: 0px 0px 0px 1px;
    padding: 425px 0px 0px 0px;
}

#wrapper .sb02 {
    float: left;
    width: 58px;
}

#wrapper .sb02 img {
    margin: 0px 0px 0px 16px;
}

#wrapper .navi {
    float: left;
    width: 125px;
}

#wrapper .navi ul {
    list-style-type: none;
    margin: 0 0 5px 0;
    min-height: 420px;
    padding: 0px;
}

#wrapper .navi ul li {
    padding: 10px 2px 4px 8px;
    border-bottom: 1px #B0B1B1 dotted;
}

#wrapper .navi ul li a {
    color: #676767;
    text-decoration: none;
}

#wrapper .navi ul li a:hover {
    color: #C90130;
}

#wrapper .navi ul li a.active {
    color: #C90130;
    margin: 0px 0px 0px 5px;
}

#wrapper .navi ul ul {
    margin: 4px 0px -2px 5px;
    min-height: 0;
}

#wrapper .navi ul ul li {
    padding: 6px 2px 4px 0px;
    border-top: 1px #D3D4D6 dotted;
    border-bottom: none;
}

#wrapper .navi ul ul li a:hover {
    color: #222;
}

#wrapper .navi ul ul li a.active {
    color: #222;
}

#wrapper .navi .decoration {
    background: url(/_img/n_back.jpg) 0 0 no-repeat;
    height: 228px;
}

#wrapper #content {
    float: left;
    position: relative;
    width: 510px;
    padding: 0px 1px 0px 1px;
}

#content .cnavi {
    background: url(/_img/cn_back.gif) top right repeat-y #ECEDEF;
}

#content .cnavi a:hover {
    color: #C90130;
}

#content .cnavi a.active {
    color: #C90130;
}

#content .cnavi p {
    margin: 0px;
    padding: 4px 0px 4px 20px;
}

#content .cnavi ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#content .cnavi ul li {
    display: inline;
    float: left;
    padding: 8px 0px 0px 25px;
}

#content .cnavi hr {
    clear: both;
    visibility: hidden;
    height: 1px;
}

#content .cnavi ul li img {
    padding: 2px 0px 2px 0px;
}

#content .cnavi ul li span {
    display: block;
}

#content .btn-med { border-top: 1px #b1b1af solid; margin: 2em 0 0 0; padding: 1em; text-align: right; }

#content .sitemap {
    width: 250px;
    float: left;
}

#content .sitemap ul {
    list-style-type: none;
    margin: 3px 20px 3px 20px;
    padding: 0px 0px 0px 0px;
}

#content .sitemap ul li a {
    font-weight: bold;
}

#content .sitemap ul ul {
    list-style-type: disc;
    margin: 3px 20px 3px 20px;
    padding: 0px 0px 0px 15px;
}

#content .sitemap ul ul li a {
    font-weight: normal;
}

#content .products {
    margin: 15px 0px 30px 0px;
}

#content .products img {
    float: left;
    margin: 0px 10px 10px 20px;
}

#background {
    position: absolute;
    z-index: 1;
    top: 116px;
    right: 0px;
    width: 50%;
    height: 278px;
    background: url(/_img/r_back.gif) 0 0 repeat-x;
}
