﻿body
{
    margin: 0 0 0 0;
    font-family: 'Century Gothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
    font-size: 12px;
    color: Navy;
    line-height: 150%;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.TopLink
{
    color: Orange;
}

h1
{
    font-family: 'Arial Black';
    color: Navy;
}

h3
{
    font-family: 'Arial Black';
    color: Navy;
}

.MainBody
{
    width: 800px;
    border-style: none;
    border-width: 0px;
    border-color: White;
    background-color: Navy;
    color: White;
}

.ContentBody
{
    width: 100%;
    background-color: White;
    color: Navy;
}


.MenuButton
{
    width: 100px;
    background-color: Navy;
    border: 1px solid Yellow;
    color: Orange;
    font-family: 'Century Gothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
    height: 25px;
}

.SubButton
{
    width: 105px;
    background-color: Yellow;
    border: 1px solid Orange;
    color: Navy;
    font-family: 'Century Gothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
    height: 25px;
}

.MiniButton
{
    width: 60px;
    background-color: Navy;
    border: 1px solid Yellow;
    color: Orange;
    font-family: 'Century Gothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
    font-size: 8px;
}

.K2-LABORATORY
{
    font-family: 'Arial Black';
    color: White;
}

.SideContent
{
    color: Yellow;  
    background-color:Navy;
    width:180px;
}

.SideMenu
{
    width: 170px;
    color: Orange;
    background-color: Navy;
}

.LoginArea
{
    width: 100%;
    color: Navy;
    background-color: White;
}

table.MainContent
{
    width: 100%;
}

table.SubContent
{
    background-position: right bottom;
    width: 100%;
    background-color: White;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('Image/Solstrella-Tableback.jpg');
}

table.Schedule
{
    table-layout: fixed;
    background-color: Navy;
}

table.BoradList
{
    table-layout: fixed;
    background-color: Navy;
}

td.ScheHeder
{
    background-color: Navy;
    color: Yellow;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

td.ScheNormalday
{
    font-size: 14px;
    color: Navy;
    background-color: #FFFFCC;
}

td.ScheSaturday
{
    font-size: 14px;
    color: Blue;
     background-color: #CCCCFF;
}

td.ScheSunday
{
    font-size: 14px;
    color: Red;
    background-color: #FFCCCC;
}

td.ScheText
{
    font-size: 14px;
    color: Black;
    background-color: White;
    text-align: left;
}

td.SubContent
{
    border-left: solid 12px navy;
    border-bottom: solid 1px navy;
    font-size: 16px;
    font-weight: bold;
    border-spacing: 3px;
    text-indent: 2px;
    vertical-align: top;
    text-align: left;
}

td.InfoText
{
    background-color: White;
    font-size: 14px;
    line-height: 150%;
    vertical-align: top;
    text-align: left;
    text-indent: 2px;
    font-family: 'ＭＳ Ｐ明朝' , 'Times New Roman' , serif;
    color: black;
}

td.Article
{
    background-color: White;
    font-size: 14px;
    line-height: 150%;
    vertical-align: top;
    text-align: left;
    text-indent: 2px; 
}

td.ErrorText
{
    background-color: White;
    font-size: 14px;
    color: Red;
    line-height: 150%;
    vertical-align: top;
    text-align: left;
    text-indent: 2px; 
}

td.InputHeader
{
    background-color: Navy;
    color: Yellow;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

td.BordHeader
{
    font-family: 'Century Gothic';
    color: Orange;
    background-color: Navy;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

td.BoradList
{
    font-size: 12px;
    color: Navy;
    background-color: white;
}

td.ErrorMsg
{
    font-size: 12px;
    color: Red;
    font-family: 'Lucida Console', 'ＭＳ ゴシック';
    text-align: left;
}

td.ScheduleTitle
{
    font-family: 'ＭＳ Ｐゴシック' , Arial, sans-serif;
    font-size: 20pt;
    color: #000000;
    font-weight: bold;
    background-color: #FFFFFF;
    text-align: center;
}

td.Footer
{
    width: 100%; 
    background-color: navy; 
    color:Yellow; 
    font-family: 'Century Gothic';
    text-align: right;
}

.InputText
{
    font-family: 'ＭＳ Ｐゴシック' , Arial, sans-serif;
    color: black;
}