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

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

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

img {
    border: none;
}


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

#container {
    position: relative;
    margin: 0 auto;
    width: 750px;
}

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

#head {
    position: relative;
    height: 120px;
}

#foot {
    padding-top: 20px;
    height: 120px;
    background-image: url(http://www.tu-kushi.com/images/foot_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

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

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


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

#head-desc1 {
    width: 750px;
    height: 25px;
    line-height: 25px;
}

#head-logo {
    float: left;
    width: 340px;
    height: 25px;
}

#head-tel {
    float: right;
    width: 300px;
    height: 60px;
    text-align: right;
}

#head-desc2 {
    float: left;
    margin-top: 10px;
    width: 330px;
    height: 60px;
    line-height: 18px;
}

#head-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 28px;
}

div.side-banner {
    margin: 10px 0;
    width: 180px;
}

div.side-menu {
    padding-left: 20px;
    width: 160px;
    line-height: 20px;
    background-image: url(http://www.tu-kushi.com/images/side-menu_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.side-separator {
    width: 180px;
    height: 15px;
    background-image: url(http://www.tu-kushi.com/images/side-separator_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

div.side-calendar {
    margin: 10px 0;
    width: 180px;
}

div.side-calendar table {
    margin: 0 auto 10px auto;
    border-collapse: collapse;
    border: solid 2px #C9E0DE;
}

div.side-calendar table caption {
    margin-top: 10px;
    caption-side: top;
    font-size: 14px;
    font-weight: bold;
}

div.side-calendar table tr th, div.side-calendar table tr td {
    border: solid 1px #C9E0DE;
    width: 24px;
    height: 18px;
    text-align: center;
}

div.side-calendar table tr th {
    background-color: #F0F8FF;
    font-weight: normal;
}

div.side-calendar table tr td {
    background-color: #FFFFFF;
    font-weight: normal;
}

div.side-calendar table tr td.dayoff {
    background-color: #FFAEAE;
}

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

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

#foot-copy {
    padding-top: 10px;
    color: #FFFFFF;
    text-align: center;
}


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

div.main-banner {
    margin: 10px 0;
    width: 550px;
    text-align: center;
}

#top-news, #top-message, #top-flow, #top-map {
    clear: both;
    padding-top: 10px;
    width: 550px;
}

#top-new-title, #top-message-title, #top-flow-title, #top-map-title {
    margin: 10px 0;
}

#top-news-title {
    margin-bottom: 7px;
}

div.top-news-item {
    clear: both;
    width: 550px;
}

div.top-news-item-date {
    float: left;
    width: 70px;
    line-height: 25px;
    text-align: center;
}

div.top-news-item-title {
    float: right;
    width: 470px;
    line-height: 25px;
}

div.top-news-separator {
    clear: both;
    width: 550px;
    height: 15px;
    background-image: url(http://www.tu-kushi.com/images/top-news-separator_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#top-message-image {
    float: left;
    width: 170px;
}

#top-message-body {
    float: left;
    margin-left: 10px;
    width: 370px;
}

#top-message-body p {
    margin: 0 5px 12px 5px;
    line-height: 16px;
}

div.top-flow-item-title {
    margin: 5px 0;
}


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

div.entry {
    clear: both;
    width: 550px;
    margin-top: 10px;
}

h2.entry-title {
    padding-left: 20px;
    width: 530px;
/*    height: 34px;*/
    line-height: 34px;
    color: #F99302;
    font-weight: bold;
    font-size: 16px;
    background-image: url(http://www.tu-kushi.com/images/entry-title_bg.jpg);
    background-repeat: repeat-y;
}

div.entry-content {
    width: 550px;
}

div.entry-content p {
    margin: 12px 5px;
    color: #444444;
    line-height: 18px;
}

div.entry-content h3 {
    clear: both;
    margin: 5px 0;
    padding-left: 10px;
    width: 540px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    background-image: url(http://www.tu-kushi.com/images/h3_bg.jpg);
    background-repeat: repeat-y;
}

div.entry-content h4 {
    clear: both;
    margin: 5px 0;
    padding-left: 10px;
    width: 540px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    background-image: url(http://www.tu-kushi.com/images/h4_bg.jpg);
    background-repeat: repeat-y;
}

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;
}


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

table.form-table {
    margin: 10px auto;
    border-collapse: collapse;
    border: solid 1px #888888;
}

table.form-table th, table.form-table td {
    padding: 10px;
    border: solid 1px #888888;
}

table.form-table th {
    background-color: #FEEBC0;
    text-align: center;
}
