@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.notice {
    margin:         0;
    font-size:      10pt;
    background:     #FFFFCC;
    padding:        10px 10px 10px 34px;
    background:     url('../images/download/notice.gif') no-repeat #FFFFCC;
}

#contents p.normal {
    margin:         0;
    font-size:      10pt;
    padding:        0px 10px 40px 20px;
}

#contents p.normal-index { /* index.html用 */
    margin:         0;
    font-size:      10pt;
    padding:        0px 10px 0px 30px;
}


#contents p.get_adobe {
    text-align:     right;
    font-size:      8pt;
}
#contents p.get_adobe a.icon {
    float:          right;
    margin-left:    5px;
    vertical-align: middle;
}


#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;
}
#contents h3.top-index { /* index.html用 */
    margin:         0px 0 0px 30px;
}




#contents p.note { /* USBM2GVWS1、USBM4GVWS1をご利用のお客様へ */
    clear:          both;
    color:          #ff0000;
    font-size:      11pt;
    font-weight:    bold;
    padding:        5px 0 0;
}
#contents p.note-sub {
    color:          #ff0000;
	line-height:1.3em;
	font-size:75%;
    padding:        0 0 5px;
}



/* 使用許諾 */
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;
}
ol.agreement ul  {
    margin-left:    20px;
    list-style-type:    disc;
    margin-bottom:  20px;
}
ol.agreement ul li {
    font-weight:    normal;
}


/* ダウンロード表 */
table td {
	vertical-align:top;
}

table.item {
    clear:          both;
    margin:         0 0;
    line-height:    1.3;
}

table.item td {
    vertical-align: top;
    font-size:      9pt;
    padding-bottom: 5px;
}

table.item th {
    vertical-align: top;
    font-size:      9pt;
    text-align:     right;
    padding-right:  5px;
    padding-bottom: 5px;
    white-space:    nowrap;
}

table.item h4 {
    font-size:      11pt;
    font-weight:    bold;
    color:          black;
    margin-bottom:  10px;
    margin-right:   15px; /* 10px */
    background:     #F0F0F0;
    color:          #034EA2;
    padding:        5px;
    line-height:    1;
    width:          350px; /* 340px */
}

/* h4上書き */
table.item h4.user {
    font-size:      10pt;
    font-weight:    bold;
    color:          black;
    margin-bottom:  10px;
    margin-right:   10px;
    background:     #F0F0F0;
    color:          #034EA2;
    padding:        5px;
    line-height:    1;
	width:          250px;
}

table.item img.item {
    border:         solid 1px gray;
    margin-right:   10px; /* 5px */
}


