/* 一括で全ての要素の余白をゼロに指定 */
body {
margin: 0;
padding: 0;
font-size: 90%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 
"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 180%;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #9fc144;
SCROLLBAR-3DLIGHT-COLOR: #9fc144;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #9fc144;
}

/* リストマーク表示に関する設定 */
ul {
        list-style: none;
}

li.list1 {
        list-style: none;
        background-image: url("../image/flip_closed.gif");
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-left: 25px;
        margin: 20px;
}

li.list2 {
        list-style: none;
        background-image: url("../image/flip_open.gif");
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-left: 25px;
        margin: 20px;
}

li.list3 {
        list-style: none;
        background-image: url("../image/flip_static.gif");
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-left: 25px;
}

li.list4 {
        list-style: none;
        background-image: url("../image/note.gif");
        background-repeat: no-repeat;
        background-position: 5px 2px;
        padding-left: 25px;
}

a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/*-------外枠のサイズなど設定*/
#container {
text-align: left;
width: 860px;
margin: 1em auto 0 auto;
border: #9fc144 1px solid;
}

/*------メイン内容の題名に関する設定*/
h4 {
background: url("../image/bar35.gif") no-repeat bottom left;
font-size: 16px; /* 文字の大きさ */
width : 300px; /* 幅 */
padding:0px 0px 0px 30px; /* ボックスの内側[上 右 下 左]の余白 */
margin : 5px 0px 5px 30px; /* ボックスの外側[上 右 下 左]の余白 */
}
