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

img {
    border: none;
}

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

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


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

#container {
    position: relative;
    width: 750px;
    margin: 0 auto;
}

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

#head {
    height: 122px;
}

#foot {
    height: 136px;
}

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

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


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

div.menu-line {
    width: 183px;
    height: 1px;
    background: url(http://www.rose-mania.com/images/menu-line_bg.gif) no-repeat;
    overflow: hidden;
}

div.menu-category {
    margin-bottom: 15px;
    width: 183px;
}

div.menu-category-title {
    padding-left: 20px;
    height: 36px;
    background: url(http://www.rose-mania.com/images/menu-category-title_bg.jpg) no-repeat;
    line-height: 36px;
}

div.menu-category-title, div.menu-category-title a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

div.menu-entry-title {
    margin: 6px 10px;
    padding-left: 20px;
    background: url(http://www.rose-mania.com/images/menu-entry-title_bg.gif) left center no-repeat;
    line-height: 14px;
}

div.menu-entry-title a {
    font-size: 12px;
}


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

div.main-top-product {
    float: left;
    padding: 15px 0 0 15px;
    width: 260px;
}

div.main-top-product-title {
    border-bottom: solid 1px #CCCCCC;
}

div.main-top-product table {
    width: 260px;
    border-bottom: solid 1px #CCCCCC;
}

td.main-top-product-pict {
    padding: 5px 0;
    width: 100px;
    color: #A8073D;
    font-size: 10px;
}

td.main-top-product-desc {
    height: 60px;
    color: #666666;
    border-bottom: solid 1px #CCCCCC;
}

td.main-top-product-more div{
    margin-left: 60px;
    padding-left: 20px;
    background-image: url(http://www.rose-mania.com/images/arrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div.main-top-space {
    clear: both;
    height: 30px;
}


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

div.entry {
    clear: both;
    margin-bottom: 20px;
    width: 550px;
}

h2.entry-title {
    padding-left: 30px;
    width: 520px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    background: url(http://www.rose-mania.com/images/entry-title_bg.jpg) no-repeat;
}

div.entry-content {
}

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

div.entry-content p, div.entry-content p strong {
    color: #666666;
}

div.entry-content p, div.entry-content p a {
    font-size: 14px;
}

div.entry-content p.note {
    font-size: 12px;
    line-height: 16px;
}

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


/***********************
** Form Table Layout **
***********************/

table.form-table {
    border-collapse: collapse;
    width: 90%;
    margin: 10px auto;
    border: solid 1px #000000;
}

table.form-table tr th {
    padding: 10px;
    text-align: center;
    border: solid 1px #000000;
    background-color: #F2F2F2;
}

table.form-table tr td {
    padding: 5px;
    text-align: left;
    border: solid 1px #000000;
}


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

table.data-table {
    margin: 10px auto;
    width: 80%;
    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;
    text-align : center;
}


/*********  top  *************/
body#top  {
    background-image: url(http://www.rose-mania.com/images/top_body_bg.gif);
    background-repeat: repeat;
}

#top #container {
    padding: 0 20px 0 17px;
    background-image: url(http://www.rose-mania.com/images/top_container_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#top #main {
    width: 750px;
}

#top #side {
    width: 0;
}

#top #foot {
    height: 75px;
    background-image: url(http://www.rose-mania.com/images/top-foot_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.top-font1{
font-size:13px;
color:#999999;
}

.top-font2{
font-size:12px;
color:#cccccc;
}
