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

img {
    border: none;
}

.price {
    font-weight: bold;
    color: #B31300;
}


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

#container {
    margin: 0 auto;
    padding: 10px 0;
    width: 750px;
}

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

#head {
}

#foot {
    padding-top: 10px;
}

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

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


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

#head-banner {
    height: 75px;
}

#head-salemenu-title {
    display: inline;  /* For IE Bug */
    float: left;
    padding: 14px 10px 14px 7px;
    width: 143px;
    height: 20px;
    background-color: #F6F8F7;
    background-image: url(http://www.kagu-daizukan.com/images/head-salemenu-title_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

#head-salemenu-content {
    display: inline;  /* For IE Bug */
    float: left;
    margin: 0 5px;
    width: 580px;
    line-height: 24px;
    font-size: 15px;
}

#head-salemenu-content p {
    display: inline;
    float: left;
}

#head-salemenu-content p a {
    margin: 0 10px;
}

#head-blist {
    clear: both;
    padding-left: 10px;
    height: 33px;
    line-height: 33px;
    background-image: url(http://www.kagu-daizukan.com/images/head-blist_bg.jpg);
}

div#side-search {
    margin: 10px 0;
}

div#side-search-input {
    border-right: 2px solid #386C3B;
    border-left: 2px solid #386C3B;
    border-bottom: 2px solid #386C3B;
}

div#side-search-input table {
    height: 44px;
}

div.side-calendar {
    margin: 10px 0;
    width: 160px;
}

div.side-calendar table {
    margin: 0 auto 10px auto;
    border-collapse: collapse;
    border: solid 2px #386C3B;
}

div.side-calendar table caption {
    margin-top: 10px;
    caption-side: top;
    font-size: 14px;
    font-weight: bold;
}

div.side-calendar table tr th, div.side-calendar table tr td {
    border: solid 1px #386C3B;
    width: 24px;
    height: 18px;
    text-align: center;
}

div.side-calendar table tr th {
    background-color: #B9CFB9;
    font-weight: normal;
}

div.side-calendar table tr td {
    background-color: #FFFFFF;
    font-weight: normal;
}

div.side-calendar table tr th.m0 {
    color: #FF0000;
}

div.side-calendar table tr th.m6 {
    color: #0000FF;
}

div.side-calendar table tr td.dayoff {
    background-color: #E3E8E3;
}

div.side-menu {
    margin: 1px 0;
    width: 160px;
    height: 40px;
}

div.side-submenu-item {
    margin-left: 3px;
    padding-left: 12px;
    line-height: 24px;
    background-image: url(http://www.kagu-daizukan.com/images/side-submenu-icon.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

div.side-submenu-divider {
    overflow: hidden;  /* for IE Bug */
    width: 160px;
    height: 1px;
    background-image: url(http://www.kagu-daizukan.com/images/side-submenu-divider_bg.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

div.side-banner, div.side-info {
    width: 160px;
    margin: 10px 0;
}

#foot-info {
    width: 750px;
}

div.foot-info-column {
    display: inline; /* for IE Bug */
    float: left;
    margin: 1px 0 8px 0;
    width: 250px;
    height: 600px;
}

div.foot-left, div.foot-center {
    background-image: url(http://www.kagu-daizukan.com/images/foot-info-vline.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

div.foot-info-content p {
    margin: 6px;
    line-height: 15px;
    font-size: 11px;   
    color: #5A5A5A;
}

div.foot-info-content p.image {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

div.foot-info-content p span.tel {
    font-weight: bold;
    color: #E20000;
}

#foot-info-bottom {
    clear: both;
    padding: 15px 5px;
    height: 80px;
    background-image: url(http://www.kagu-daizukan.com/images/foot-info-hline.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

#foot-info-bottom-title {
    float: left;
    width: 200px;
}

#foot-info-bottom-content {
    float: left;
    width: 540px;
    line-height: 20px;
}

#foot-info-bottom-content p {
    float: left;
}

#foot-copyright {
    clear: both;
    width: 750px;
    height: 45px;
    background-image: url(http://www.kagu-daizukan.com/images/foot-copyright_bg.jpg);
}

#foot-copyright p {
    padding-top: 10px;
    color: #263229;
    text-align: center;
}


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

div#main-top {
    height: 210px;
    background-image: url(http://www.kagu-daizukan.com/images/main-top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}

div#main-top-banner {
    float: right;
    width: 150px;
}

div#main-news {
    margin-top: 12px;
}

div.main-news-item {
    height: 30px;
    line-height: 30px;
}

div.main-news-item-date {
    display: inline;
    float: left;
    padding-left: 20px;
    width: 80px;
    background-color: #E7E7E7;
    color: #00302A;
    font-weight: bold; 
}

div.main-news-item-title {
    display: inline;
    float: left;
    padding-left: 10px;
}

div#main-center {
    margin-top: 14px;
}

div#main-center2 img {
    padding: 5px;
}

div#main-ranking {
    margin-top: 10px;
}

div#main-recommended {
    overflow: hidden;
}

div#main-ranking-title, div#main-recommended-title {
    margin-bottom: 14px;
    padding-left: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

div#main-ranking-title {
    background-image: url(http://www.kagu-daizukan.com/images/ranking-title_bg.jpg);
}

div.main-ranking-item {
    height: 72px;
}

div.main-ranking-item-rankmark {
    display: inline;
    float: left;
    margin: 14px 0 0 14px;
}

div.main-ranking-item-img {
    display: inline;
    float: left;
    margin: 8px 0 0 10px;
}

div.main-ranking-item-content {
    display: inline;
    float: left;
    margin: 8px 0 0 10px;
    width: 170px;
    height: 55px;
}

div.main-ranking-item-content p {
    font-size: 12px;
    font-weight: normal;
}

div.main-ranking-item-description {
    display: inline;
    float: left;
    margin: 8px 0 0 10px;
    width: 216px;
}

div.main-ranking-item-description p {
    font-size: 11px;
}

div#main-recommended {
    margin-top: 24px;
}
div#main-recommended-title {
    background-image: url(http://www.kagu-daizukan.com/images/h2_bg.jpg);
}

td.main-recommended-item {
    border-right: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    vertical-align: top;
    width: 289px;
}

div.main-recommended-item-img {
    margin: 12px auto 4px;
    width: 150px;
}

div.main-recommended-item-content {
    clear: both;
    margin-left: 10px;
    padding-top: 10px;
}

div.main-recommended-item-content p {
    font-size: 12px;
    font-weight: normal;
}

div.main-recommended-item-description {
    margin-left: 10px;
    padding-bottom: 10px;
}

div.main-recommended-item-description p {
    font-size: 11px;
}


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

h2#category-title, h2.entry-title {
    padding-left: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(http://www.kagu-daizukan.com/images/h2_bg.jpg);
}

h3.entry-title {
    margin-bottom: 14px;
    padding-left: 14px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    background-image: url(http://www.kagu-daizukan.com/images/h3_bg.jpg);
}

div#category-img {
    margin-bottom: 10px;
    text-align: center;
}

div.subcategory, table.subcategory-content {
    clear: both;
}

h3.subcategory-title, h3.category-link {
    clear: both;
    margin-bottom: 14px;
    padding-left: 14px;
    height: 26px;
    width: 566px;
    line-height: 26px;
    background-image: url(http://www.kagu-daizukan.com/images/h3_bg.jpg);
}

h3.subcategory-title a {
    font-weight: normal;
}

p.subcategory-link {
    display: inline; /* for IE Bug */
    float: right;
    margin-bottom: 10px;
    line-height: 23px;
}

p.subcategory-link {
    margin-left: 10px;
    font-size: 12px;
}

div.pagelinks_head {
    text-align: right;
}

div.pagelinks_foot {
    text-align: center;
}

div.pagelinks_head , div.pagelinks_foot {
    clear: both;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

div.pagelinks_head a, div.pagelinks_foot a {
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

td.entry-item {
    border-right: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    vertical-align: top;
    width: 289px;
}

div.entry-item-img {
    margin: 12px auto 4px;
    width: 150px;
}

div.entry-item-content {
    clear: both;
    margin-left: 10px;
    padding-top: 10px;
}

div.entry-item-content p {
    font-size: 12px;
    font-weight: normal;
}

div.entry-item-description {
    margin-left: 10px;
    padding-bottom: 10px;
}

div.entry-item-description p {
    font-size: 11px;
}

div.entry {
    clear: both;
}

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

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

div.entry-content h4 {
    margin-bottom: 14px;
    padding-left: 14px;
    height: 26px;
    width: 566px;
    line-height: 26px;
    font-weight: normal;
    background-image: url(http://www.kagu-daizukan.com/images/h3_bg.jpg);
}

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

p.category-list {
    clear: both;
    margin-bottom: 18px;
}

h3.list-title {
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    background-image: url(http://www.kagu-daizukan.com/images/h3_bg.jpg);
}

div.list-content {
    width: 535px;
    margin: 5px 10px 0 15px;
}

span.page-link {
    text-align: left;
    margin-left: 10px;
    line-height: 20px
}


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

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

table.product-detail th {
    border: solid 1px #888888;
    padding: 5px;
    background-color: #E6E6E6;
    text-align: center;
    font-weight: normal;
    color: #555555;
}

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

th#product-detail-title {
    font-weight: bold;
}

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

table.product-detail td form {
    text-align: center;
    line-height: 38px;
}

div#product-image {
    clear: both;
    text-align: center;
    width: 580px;
}

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

