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

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

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

img {
    border: none;
}

p {
    margin: 6px 0px;
    font-size: 12px;
    line-height: 16px;
}


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

#container {
    position: relative;
    margin: 0 auto;
    width: 780px;
    background-color: #FFFFFF;
    border-width: 0 1px;
    border-style: solid;
    border-color: #888888;
}

#banner, #pagebody, #foot {
    clear: both;
    width: 780px;
}

#banner {
    height: 87px;
    background-image: url(http://www.hdlab.co.jp/web/images/head_bg.gif); 
    background-repeat: repeat-x;
}

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

#side {
    float: left;
    width: 230px;
    background-color: #FFFFFF;
}

#foot {
    height: 100px;
    border-top: solid 20px #FFFFFF;
    background-image: url(http://www.hdlab.co.jp/web/images/foot_bg.jpg); 
}


/***************************
** Detail Layout (Common) **
***************************/

#banner-title
{
    position: absolute;
    top: 12px;
    left: 10px;
}

#banner-description
{
    position: absolute;
    top: 18px;
    left: 235px;

    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

#banner-headnote
{
    position: absolute;
    top: 5px;
    left: 575px;
    width: 250px;
    height: 30px;
}

#banner-contact
{
    position: absolute;
    top: 60px;
    left: 700px;
    width: 210px;
    height: 30px;
}

div.side-menu
{
    width: 230px;
    height: auto;
}

div.side-banners
{
    width: 230px;
    height: auto;
}


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

#main-headlines
{
    margin: 10px auto;
    width: 530px;
}

#main-banners
{
    margin: 10px auto;
    width: 530px;
}

div.main-headlines-item
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}

div.main-headlines-date
{
    float: left;
    text-align: center;
    margin-right: 10px;
    width: 80px;
    height: 26px;
    background-color: #CCCCCC;
}


/****************************************
** Detail Layout (for the other Pages) **
*****************************************/

h1#page-title
{
    margin: 10px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #990000;
    width: 515px;
    height: 30px;
    background-image: url(http://www.hdlab.co.jp/web/images/h1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

div.entry, div.subcategory-list
{
    clear: both;
    margin: 10px;
}

h2.entry-title
{
    padding-left: 10px;
    width: 520px;
    height: 30px;
    background-image: url(http://www.hdlab.co.jp/web/images/h2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

h2.entry-title, h2.entry-title a
{
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

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

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

div.entry h3
{
    padding-left: 5px;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #666666;
    width: 520px;
    height: 22px;
    background-image: url(http://www.hdlab.co.jp/web/images/h3.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

div.entry h4
{
    font-size: 12px;
    font-weight: bold;
    color: #3366CC;
}

div.entry h5
{
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
}

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

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