@import "basic.css";
@import "layout_entry.css";
@import "header.css";
@import "entry_default.css";
@import "navigation.css";
@import "footer.css";
@import "ranking.css";

/* entry
---------------------------------------------------------------------- */
div.entry h2{
    padding: 8px 0px 3px 55px;
}
div.entry div.entry_more {
    background-image:url('img/item_information_bg.gif');
    background-position:right top;
    background-repeat:no-repeat;
    line-height: 1.6em;
    margin: 13px auto 0px auto;
    text-align:left;
    width:614px;
}
div.entry div.entry_more img.pict,
div.entry div.entry_more img.thumb{
    float:left;
    margin: 0px;
}
div.entry div.entry_more div.item_information{
    float:right;
    height:100%;
    width:222px;
}
div.entry div.entry_more div.item_information p#item_information_com{
    border-bottom:1px dotted #fff;
    border-top:1px dotted #fff;
    margin: 35px 10px 10px 10px;
    padding:10px;
}

div.entry div.entry_more div.item_information p#price{
    color:#59b300;
    font-weight:bold;
    margin: 0px 10px 0px 10px;
    padding:10px;
}
div.entry div.entry_more div.item_information p#price span{
    color:#000;
    font-size:80%;
    font-weight:normal;
    margin-left:10px;
}
/* comment
---------------------------------------------------------------------- */
div#comment {
    background-image:url('img/comment_bg.gif');
    background-position:top;
    background-repeat:no-repeat;
    margin: 0px 8px 0px 8px;
    padding: 0px 0px 0px 0px;
    text-align:left;
}
div#comment h3{
    margin: 0px 13px 20px 13px;
    padding: 7px 7px 7px 34px;
}
div#comment h4{
    background:none;
    border:none;
    color:#000;
    font-size:110%;
    padding: 7px 7px 7px 34px;
}
div#comment dl.comment_body {
    line-height: 1.6em;
    margin: 13px;
}
div#comment dl.comment_body dt{
    border-bottom:1px dotted #ccc;
    border-left:10px solid #ccc;
    padding-left:10px;
}
div#comment dl.comment_body dd{
    background-color:#fffdd8;
    margin-top:13px;
    padding:21px;
}
div#comment form{
    background-image:url('img/comment_bg.gif');
    background-position:top;
    background-repeat:no-repeat;
    margin: 0px 13px 5px 13px;
}
div#comment p#comment_info{
    padding: 21px 21px 0px 21px;
}
div#comment ul{
    margin: 0px 13px 0px 33px;
    paddin:21px;
}
div#comment dl#comment_form {
    line-height:2em;
    margin: 10px 0px;
}
div#comment dl#comment_form dt {
    border-top:1px solid #ccc;
    clear: left;
    display: block;
    float: left;
    width: 7em;
    text-align: right;
}
div#comment dl#comment_form dt label#labelsubmit {
    display: none;
}
div#comment dl#comment_form dd {
    border-top:1px solid #ccc;
    margin: 0px 0px 0px 7em;
}
div#comment dl#comment_form dd input,div#comment dl#comment_form dd textarea{
    margin: 3px 0px 3px 0px;
}
/* form button
---------------------------------------------------------------------- */
div.ekiben_request{
    margin: 0px 10px 20px 10px;
    padding: 0px 10px 0px 10px;
}
div.ekiben_request form,div.ekiben_request form p{
    display:inline;
}
div.ekiben_request form .button1{
    background-color:#fffdd8;
    border-color:#cccccc;
    width:100%;
}
div.ekiben_request form .button2{
    background-color:#f5f5f5;
    border-color:#cccccc;
    width:100%;
}
/* historyback
---------------------------------------------------------------------- */
div#historyback{
    margin:13px auto 0px auto;
    text-align:left;
    width:614px;
}
div#historyback_b{
    margin:0px auto 13px auto;
    text-align:left;
    width:614px;
}
div#historyback span,div#historyback_b span{
    background-image:url('img/return.gif');
    background-repeat:no-repeat;
    display:block;
    height:20px;
    width:100px;
}
div#historyback a,div#historyback_b a{
    display:block;
    height:20px;
    overflow:hidden;
    text-indent:-3838em;
    width:100px;
}
div#historyback a:hover,div#historyback_b a:hover{
    background-image:url('img/return.gif');
    background-position:0 -20px;
    background-repeat:no-repeat;
}

