body {
    margin-left:20px;
    margin-right:10px;
}

/* 上部メニュー */
.menu1 {
　　margin-top:1em;
}

.menu1 a {
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}

.menu1 a:hover {
    color:#ffff33;
}

/* 下部メニュー */
.menu2 {
    text-align:center;
}

/* 見出しメニュー */
.menu3 {
    margin:0px;
}

.menu3 a {
    color:#000033;
    text-decoration:none;
}

.menu3 a:hover {
    color:#ffff33;
}

/* サイト名 */
h1 {
    font-size:160%;
    font-weight:bold;
    margin-left:5px;
    margin-bottom:0px;
    margin-top:20px;
}

/* メニューレベル */
h2 {
    font-size:110%;
    padding:3px 5px;
    border-bottom:solid 3px #00cccc;
    margin:0px;
}

/* 見出しレベル */
h3 {
    font-size:110%;
    padding:3px 5px;
    border-bottom:solid 3px #00cccc;
    margin:0px;
}

h4 {
    margin-top:5px;
    margin-bottom:7px;
}

/* リストマーク */
span {
    color:#ffff33;
    margin-right:0.5em;
}

/* コンテンツ部分全体 */
.con1 {
    margin-top:1.5em;
    margin-bottom:2em;
}

.con1 p {
    line-height:140%;
    margin-left:2em;
    margin-bottom:1.5em;
}

/* コンテンツ内　各段落 */
.con2 {
    line-height:150%;
    margin-left:2em;
    margin-top:1.2em;
    margin-bottom:2.5em;
}

.con2 p {
    line-height:140%;
    margin-left:2.5em;
    margin-top:0.5em;
    margin-bottom:1.5em;
}

/* コンテンツ内　リストマーク */
.con2 span {
    color:#0066ff;
    margin-right:0.5em;
}
