
ul.list {
    font-size: 12px;
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}
ul.list li {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(../../img/li_icon.jpg) no-repeat 0px 8px;
    list-style: none;
}
.headertxt {
font-size: 12px;
font-weight:bold;
color: #ffffff;
}
/* table */
table.mypagemn {
    width: 700px;
    border: 1px #000099 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.mypagemn th {
    color: #000099;
    font-size: 12px;
    padding: 5px;
    border: #000099 solid;
    border-width: 0 0 1px 1px;
    background: #3399cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    height: 20px;
}
table.mypagemn td {
    padding: 5px;
    font-size: 12px;
    border: 1px #000099 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    height: 20px;
}

.copytxt {
font-size: 12px;
}
a:link {
color : #666666;
text-decoration: none;
}
a:visited {
color : #666666;
text-decoration: none;
}
a:hover {
color : #666666;
text-decoration: underline;
}
a:active {
    color : #FFF;
    text-decoration: underline;
}
html, body {
    height:auto;
    min-height:100%;
}
#frame {
    top:0px;
    right:0px;
    bottom:0px;
    width:960px;
    height:100%;
    margin:auto;
}
#top_banner {
    position:absolute;
    width:100%;
    height:150px;
    z-index:10;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
}
#content {
    position:absolute;
    width:900px;
    height:100%;
    z-index:2;
    background-color: #FFFFFF;
    top: 170px;
    padding-bottom:10px;
}
#content2 {
    position:absolute;
    width:900px;
    max-height:100%;
    z-index:2;
    background-color: #FFFFFF;
    top: 170px;
}
#breaker {
    width:100%;
    height:10px;
    z-index:11;
    background-color: #000099;
}
#login2 {
    position:absolute;
    width:auto;
    height:30px;
    z-index:12;
    right: 200px;
    top: 50px;
    padding:5px;
}

h1#tenpo_title {
    /*position: absolute;*/
    color: #00C;
    font-size: 24px;
    text-align: center;
    width: 500px;
    /* height: 90px; */
    margin: auto;
    padding-top: 30px;
}
h1#course_title {
    /*position: absolute;*/
    color: #00C;
    font-size: 24px;
    text-align: center;
    width: 400px;
    /* height: 90px; */
    margin: auto;
}
h1#course_title_text {
    font-size: 27px;
    text-align: center;
    color: #1190e8;
    margin: 15px;
}