@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #3366cc;
    text-decoration: underline;
}
a:visited{
    color: #3366cc;
    text-decoration: underline;
}
a:hover{
    color: #57b6e7;
    text-decoration: underline;
}
a:active{
    color: #57b6e7;
    text-decoration: underline;
}

ul{
    margin: 0px;
    padding: 0px;
}

li{
    margin: 0px;
    padding: 0px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    text-align: left;
}
p.large{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.4em;
    color: #339933;
}
p.indent{
    padding-left: 20px;
}

p.price{
    color: #cc0000;
    text-align: right;
}

p.more{
    margin-bottom: 0;
    text-align: right;
    padding-right: 5px;
}

p.more a{
    display: block;
    width: 84px;
    height: 23px;
    margin-left: auto;
    background-image : url(more_8Eb.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

p.icon{
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.5em;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

table{
    width: 100%;
    line-height : 150%;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
}

table th{
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 9px;
    text-align: left;
    background-color: #fff9d2;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    white-space: nowrap;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
}

td p{
    margin-bottom: 0.5em;
}
/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    width: 123px;
    height: 27px;
    background-image : url(returnTop.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
}

