*{
    margin: 0px;
    padding: 0px;
}

img {
    vertical-align: bottom;
    border-width: 0px;
}






body {
    background-image: url(../img/bg/body_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #E4C2FF;
    /*background-color: #FFFFFF;*/
    text-align: center;
    color: #440079;
}

div#outer_container {
    text-align: left;
    margin: 0px auto;
    width: 800px;
    border-left: solid 1px #C47DF3;
    border-right: solid 1px #C47DF3;
}

div.contents_block {
    background-color: #FFFFFF;
}

div#koukihada {
    background-image: url(../img/bg/top_title.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /*height: 153px;*/
    height: 225px;
}

div#koukihada_contents {
    background-image: url(../img/bg/main_contents_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 1190px;
}

ul.alyssa_check_list {
    list-style: none;
}

ul.alyssa_check_list li {
    list-style: none;
    background-image: url(../img/page_item/checkbox.jpg);
    background-repeat: no-repeat;
    padding: 8px 0px 0px 23px;
    margin: 0px 0px 6px 0px;
    height: 23px;
}

