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

img {
    border: none;
}


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

#container {
    margin: 0 auto;
    width: 750px;
    background-color: #FFFFFF;
}

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

#pagebody {
    margin-top: 17px;
}

#foot {
}

#main {
    display: inline;  /* For IE Bug */
    float: right;
    margin-right: 10px;
    width: 540px;
}

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


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

div#head-center {
    margin-top: 8px;
    height: 75px;
    text-align: center;
    background-image: url(http://www.tashiro-sr.com/books/images/head-center_bg.gif);
    background-repeat: no-repeat;
    background-position: 674px 0px;
}

div#head-center a img {
    margin-top: 13px;
}

div#side-content {
    text-align: center;
    background-color: #EFEFEF;
}

div.profile-title {
    overflow: hidden;  /* For IE Bug */
    margin: 0 auto;
    padding: 10px 0 0 28px;
    width: 162px;
    height: 23px;
}

div.profile-content {
    margin: 10px 15px;
    width: 160px;
}

div.profile-content p {
    margin: 6px 0;
    line-height: 13px;
    font-size: 11px;
}

div#products-title {
    margin-top: 56px;
    width: 190px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(http://www.tashiro-sr.com/books/images/products-title_bg.jpg);
    background-repeat: no-repeat;
}

div.products {
    margin: 0 10px;
    border-bottom: 3px dotted #999999;
    padding-bottom: 10px;
}

div.products p {
    line-height: 20px;
}


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

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

div#main-bookinfo-img {
    display: inline;  /* For IE Bug */
    float: left;
    margin-left: 16px;
}

div#main-bookinfo-context {
    display: inline;  /* For IE Bug */
    float: left;
    margin-left: 38px;
}

table#bookstoreimg {
    margin: 0 auto;
    width: 90%;
    height: 66px;
}

div.main-bottom-item-title {
    margin: 14px;
}

div.main-bottom-item-content p {
    margin: 10px;
    line-height: 20px;
}

div.main-bottom-item-content img {
    margin: 0 30px 30px 0;
}

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

div.entry {
    clear: both;
    padding-top: 5px;
}

h2.entry-title {
    padding-left: 10px;
    margin: 5px 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFFF;
    background-image: url(http://www.tashiro-sr.com/books/images/h2_bg.gif);
}

div.entry-content h3 {
    margin: 5px 0;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    color: #346BC6;
    background-image: url(http://www.tashiro-sr.com/books/images/h3_bg.gif);
}

div.entry-content h4 {
    padding-left: 10px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    color: #4164CA;
    font-weight: normal;
    background-image: url(http://www.tashiro-sr.com/books/images/h4_bg.gif);
}

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

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

