@charset "shift-jis";
/**
 *  @copyright 2009 ARS.,ltd
 *  $Id: basic.css 96 2014-07-08 01:54:48Z m.baba $
 *  @author $Author: m.baba $
 *  $Date:: 2014-07-08 10:54:48 +0900#$
 */

body
{
    font-family: verdana;
    font-size: 14px;
    color: #676767;
    margin: 0px;
    padding: 0px;
    /*background-color: #cccccc;*/

    text-align: center;
}

div.outline {
    border : solid 35px #CAEEF6;
    width : 400px;
    margine : 0 auto 0 auto;
    padding : 10px;
    text-align: left;
}

/*病院の知らせ*/
div.Notice {
    background-color:#CCFFCC;
    text-align:center;
    color:#808080;
}

/*本人情報*/
div.PatientInfo {
    text-align:center;
    background-color:rgb(255,255,153);
}

/*プライバシーポリシー*/
div.PrivacyPolicy {
    text-align:center;
    background-color:rgb(128,196,255);
}

#Container
{
    position: relative;
    width: 800px;
    margin: auto;
    margin-top: 10px;
    /* background-color: #003366; */
    background-color: #ffffff;
}


#Header{
    height: 80px; line-height: 80px;
    background-color: #336699;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-bottom: solid 1px #cccccc;
}

#NavigationBar
{
    position: absolute; top: 80px; left: 0px;
    width: 160px; height: 600px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    background-color: #003366;
}


.menu {
     width: 150px;
     margin: 10px 20px;
     padding: 0px;
     border-top: 0px solid #000040;
     border-right: 0px solid #000040;
     border-left: 0px solid #000040;
}
.menu ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     text-align: left;
}
.menu li {
     margin: 0px;
     padding: 0px;
}
.menu a {
     width: 150px;
     display: block;
     padding: 3px 0px;
     border-bottom: 0px solid #000040;
     /* background-color: #cccccc; */
     background-color: #003366;
     text-decoration: none;
     color: #ffffff;
}
.menu a:hover {
     width: 150px;
     display: block;
     padding: 3px 0px;
     border-bottom: 1px solid #000040;
     background-color: #6060ff;
     text-decoration: none;
     color: #676767;

}




#PageContent{
    background-color: #ffffff;
    position: relative; top: 0px; left: 170px;
    padding: 10px;
    width: 610px;
    height: 600px;
}

.error {
    color: red;
}


#Footer{
    padding-left: 10px;
    height: 30px; line-height: 30px;
    background-color: #336699;
    font-weight: bold; color: #ffffff;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    clear: both;
}

.Holiday{
  background-color:#FF7575;
  text-align:center;
}

.Saturday{
  background-color:#75A9FF;
  text-align:center;
}

.Nowday{
  background-color:#75FF75;
  text-align:center;
}

.Weekday{
  text-align:center;
}

/*---------------------------------
SETTING
--------------------------------*/

.spt0 {
    margin-top: 0px;
}
.spb0 {
    margin-bottom: 0px;
}
.list-space {
    margin-top: 5px;
}
.list-privacy {
    list-style-type: none;
}
.red {
    color: #dd2c2c;
}
.f80 {
    font-size: 80%;
}
.tr {
    text-align: right;
}
.spl10 {
    margin-left: 10px;
}