/*    index    */
#index { text-align: center }
#caution {
    text-align: center;
    width: 550px;
    margin: 0px auto 30px auto;
}
#yes a:link,
#yes a:visited,
#yes a:active {
    width: 250px;
    height: 80px;
    margin: 0px 10px 0px 10px;
    float: left;
    overflow: hidden;
    line-height: 100em;
    background: url("topimages/index_yes01.png");
}
#yes a:hover { background-image: url("topimages/index_yes02.png") }
#no a:link,
#no a:visited,
#no a:active {
    width: 250px;
    height: 80px;
    margin: 0px 10px 0px 10px;
    float: right;
    overflow: hidden;
    line-height: 100em;
    background: url("topimages/index_yes03.png");
}
#no a:hover { background-image: url("topimages/index_yes04.png") }
/*    m    */
#notice { margin: 50px auto 50px auto }
/*    i    */
#item {
    width: 800px;
    margin: 50px auto 20px auto;
    border: solid 1px #3300cc;
}
.item_title {
    font-weight: bold;
    color: #ffffff;
    background-color: #0066cc;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.item_space {
    text-align: center;
    padding: 20px 10px 20px 10px;
}
#copyright {
    margin: 150px auto 0px auto;
    text-align: center;
}