@charset "utf-8";

/* top
------------------------------*/
/* container_top */
#container_top {
    margin: 25px 20px 0 20px;
}
#container_top div.ariticle {
    width: 650px;
    margin-left: 20px;
    overflow: hidden;
}

#container_top p strong {
    display: block;
}

/* con_txt01 */
#container_top .con_txt01 {
    margin-top: 18px;
    font-size: 1.2em;
}

#container_top p.con_txt01 strong {
    line-height: 1.2;
    font-size: 1.35em;
}

#container_top .con_txt01 strong em {
    font-size: 1.35em;
    color: #ED0000;
    font-style: normal;
}

/* container_left */
/* fontsize 1.2em */
#container_top .left {
    width: 360px;
    font-size: 1.2em;
    float: left;
}

#container_top .left p {
    padding-top: 18px;
}

/* con_txt02 */
#container_top p.con_txt02 strong {
    line-height: 1.2;
    font-size: 1.8em;
    color: #000066;
    background-image: url(../images/line_blue.gif);
    background-repeat: no-repeat;
    background-position: right 0.6em;
}

#container_top .con_txt02 strong span {
    background-color: white;
    padding-right: 6px;
}

/* con_txt03 */
#container_top p.con_txt03 strong {
    line-height: 1.2;
    font-size: 1.8em;
    color: #F06;
    background-image: url(../images/line_pink.gif);
    background-repeat: no-repeat;
    background-position: right 0.5em;
}

#container_top .con_txt03 strong span {
    background-color: white;
    padding-right: 6px;
}

/* con_txt04 */
/* デフォルトfontsize */
#container_top div.con_txt04 {
    overflow: hidden;
    width: 240px;
    float: right;
    font-size: 1em;
}

#container_top div.con_txt04 strong {
    display: inline;
    line-height: 1.4;
    font-size: 1.4em;
    color: #F30;
}

#container_top div.con_txt04 strong span {
    background-color: white;
    padding-right: 6px;
}

#container_top div.con_txt04 object {
    float: right;
    width: 101px;
    height: 73px;
    border-top: solid 2em white;
    border-left: solid 1em white;
}

#container_top div.con_txt04 img {
    float: right;
    border-top: solid 2em white;
    border-left: solid 1em white;
}
 
/* con_hosoku */
#container_top .con_hosoku {
    clear: both;
    background-color: #DCEEFC;
    border: solid 1px #BFE1F9;
    line-height: 1.3;
    color: black;
    padding: 4px 10px;
    font-size: 0.84em;
    margin-top: 18px;
}

#container_top .con_hosoku em {
    font-style: normal;
    color: #900;
    padding-right: 4px;
}

