@charset "shift-jis";
/**
 *  @copyright 2009 ARS.,ltd
 *  $Id: basic.css 2 2011-11-08 04:43:16Z ima $
 *  @author $Author: ima $
 *  $Date:: 2011-11-08 13:43:16 +0900#$
 */

body
{
    font-family: verdana;
    font-size: 14px;
    color: #676767;
    margin: 0px;
    padding: 0px;
    /*background-color: #cccccc;*/

    text-align: center;
}

div.outline {
    border : solid 10px #CAEEF6;
    margine : 0 auto 0 auto;
    padding : 10px;
    text-align: left;
}

div.default {
}

/*システムHeader*/
div.SysHeader {
    *width : 490px;
    *width : 400px;
    *width : 400px !important;
	margine : 0 auto 0 auto;
}

/*病院Header*/
div.HospitalHeader {
	text-align:center;
	background-color:#993366 ;
	color:#ffffff;
}

/*サブHeader*/
div.SubHeader {
    text-align:center;
    background-color:#FF8080;
    color:#808080;
}

/*病院の知らせ*/
div.Notice {
    background-color:#CCFFCC;
    text-align:center;
    color:#808080;
}

/*重要*/
div.ImportantInfo {
    color:red;
}

/*診療待ち*/
div.DetailWaiting {
    background-color:#FFA07A;
    text-align:center;
    color:#808080;
}

/*利用情報*/
div.DetailInfo {
    text-align:center;
    background-color:#FFFF99 ;
    color:#808080;
}

/*予約情報*/
div.ResInfo {
	text-align:center;
    background-color:rgb(204,153,255);
}

/*本人情報*/
div.PatientInfo {
	text-align:center;
    background-color:#8DB4E3;
    font-weight:bold;
}

/*プライバシーポリシー*/
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;
}

/*以下は戌の日カレンダー用*/
td.SATURDAY{
  background-color:#E6E6FA;
  text-align:center;
}

td.SUNDAY{
  background-color:rgb(255,255,153);
  text-align:center;
}

td.MONDAY{
  text-align:center;
}

td.TUESDAY{
  text-align:center;
}

td.WEDNESDAY{
  text-align:center;
}

td.THURSDAY{
  text-align:center;
}

td.FRIDAY{
  text-align:center;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* 全角 */
.ime-mode-active {
  ime-mode: active;
}

/* 半角 */
.ime-mode-inactive {
  ime-mode: inactive;
}

/* 変更不可 */
.ime-mode-disable {
  ime-mode: disable;
}

/* 自動 */
.ime-mode-auto {
  ime-mode: auto;
}

