/*********************
** Default Settings **
*********************/

* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ECECEC;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
}

img {
    border: none;
}

p {
    margin: 10px 0px;
    font-size: 13px;
    line-height: 16px;
}

strong {
    color: #193938;
    font-weight: bold;
}

/****************
** Page Layout **
****************/

#container {
    position: relative;
    width: 800px;
    border-right: solid 1px #999999;
    background-image: url(http://www.torigoe-clinic.jp/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

#head, #pagebody, #foot {
    clear: both;
    width: 800px;
}

#head {
    height: 100px;
}

#foot {
    height: 60px;
}

#main {
    float: right;
    width: 590px;
}

#side {
    float: left;
    width: 210px;
}


/***********************************
** Detail Layout (For Base Frame) **
***********************************/

#head-logo {
    position: absolute;
    left: 20px;
    top: 10px;
}

#head-contact {
    position: absolute;
    right: 20px;
    top: 20px;
}

#main-content {
    margin: 20px auto;
    width: 550px;
}

#side-content {
    margin: 20px 10px 20px 20px;
    width: 180px;
    height: 718px;
    background-image: url(http://www.torigoe-clinic.jp/images/menu_bg.jpg);
    background-repeat: no-repeat;
}

#foot-content {
    margin: 0 auto;
    width: 760px;
    border-top: 2px solid #FF9900;
}

div.side-header {
    margin: 0;
    width: 180px;
    height: 32px;
}

div.side-menu {
    width: 145px;
    padding-left: 35px;
    height: 35px;
    margin: 1px 0;
    background-image: url(http://www.torigoe-clinic.jp/images/menu.jpg);
    background-repeat: no-repeat;
    line-height: 35px;
}

div.foot-copyright {
    margin: 10px;
    width: 322px;
    height: 34px;
    float: right;
}


/*********************************
** Detail Layout (for Top Page) **
**********************************/

#top-new {
    width: 550px;
    margin: 10px 0;
}

div.top-new-title {
    width: 550px;
    height: 35px;
}

div.top-new-item {
    clear: both;
    width: 550px;
    height: 30px;
    background-color: #ffffcc;
    line-height: 28px;
}

div.top-new-item-date {
    float: left;
    text-align: center;
    width: 80px;
    height: 28px;
    font-weight: bold;
}

div.top-new-item-title {
    float: left;
    width: 460px;
    padding-left: 10px;
    height: 28px;
}


/************************************************
** Detail Layout (for Category / Entry Pages) **
************************************************/

h1#page-title {
    padding-left: 10px;
    width: 540px;
    height: 32px;
    line-height: 32px;
    background-color: #ff9933;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

div.entry {
    width: 550px;
    margin: 5px 0;
}

h2.entry-title {
    margin-left: 5px;
    padding-left: 10px;
    width: 535px;
/*    height: 25px;*/
    line-height: 25px;
    color: #00000;
    font-weight: bold;
    font-size: 14px;
    background-color: #ffcc33;
    border-bottom: solid 1px #778899;
}

div.entry-content {
    margin: 10px 0 10px 10px;
    width: 540px;
}

div.entry-content h3 {
    font-weight: bold;
    font-size: 14px;
}

p.entry-more-link {
    padding-right: 10px;
    text-align: right;
}


/************************
** Common Table Layout **
************************/

table.data-table {
    margin: 10px auto;
    width: 95%;
    border-collapse: collapse;
    border: solid 1px #888888;
}

table.data-table th {
    padding: 5px;
    border: solid 1px #888888;
    background-color: #F2F2F2;
    text-align: center;
}

table.data-table td {
    padding: 5px;
    border: solid 1px #888888;
    text-align : left;
}


/**************************************
** Reservation Calendar Table Layout **
**************************************/

table.calendar {
    border-collapse: collapse;
    margin: 0 10px 10px 0;
    width: 252px;
    height: 150px;
    border: solid 2px #888888;
}

table.calendar caption {
    caption-side: top;
    font-weight: bold;
    font-size: 16px;
}

table.calendar tr th {
    text-align: center;
    border: solid 1px #888888;
}

table.calendar tr td {
    text-align: center;
    border: solid 1px #888888;
}

table.calendar tr td.past {
    background-color: #CCCCCC;
}

table.calendar tr td.avail {
    background-color: #66CCFF;
}

table.calendar tr th, table.calendar tr td, table.calendar tr td a {
    font-size: 16px;
}

table.calendar tr th.m0 {
    color: #FF0000;
}

table.calendar tr th.m6 {
   color: #0000FF;
}


/************************
** Form Table Layout **
************************/

table.form-table {
    border-collapse: collapse;
    padding-top: 10px;
}

table.form-table caption {
    caption-side: top;
    text-align: left;
}

table.form-table tr th {
    padding: 0 10px;
    text-align: right;
}

table.form-table tr td {
    padding: 5px 0;
}

fieldset legend {
    color: #0000FF;
    margin-left: 10px;
    font-weight: bold;
}
