html {
    color: #000;
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select {
    *font-size: 100%;
}
legend {
    color: #000;
}
html {
    background-color: transparent;
    background-image: none;
}
body {
    font-size: 12px;
    *font-size: 75%;
    line-height: 1.3;
    font-family: verdana, "Lucida Grande", sans-serif;
}
h1, h2, h3, h4, h5, h6, dt, th, em, strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dt, table {
    margin-bottom: 1em;
}
p {
    line-height: 1.5;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
th {
    vertical-align: top;
}
td {
    vertical-align: middle;
}
input {
    vertical-align: middle;
}
pre {
    font-family: monospace;
}
body, br {
    *letter-spacing: 0;
}
.clearfix, .wrapper, .inner {
    *zoom: 1;
}
.clearfix:after, .wrapper:after, .inner:after {
    content: '';
    display: block;
    clear: both;
}
body {
    background: #e5e5e5;
    color: #404040;
}
a {
    color: #002a80;
    text-decoration: none;
}
a:visited {
    color: #002a80;
}
a:hover {
    color: #002a80;
    text-decoration: underline;
}
a:active {
    color: #002a80;
}
.container {
    width: 915px;
    margin: 0 auto;
    padding: 0 5px;
    background: url(../img/container_bg.png) repeat-y 0 0;
}
.header .inner {
    margin: 0 auto;
    padding: 0;
}
.contents .inner {
    margin: 0 auto;
}
.main-content {
    float: right;
    width: 660px;
    margin-bottom: 60px;
    padding: 0 15px;
}
.sidebar {
    float: left;
    width: 195px;
    margin-bottom: 0px;
    padding: 28px 15px 0;
}
.footer .inner {
    margin: 0 auto;
    padding: 15px 15px 15px;
}
.header .inner {
    position: relative;
    height: 130px;
    background: url(../img/header_bg.png) no-repeat 0 0;
}
.header .ci {
    position: absolute;
    left: 29px;
    top: 46px;
}
.header .tagline {
    position: absolute;
    left: 240px;
    top: 17px;
    font-size: 84%;
}
.header .navigation {
    position: absolute;
    left: 225px;
    top: 49px;
    width: 690px;
    height: 38px;
    background: url(../img/nav.png) no-repeat;
}
.header .navigation li {
    float: left;
    margin-left: 1px;
}
.header .navigation .home {
    width: 118px;
    margin-left: 0;
}
.header .navigation .about {
    width: 135px;
}
.header .navigation .service {
    width: 134px;
}
.header .navigation .products {
    width: 136px;
}
.header .navigation .contact {
    width: 163px;
}
.header .navigation li a {
    display: block;
    height: 38px;
    background: url(../img/nav.png) no-repeat;
    text-indent: -999em;
    outline: none;
    _zoom: 1;
}
.header .navigation .home a {
    background-position: 0 0;
}
.header .navigation .about a {
    background-position: -119px 0;
}
.header .navigation .service a {
    background-position: -255px 0;
}
.header .navigation .products a {
    background-position: -390px 0;
}
.header .navigation .contact a {
    background-position: -527px 0;
}
.header .navigation .home a:hover {
    background-position: 0 -50px;
}
.header .navigation .about a:hover {
    background-position: -119px -50px;
}
.header .navigation .service a:hover {
    background-position: -255px -50px;
}
.header .navigation .products a:hover {
    background-position: -390px -50px;
}
.header .navigation .contact a:hover {
    background-position: -527px -50px;
}
.header .navigation .home a.selected, .header .navigation .home a.selected:hover {
    background-position: 0 -100px;
}
.header .navigation .about a.selected, .header .navigation .about a.selected:hover {
    background-position: -119px -100px;
}
.header .navigation .service a.selected, .header .navigation .service a.selected:hover {
    background-position: -255px -100px;
}
.header .navigation .products a.selected, .header .navigation .products a.selected:hover {
    background-position: -390px -100px;
}
.header .navigation .contact a.selected, .header .navigation .contact a.selected:hover {
    background-position: -527px -100px;
}
.contents .inner {
    background: url(../img/contents_bg.png) repeat-y 0 0;
}
.contents .billboard h1 {
    margin: 0;
}
.main-content .page-title {
    height: 55px;
    margin: 0 -15px 30px;
    padding: 25px 15px 0;
    background: url(../img/page-title_bg.png) no-repeat 0 0;
    color: #fff;
    font-size: 20px;
}
.sidebar {
    background: url(../img/sidebar_bg.png) no-repeat 0 0;
}
.home .main-content {
    padding-top: 15px;
}
.home .sidebar {
    padding-top: 15px;
    background: none;
}
.footer .inner {
    border-top: 4px solid #002a80;
}
.footer .utils {
    float: left;
}
.footer .utils li {
    _display: inline;
    float: left;
    margin-right: 15px;
}
.footer .credit {
    text-align: right;
    font-size: 84%;
}
.sidebar .widget {
    margin-bottom: 15px;
}
.sidebar .widget.navigation h2 {
    margin-bottom: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}
.sidebar .widget.navigation h2 span {
    display: block;
    padding: 5px 0 2px 12px;
    background: url(../img/sidebar_h_bg.png) no-repeat 0 0;
}
.sidebar .widget.navigation li {
    border-bottom: 1px solid #d9d9d9;
}
.sidebar .widget.navigation li a {
    display: block;
    padding: 10px 0 10px 21px;
    _zoom: 1;
    color: #404040;
    background: url(../img/arrow_a.png) no-repeat 8px 1.2em;
}
.sidebar .widget.navigation li a:hover {
    background-color: #fff;
    text-decoration: none;
}
.sidebar .widget.banner li {
    margin-bottom: 10px;
}
.float-img-left {
    float: left;
    margin: 0 15px 10px 0;
}
.float-img-right {
    float: right;
    margin: 0 0 10px 15px;
}
.para-img-left, .para-img-right {
    display: table;
    width: 100%;
}
.para-img-right {
    direction: rtl;
}
.para-img-left .img {
    display: table-cell;
    width: 1%;
    *width: auto;
    *float: left;
    margin: 0;
    padding: 0 15px 0 0;
    _padding-right: 12px;
    vertical-align: top;
}
.para-img-right .img {
    display: table-cell;
    width: 1%;
    *width: auto;
    *float: right;
    margin: 0;
    padding: 0 0 0 15px;
    _padding-left: 12px;
    vertical-align: top;
    direction: ltr;
}
.para-img-left .ct, .para-img-right .ct {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    *zoom: 1;
}
.para-img-right .ct {
    text-align: left;
    direction: ltr;
}
.small {
    font-size: 84%;
}
.head-a, .large {
    font-size: 117%;
}
.head-a {
    margin-top: 2em;
    padding: 8px 15px;
    background: #002a80 url(../img/head-a.png) no-repeat 0 0;
    color: #fff;
}
.head-b {
    margin-top: 2em;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
}
.head-c {
    margin-top: 1em;
    font-size: 2em;
    padding-bottom: 1px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.head-d {
    margin-top: 2em;
    padding: 8px 15px;
    background: #002a80 url(../img/head-d.png) no-repeat 0 0;
    color: #fff;
}
ul.list-square {
    padding-left: 25px;
}
ul.list-square li {
    list-style: square;
}
a.link-arrow {
    padding-left: 10px;
    background: url(../img/arrow_a.png) no-repeat 0 .35em;
    *background-position: 0 .2em;
}
a.pagetop-anchor {
    padding-left: 10px;
    background: url(../img/arrow_pagetop.png) no-repeat 0 .45em;
    *background-position: 0 .3em;
}
.topic-list li {
    padding: .7em 0;
    border-bottom: 1px solid #d9d9d9;
    *zoom: 1;
}
.topic-list dt {
    display: table-cell;
    width: 8em;
    *float: left;
    margin: 0;
    vertical-align: top;
}
.topic-list dd {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    *zoom: 1;
}
.topic-list.detail li {
    padding-top: 1.7em;
}
.topic-list.detail li dd h2 {
    margin-bottom: .7em;
    color: #dd0005;
    font-size: 117%;
}
table.simple {
    width: 100%;
}
table.simple th, table.simple td {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.promotion-a {
    padding: 10px 10px 4px;
    background: #f7f7f7;
    border: 3px solid #d4d4d4;
}
.promotion-a h2, .promotion-a p, .promotion-a ul {
    margin-bottom: .5em;
}
.promotion-a h2 {
    margin-top: 5px;
    font-size: 117%;
}
body .align-left {
    text-align: left !important;
}
body .align-right {
    text-align: right !important;
}
body .align-center {
    text-align: center !important;
}
body .align-top {
    vertical-align: top !important;
}
body .align-middle {
    vertical-align: middle !important;
}
body .align-bottom {
    vertical-align: bottom !important;
}
body .mt-0 {
    margin-top: 0 !important;
}
body .mt-5 {
    margin-top: 5px !important;
}
body .mt-10 {
    margin-top: 10px !important;
}
body .mt-15 {
    margin-top: 15px !important;
}
body .mt-30 {
    margin-top: 30px !important;
}
body .mt-60 {
    margin-top: 60px !important;
}
body .mb-0, body .last {
    margin-bottom: 0 !important;
}
body .mb-5 {
    margin-bottom: 5px !important;
}
body .mb-10 {
    margin-bottom: 10px !important;
}
body .mb-15 {
    margin-bottom: 15px !important;
}
body .mb-30 {
    margin-bottom: 30px !important;
}
body .mb-60 {
    margin-bottom: 60px !important;
}
body .hide {
    display: none;
}
body .clear {
    clear: both;
}
body .letter-spacing-narrow {
    letter-spacing: -1px;
}
.img-button {
    position: relative;
    display: block;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.img-button, x:-moz-any-link {
    margin-left: auto;
    margin-right: auto;
}
.img-button, x:-moz-broken {
    margin-left: 0;
    margin-right: 0;
}
.img-button .img {
    position: absolute;
    display: block;
    display: inline-block;
    left: 0;
    top: 0;
    text-indent: -999em;
    outline: none;
    *zoom: 0;
}
.recruit-list li {
    padding: .7em 0;
    border-bottom: 2px solid #d9d9d9;
    *zoom: 1;
}
.recruit-list dt {
    display: table-cell;
    width: 15em;
    *float: left;
    margin: 0;
    vertical-align: top;
    padding-left: 1em
}
.recruit-list dd {
    display: table-cell;
    margin: 0;
    vertical-align: top;
    *zoom: 1;
}
.recruit-list.detail li {
    padding-left: 1em;
}
.recruit-list.detail li dd h2 {
    margin-bottom: .7em;
    color: #dd0005;
    font-size: 117%;
}
.devsec-body li {
    list-style: inherit;
    margin: 0;
    padding: 5px;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-left: 18px;
}
.devsec-footer {
    text-align: right;
    line-height: 1.5;
    padding: 10px
}
ol.propositions, ol.propositions ol {
    padding-left: 1em;
}
ol.propositions li {
    list-style-type: none;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
ol.propositions li:before {
    display: inline-block;
    text-align: right;
    width: 1em;
    margin-right: 1em;
    margin-left: -1.5em;
}
ol.propositions>li {
    counter-increment: cnt;
}
ol.propositions>li:before {
    content: "("counter(cnt) ")";
}
ol.propositions>li>ul>li.square {
    list-style-type: square;
    margin-top: 1em;
}
ol.propositions>li>ul>li.alpha {
    counter-increment: alpha;
}
ol.propositions>li>ul>li.alpha:before {
    content: counter(alpha, upper-alpha)")";
    margin-top: 1em;
}
ol.propositions>li>ul>li>ol>li {
    list-style-type: square;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}