.main {
        margin: 20px;
        width: 600px;
}
h1 {
       margin: 0 0 10px 0;
       padding: 10px;
       background-color: #0977ce;
       font-size: 14px;
       color: #ffffff;
}
h2 {
       margin: 0 0 20px 0;
       padding: 2px 5px;
       border-left: 5px solid #0977ce;
       border-bottom: 1px solid #0977ce;
       font-size: 14px;
       color: #0977ce;
}

/* ===== 見出しとテキスト ===== */
h3 {
       float: left;
       margin: 0;
       padding: 0 10px 0 0;
       width: 100px;
       font-size: 12px;
       line-height: 140%;
}
.text {
       float: left;
       margin-bottom: 20px;
       padding-left: 10px;
       width: 475px;
       border-left: 5px solid #bdd1ea;
}
.text p {
       margin: 0 0 1em;
       padding: 0;
       font-size: 12px;
       line-height: 140%;
}
.date {
       color: #003399;
}

/* ===== ロールオーバーボタン ===== */
.detail a {
       display: block;
       margin: 0 0 0 384px;
       width: 90px;
       height: 22px;
}
.detail img {
       width: 90px;
       height: 22px;
       border: none;
}
.detail a:link,.detail a:visited {
       background-image: url(image/04_detail.gif);
       background-position: 0 0;
} 
.detail a:hover {
       background-image: url(image/04_detail.gif);
       background-position: 0 22px;

}



/* ===== リストマーク ===== */

.ulmember {
       list-style-type: disc;
       list-style-image: url(image/star.jpg);
}

.ulkoumoku {
{
       list-style-type: disc;
       list-style-image: url(image/ball_blue.gif);
}