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

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ECECEC;
    background-image: url("http://www.hodaka-kenich.com/images/bg.gif");
    background-repeat: repeat-y;
    font-size: 15px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

img {
    border: none;
}

p {
    margin: 6px 0px;
    font-size: 15px;
    line-height: 18px;
}

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


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

#container {
    position: relative;
    width: 800px;
    border-right: solid 1px #999999;
    background-color: #FFFFFF;
}

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

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

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

#foot {
    height: 120px;
    background-image: url("http://www.hodaka-kenich.com/images/foot_bg.jpg");
    border-top: solid 10px #FFFFFF;
}

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

#main-content {
    margin: 10px auto;
    width: 570px;
}

#side-menu {
    width: 200px;
}

div.side-menu-item {
    width: 200px;
    height: 45px;
    border-bottom: solid 1px #FFFFFF;
}

#side-pj-archive {
    margin-top: 10px;
    width: 200px;
    background-color: #EFEFEF;
}

div.side-pj-archive-title {
    height: 45px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

div.side-pj-archive-item {
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
}

div.side-pj-archive-item a {
    font-size: 15px;
}

#foot-copyright {
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}


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

#top-new, #top-pj {
    margin: 10px 0;
    width: 570px;
}

div.top-new-title, div.top-photonovel-title, div.top-pj-title {
    width: 570px;
    height: 27px;
}

div.top-new-item, div.top-photonovel-item, div.top-pj-item {
    clear: both;
    width: 570px;
    height: 30px;
    border-bottom: dashed 1px #888888;
}

div.top-new-item-date, div.top-photonovel-item-date, div.top-pj-item-date {
    float: left;
    display: inline;
    text-align: center;
    width: 100px;
    height: 30px;
    color: #444444;
    font-size: 15px;
    line-height: 30px;
}

div.top-new-item-title, div.top-photonovel-item-title, div.top-pj-item-title {
    float: left;
    display: inline;
    padding-left: 10px;
    width: 460px;
    line-height: 30px;
}

div.top-new-item-title a, div.top-photonovel-item-title a, div.top-pj-item-title a {
    font-size: 15px;
    line-height: 30px;
}


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

h1#page-title {
    width: 570px;
    height: 27px;
}

h1#page-title-pj {
    padding-left: 220px;
    height: 27px;
    line-height: 27px;
    background-image: url("http://www.hodaka-kenich.com/images/PJnews-archive-title.gif");
    color: #1D308B;
    font-size: 18px;
    font-family: 'ＭＳ Ｐ明朝', serif;
}

div.entry {
    clear: both;
    width: 570px;
    margin: 15px 0;
}

h2.entry-title {
    width: 560px;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    line-height: 30px;
    background-image: url("http://www.hodaka-kenich.com/images/entry-title.gif");
}

div.entry-date {
    text-align: right;
    font-size: 13px;
    line-height: 20px;
}

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

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

div.entry-content h4 {
    clear: both;
    margin: 5px;
    padding-left: 10px;
    width: 540px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008DB7;
    
}

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

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

div.pagelinks {
    text-align: center;
}

div.pagelinks a.p_current {
    font-weight: bold;
}

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


/************************
** Common Form Layout **
************************/

dl.form-entry
{
}

dl.form-entry dt {
    padding-left: 3px;
    border-left: 8px solid #193938;
    font-weight: bold;
}

dl.form-entry dd.field {
    margin: 3px 0 12px 0;
}

