﻿/*==========================================*/
/*Style Sheet for both Kuidokoro and Saryou
/*==========================================*/

/*Universal Property========================*/
/*=======*/

body
{
    margin: 0px 0px 0px 0px;
}
td
{
    vertical-align: top;
    text-align: left;
}

/*========================*/
/*HERE BELOW IS FOR KUIDOKORO===============*/
/*========================*/
#headerT1_k
{
    /*padding: 3px 3px 3px 3px;*/
    width: 100%;
    background-color: black;
    color: White;
    font-size: 8pt;
    text-align: right;
}
/*Wrapper-----------------------------------*/
#wrapper_k
{
    width: 750px;
    padding: 0px;
    margin: 0px;
}

/*division to 1/2---------------------------*/
#mLeft
{
    width: 375px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#mRight
{
    width: 175px;
    float: right;
    margin: 0px;
    padding: 0px;
}
/*unique properties for 1/2-----------------*/
#mLeft h2
{
    background-image: url( '/images/imgBG2.gif' );
    background-repeat: repeat-x;
    height: 30px;
    line-height:25px;
    width: 371px;
    text-align: left;
    border: solid 1px #9D8769;
    color: White;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}

#mRight h2
{
    background-image: url( '/images/imgBG2.gif' );
    background-repeat: repeat-x;
    height: 30px;
     line-height:25px;
    width: 169px;
    text-align: left;
    border: solid 1px #9D8769;
    color: White;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}
#mLeft .cntN
{
    margin: 0px;
    padding: 15px;
    text-align: left;
    background-color: #FFF8DC;
    border: solid 1px #9D8769;
    border-top: none;
    width: 345px;
    line-height: 1.5;
}
#mRight .cntN
{
    margin: 0px;
    padding: 15px;
    text-align: left;
    background-color: #FFF8DC;
    border: solid 1px #9D8769;
    border-top: none;
    width: 143px;
    line-height: 1.5;
}

/*100%width no division----------------------*/
#mCont
{
    margin: 0px;
}
#mCont h1, h2
{
    background-image: url(       '/images/imgBG2.gif' );
    background-repeat: repeat-x;
    height: 30px;
    width: 555px;
    text-align: left;
    border: solid 1px #9D8769;
    color: White;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}
#mCont h3, h4
{
    padding: 0px;
    margin: 0px;
    font-size: 14pt;
    font-weight: bold;
}
/*For contents box---------------------------*/
#mCont .cntN
{
    margin: 0px;
    padding: 15px;
    text-align: left;
    background-color: #FFF8DC;
    border: solid 1px #9D8769;
    border-top: none;
    width: 529px;
    line-height: 1.5;
}
#sublinks
{
    font-size: 8pt;
    text-align: center;
}
#sublinks img
{
    border: solid 1px silver;
}
#footer
{
    width: 100%;
    margin: 0px auto;
    font-size: 8pt;
}
#footer img
{
    vertical-align: middle;
    border: none;
}
h4.nB
{
    margin: 0px;
}
div.adminTopMenu1
{
    text-align: right;
    font-size: 8pt;
    color: Gray;
}

