/*********************
** 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%;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
    background-color: #FFFFFF;
}

img {
    border: none;
}


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

#container {
    margin: 0 auto;
    width: 750px;
    background-color: #FFFFFF;
    background-image: url(http://www.sugito-rotary.org/images/bg.jpg);
    background-repeat: repeat-x;
}

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

#head {
    padding-top: 35px;
    height: 155px;
}

#main {
    float: left;
    width: 540px;
}

#side {
    float: right;
    width: 190px;
}

#foot {
    background-color: #FFFFFF;
}

#foot div {
    padding-top: 16px;
}


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

#head-logo {
    float: left;
    width: 436px;
    height: 88px;
}

#head-tel {
    display: inline;  /* For IE Bug */
    float: right;
    margin-top: 90px;
    width: 278px;
    height: 39px;
}

div.side-header {
    width: 190px;
    height: 32px;
}

div.side-menu {
    padding-left: 30px;
    width: 160px;
    height: 32px;
    line-height: 32px;
    background-image: url(http://www.sugito-rotary.org/images/side-menu_bg.jpg);
    background-repeat: no-repeat;
}

div.side-menu-foot {
    overflow: hidden;  /* For IE Bug */
    width: 190px;
    height: 3px;
    background-image: url(http://www.sugito-rotary.org/images/side-menu-foot_bg.jpg);
    background-repeat: no-repeat;
}

div.side-contact {
    margin-top: 8px;
}


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

div.top-main-content {
    clear: both;
    padding-bottom: 20px;
    width: 540px;
}

h2.top-main-title {
    width: 540px;
    height: 36px;
}

div.top-main-divider {
    overflow: hidden;  /* For IE Bug */
    width: 540px;
    height: 1px;
    background-image: url(http://www.sugito-rotary.org/images/top-main-divider_bg.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

table.top-main-report-item {
    margin: 7px 0;
    width: 540px;
}

table.top-main-report-item td {
    vertical-align: top;
    text-align: left;
}

h3.top-main-report-item-title a {
    line-height: 20px;
    color: #656565;
    font-weight: bold;
    font-size: 15px;
}

div.top-main-report-item-content p {
    margin: 10px 0;
}

div.top-main-weeklyreport-item {
    margin-left: 15px;
    padding-left: 30px;
    width: 495px;
    line-height: 30px;
    background-image: url(http://www.sugito-rotary.org/images/pdf.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

div.top-main-information-item {
    margin-left: 15px;
    line-height: 30px;
}


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

div.entry {
    clear: both;
    margin-bottom: 10px;
}

h2.entry-title {
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    background-image: url(http://www.sugito-rotary.org/images/h2_bg.jpg);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

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

div.entry-content p {
    margin: 10px;
    line-height: 18px;
}

div.entry-content h3 {
    clear: both;
    margin: 5px;
    padding-left: 10px;
    width: 520px;
    background-color: #325174;
    line-height: 25px;
    font-size: 16px;
    color: #FFFFFF;
}

div.entry-content h4 {
    clear: both;
    margin: 5px;
    padding-left: 10px;
    width: 520px;
    background-color: #487EBD;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

div.entry-content img {
    margin: 5px;
}

p.pdf img {
    margin: 0px;
}


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

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

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

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

table.data-table p {
    margin: 0;
    line-height: 16px;
}
