﻿@charset "UTF-8";
/* CSS Document */

/* ============================== 
article
==============================*/
article section h3 {
    background-repeat: no-repeat;
    margin-bottom: 48px;
    padding-left: 980px;
    width: 0;
    height: 48px;
    overflow: hidden;
}

/* ============================== 
box01
box02
box03
box04
box05
box06
box07
==============================*/
article section.box01 {
    clear: both;
    margin: 0 0 48px;
    overflow: hidden;
}

article section.box01 p,
.box09 li, h4 {
    clear: both;
    margin: 0 0 20px 48px;
    width: 884px;
    overflow: hidden;
}

article section.box01 h3 {
    background-image: url(../images/title01.gif);
}


article h4 {
    margin-top: 40px;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

ol li {
    line-height: 24px;
    text-indent: -1.5em;
    padding: 24px 0 0 2em;
}

.container a[target="_blank"] {
    text-decoration: underline;
    color: #ff0404;
}

