@charset "UTF-8";
@import "common.css";



/*--------------------------------------
 ///【IE6用 Hover】///
-------------------------------------- */
* html body {   
    behavior: url(../js/csshover3.htc);   
}


/*--------------------------------------
 ///【タイトル】///
-------------------------------------- */
#page h1 {
    margin: 20px 0 10px 0;
    padding: 0;
}

a {
    color: #004b96;
    text-decoration: none;
}

a:hover {
    color: #04a8ee;
    text-decoration: none;
}

#contents {
    font-size:      13pt;
    line-height:    1.5;
}

#contents p {
    margin:         10px 0;
}

#contents p.sign {
    text-align:     right;
}


#contents h2 {
    clear:          both;
    color:          #034EA2;
    font-size:      13pt;
    font-weight:    bold;
    margin:         25px 0 10px 0;
    padding:        0 0 3px 0;
    border-bottom:  solid 1px #034EA2;
}

#contents h3 {
    color:          #034EA2;
    font-size:      11pt;
    font-weight:    bold;
    padding:        20px 0 10px 0;
    clear:          both;
}
#contents h3 a {
    font-size:      13pt;
    font-weight:    bold;
}
#contents h3.top {
    margin:         20px 0 5px 0;
}

/* 使用許諾 */
ol.agreement {
    margin:         15px 0;
    padding:        15px 15px 15px 40px;
    background:     #F0F0F0;
    font-size:      11pt;
    list-style-type:    decimal;
}
ol.agreement li {
    font-weight:    bold;
    margin-bottom:  10px;
}
ol.agreement ul  {
    margin-left:    20px;
    list-style-type:    disc;
    margin-bottom:  20px;
}
ol.agreement ul li {
    font-weight:    normal;
}



