body {
    background-color: #E7E7E2;
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    text-align: center;
    line-height: 120%;
}

img {
    border: 0;
}

.main {
    width: 800px;
    background-color: #E7E7E2;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    text-align: left;
}

.float-right {
    float: right;
}

.header {
    background-color: #e7e7e7;
}

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

.header h1 {
    padding: 2px;
    height: 15px;
    text-align: right;
    background-color: #FFB600;
    font-weight: normal;
    font-size: 80%;
}
.header ul {
    text-align: center;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #fff;
}
.header li {
    font-size: 90%;
    display: inline;
}

.page-left {
    margin: 10px 5px 5px 5px;
    width: 190px;
    height: 600px;
    float: left;
    font-size: 80%;
}

.page-left h5 {
    clear: both;
    background-color: #FFB600;
    margin: 0px; 
}


.page-right {
    height: auto;
    margin: 10px 5px 5px 5px;
    width: 580px;
    overflow: auto;
    float: right;
}

.page-right * {
    margin: 0px;
    padding: 0px;
}

.page-right h3 {
    clear: both;
    background-color: #FFB600;
    font-size: 120%;
    margin: 0px; 
}
.page-right p {
    width: 90%;
}



.footer {
    font-size: 80%;
    clear: both;
    text-align: right;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000;
}
.footer ul {
    text-align: center;
}
.footer li {
    font-size: 90%;
    display: inline;
}

.source {
    width: 70%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    font-size: 80%;
}
.caution {
    padding: 10px;
    color: #F00;
    font-weight: bold;
}

.regist_to {
    margin: 20px auto 20px auto;
    width: 90%;
    background-color: #fff;
    text-align: center;
}

.results {
    width: 80%
    color: #000;
}
.results A:link,
.results A:hover, 
.results A:active {
    color: blue; background: transparent;
}

.results A:visited {
    color: #8080FF;
}

.link_url {
    color: #338948;
}
.go2sigup {
    clear: both;
    text-align: right;
}
.child_category ul {
}
.child_category li {
    list-style-type: none;
    background:transparent;
    color:black;
    float:left;
    width:29%;
    margin-top:2px;
    margin-bottom:2px;
}

