/*********************
** 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: #B2B9A8;
    background-image: url(http://www.sattecrane.com/images/body_bg.jpg);
    background-repeat: repeat-x;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', sans-serif;
}

img {
    border: none;
}


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

#container {
    position: relative;
    margin: 0 auto;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    width: 750px;
    background-color: #FFFFFF;
}

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

#head {
    height: 75px;
    background-image: url(http://www.sattecrane.com/images/head_bg.jpg);
    background-repeat: repeat-x;
}

#foot {
}

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

#side {
    float: left;
    width: 200px;
    background-color: #EDF2EB;
}


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

#head div {
    display: inline; /* for IE Bug */
}

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

div#head-description {
    position: absolute;
    top: 10px;
    right: 10px;
}

div#side-content {
    padding: 0 10px;
    width: 180px;
}

div.side-menu {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url(http://www.sattecrane.com/images/side-menu_bg.jpg);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}

div.side-divider {
    overflow: hidden;  /* For IE Bug */
    clear: both;
    width: 180px;
    height: 1px;
    background-image: url(http://www.sattecrane.com/images/side-divider_bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

div#side-area-content {
    margin-bottom: 30px;
    border-left: solid 1px #55845A;
    border-right: solid 1px #55845A;
    border-bottom: solid 1px #55845A;
    padding: 10px;
    background-color: #FFFFFF;
}

div#side-area-content p {
    margin: 10px 0;
}

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

div.main-content, div.entry {
    clear: both;
    padding: 0 10px;
}

div.main-content p {
    margin: 10px;
}

div.main-divider {
    overflow: hidden;  /* For IE Bug */
    clear: both;
    width: 530px;
    height: 1px;
    background-image: url(http://www.sattecrane.com/images/main-divider_bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

div.main-content-newsitem {
    clear: both;
}

div.main-content-newsitem-date {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    color: #4F5E37;
    background-color: #EFF1EE;
}

div.main-content-newsitem-title {
    display: inline;  /* For IE Bug */
    float: left;
    padding-left: 10px;
    width: 420px;
    line-height: 30px;
}

table#main-table {
    margin-top: 18px;
}

table#main-table td {
    padding: 0 5px;
    line-height: 20px;
}


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

h1#page-title {
    margin-bottom: 24px;
    padding-left: 44px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #2F4D35;
    background-image: url(http://www.sattecrane.com/images/h1_bg.jpg);
}

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

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

div.entry-content h3 {
    margin-top: 1px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #434F2B;
    background-image: url(http://www.sattecrane.com/images/h3_bg.gif);
}

div.entry-content h4 {
    margin-top: 1px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #434F2B;
    background-image: url(http://www.sattecrane.com/images/h4_bg.jpg);
}

div.entry-content h5 {
    margin-top: 1px;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #3F4E2F;
    background-image: url(http://www.sattecrane.com/images/h5_bg.gif);
}

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

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

div.entry-content p.entry-more-link {
    text-align: right;
}

div.entry_works {
    display: inline;  /* For IE Bug */
    float: right;
    margin: 10px;
    width: 250px;
}


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

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

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

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

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

table.form-table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 500px;
}

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

table.form-table td {
    text-align : left;
}

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