
div.disclaimerContents ,
div.nameDisplayFg {
    width: 800px;
    margin: 20px auto;
    text-align: left;
    font-size: 1.7em;
}

div.disclaimerTitle {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background: #FFF8E8 url(./images/disclaimerTitle.gif) repeat-x;
    border-bottom: #666666 1px solid;
    padding: 10px 0;
}

#disclaimerFrame {
    display: block;
    width: 800px;
    height: auto;
}

div.page {
    margin: 60px auto 30px;
}

div.pagecenter {
    margin: 0 auto;
    width: 322px;
}

div.pagecenter input {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
}
div.pagecenter input:hover {
    background-color: #FFFFFF;
    background-image: none;
}

div.pagecenter button img {
    margin: 2px 0 0 5px;
}

span.sampleMode1{
    background-color: #FF3535;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    line-height: 36px;
    margin-top: 4px;
    padding: 0 25px 0 0;
}

span.sampleMode2{
    border-left: 6px solid #CCCCCC;
    font-weight: bold;
    margin-left: 2px;
    padding: 0.2px 4px 2px 8px;
}

span.subjectName1{
    background-color: #F0FFFF;
    border: 1px solid #CCCCCC;
    display: block;
    line-height: 25px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0 25px 0 0px;
    width: 160px;
}

span.subjectName2{
    font-weight:normal;
    margin-left: 20px;
    font-size: 1.6em;
    padding: 2px 4px 2px 8px;
}

table.subjectName1{
    border: 1px solid #666666;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    font-size: 1.7em;
}

table.subjectName1 tr{
    background: #eeeeee;
    line-height: 1.5em;
}

table.subjectName1 tr.even{
    background: #ffffff;
}

table.subjectName1 th{
    border: 1px solid #666666;
    background: #666666;
    color: #FFFFFF;
    width:20%;
}

table.subjectName1 td{
    padding-left: 0.5em;
}

div.subjectName2{
    font-weight:normal;
    margin: 5px 20px;
    font-size: 1.6em;
}

span.menuLeft{
    display: block;
    float: left;
    margin-left: 10px;
}

h2.text{
    margin-top: 2em;
    margin-left: 2em;
}

.ed-button{
    height:60px;
    width:240px;
    font-size: 2em;
}

html *{
    word-break: break-word;
}