@charset "utf-8";

/* -------------------------------------------
    collection
 ------------------------------------------- */

#li2 a,
#li2 a:hover,
#li2 a:visited:hover,
#li2 a:focus,
#li2 a.selected:link,
#li2 a.selected:visited {
    background: transparent url(../images/gnavi.jpg) -128px -60px no-repeat;
}

#contentR h2 {
    background: transparent url(../images/title_collection.jpg) no-repeat;
}

#contentR .content_head span {
    font-size: 80%;
}

#collection #contentR .content_body {
    margin: 0;
}

#contentR .list li{
    padding: 0 0 20px 20px;
    width: 254px;
    height: 129px;
    list-style: none;
    float: left;
}

* html #contentR .list li{
    width: 274px;
}

#contentR .list li a{
    padding: 7px;
    height: 115px;
    background: transparent url(../images/collectionlist_bg.gif) top no-repeat;
    display: block;
}

* html #contentR .list li a{
    height: 129px;
}

#contentR .list li a:hover,
#contentR .list li a:focus {
    background: transparent url(../images/collectionlist_bg.gif) bottom no-repeat;
}

#contentR .list li img{
    margin: 0 5px 0 0;
    border: 1px solid #adad7b;
    float: left;
}

#contentR .list li span {
    font-size: 80%;
    display: block;
}

#contentR .item_title {
    font-weight: bold;
    line-height: 120%;

}

#contentR .item_desc {
    margin: 0.5em 0 0 0;
    line-height: 1.4em;
}

/* -------------------------------------------
    collection_item
 -------------------------------------------*/

#contentR #item {
    padding: 2px;
    height: 406px;
    background: #f2f5eb;
}

#contentR .photo {
    width: 302px;
    height: 402px;

    line-height: 400px;
    float: left;
}

#contentR .photo img {
    vertical-align: middle;
    border: 1px solid #adad7b;
}

#contentR .desc {
    margin: 0 0 0 302px;
    padding: 10px;
    height: 382px;
}

#contentR .desc h4 {
    margin-bottom: 3px;
    padding-botom: 2px;
    font-size: 110%;
    font-family: sans-serif;
    border-bottom: 2px dotted #c6cbbc;
}

#contentR .desc:after {
    content: "";
    height: 0;
    display : block;
    clear: left;
}

#contentR .desc dl {
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    border-bottom: 2px dotted #c6cbbc;
}

#contentR .desc dt {
    padding: 0;
    width: 4em;
    font-family: sans-serif;
    font-size: 80%;
    font-weight: bold;
    float: left;
}

#contentR .desc dd {
    margin: 0 0 0 6em;
    padding: 0 0 0 1em;
    font-size: 80%;
    line-height: 140%;
    border-left: 2px dotted #c6cbbc;
}

#contentR .stock {
    color: #131b01;
}

#contentR .thumb {
    margin: 0 0 -100px 0;
}

/*IE6以下用*/
* html #contentR .thumb {
    margin: 0;
}

/*IE7用*/
*+html #contentR .thumb {
    margin: 0;
}

#contentR .thumb h4 {
    margin-bottom: 10px;
    padding-botom: 2px;
    font-size: 110%;
    font-family: sans-serif;
    border-bottom: 2px dotted #c6cbbc;
}

#contentR .thumb li {
    margin: 0 10px 0 0;
    width: 67px;
    float: left;
}

#contentR .thumb a {
    border: 2px solid #adad7b;
    display: block;
}

#contentR .thumb ul li a:hover,
#contentR .thumb ul li a:focus {
    border: 2px solid #b08887;
}

#contentR .thumb ul:after {
    content: "";
    height: 0;
    display: block;
    clear: left;
}

.clearboth {
    clear: both;
}

/* -------------------------------------------
    collection_form
 -------------------------------------------*/

#form {
    padding: 10px;
    font-size: 95%;
    text-align: left;
    background: #f2f5eb;
}

#contentR .head dt {
    font-weight: bold;
}

#contentR .head dd {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px dotted #c6cbbc;
}

#contentR em {
    color: #883535;
}

.addresslist {
    margin: 0 0 0 60px;
}

.addresslist dt {
    width: 7em;
    float: left;
}

.addresslist dd {
    margin: 0 0 0 7em;
}

.buttons {
    margin: 20px 0 0 0;
    text-align: center;
}

.buttons:after {
    content: "";
    height: 0;
    display: block;
    clear: left;
}

.formbutton {
    margin: 0 20px 0 20px;
    width: 200px;
    color: #883535;
    border: 1px solid #883535;
    float: left;
}

.form-preview {
    margin: 0 20px;
    width: 520px;
    background: #f2f5eb;
}
.form-name {
    padding:2px;
    width: 8em;
    font-weight: bold;
    background: #f2f5eb;
    border-right: 2px dotted #adad7b;
    border-bottom: 2px dotted #adad7b;
}
.form-value {
    padding:2px;
    border-bottom: 2px dotted #adad7b;
}
.formerror {
    color: #883535;
    font-weight: bold;
}
.form-notice {
    font-weight: bold;
    color: #FF3300;
}

form span.formerror {
    margin: 20px 20px 0 20px;
    display: block;
}

.caperror {
    margin: 0 20px 20px 20px;
    display: block;
}

}
.formtable {
    width: 550px;
    margin: 0px auto 0px auto;
    font-size: 95%;
    padding: 10px;
    text-align: left;
}

.formtable th {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px dotted #c6cbbc;
    text-align: left;
    line-height: 140%;
}

.formtable td {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px dotted #c6cbbc;
    text-align: left;
    line-height: 140%;
}
.data_table {
    width: 550px;
    margin: 0px auto 0px auto;
    font-size: 80%;
    padding: 10px;
    text-align: left;
}