@charset "shift_jis";
/* ========================================================== */
/*  ブラウザスタイルの初期化                                  */
/* ---------------------------------------------------------- */
body,form,fieldset{
    margin: 0px;
    padding: 0px;
    color:#3C3C3C;
}
fieldset{ 
    border: none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,li,dt,dd,div,caption,hr{
    margin: 0px;
    padding: 0px;
}
blockquote,li,dl,dd {
    margin: 0px;
}
li{
    margin: 0px;
    list-style-type: none;
}
body  {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #333333;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    line-height: 150%;
    background-color: #FFFFFF;
    background-image: url(/images/header/backgra.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

a:link {
    color : #0000ff;
}
a:visited {
    color : #000080;
}
a:hover {
    color : #ff0000;
}
a:active {
    color : #ff8000;
}

br.clear {
    clear : both;
    height : 0;
    font-size : 1px;
    line-height : 0px;
}

/* ---------- コンテンツページ共通設定 ---------- */

div#contentsBodyLeft {
    float : left;
    width : 710px;
}

div#contentsBodyRight {
    float : right;
    width : 240px;
}

/* ---------- 店コンテンツ更新情報 ---------- */

#shopContentsHeader {
    font-size : 11pt;
    margin : 5px auto;
    text-align : center
}

.shopContentsTitle {
    background-color : #ffffff;
}

.shopContentsBody {
    text-align : left;
    margin : 2px 10px 5px 15px;
}

/* ---------- コンテンツタイトル ---------- */

#title_gray {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/soap/images/contents/title_gray.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-left: 34px;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #000000;
}
#title_orange {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/soap/images/contents/title_orange.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-left: 34px;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #000000;
}
#title_blue {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/soap/images/contents/title_blue.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-left: 34px;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #000000;
}
#title_green {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/soap/images/contents/title_green.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-left: 34px;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #000000;
}
#title_longtype {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/soap/images/contents/title_longtype.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 142px;
    margin-bottom: 16px;
    padding-top: 13px;
    padding-left: 34px;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #000000;
}
#longtype_bn {
    margin-left: 118px;
    margin-top: 14px;
}

/* ---------- 店システム ---------- */

table#commonShopSystem td {
    font-family : "Osaka";
    font-size : 9pt;
    font-weight : bold;
}

table#commonShopSystem td.systemShopName {
    font-family : "Osaka";
    font-size : 11pt;
    font-weight : bold;
    color : #006699;
}

table#commonShopSystem td a {
    font-family : "Osaka";
    font-size : 11pt;
    text-decoration : none;
    color : #FF3399;
}

/* ---------- 会員登録メッセージ ---------- */

#memberRegistMessage {
    width : 600px;
    margin : 10px auto 20px auto;
    font-size : 11pt;
    text-align : left;
    border : 1px solid #cccccc;
    padding : 10px;
}

#memberRegistMessage #registMessageTitle {
    margin : 5px 0 10px 0;
}

#memberRegistMessage #registMessageBody {
    margin : 5px 0 5px 0;
    line-height : 140%;
}

#memberRegistMessage #memberRegistLink {
    text-align : center;
    margin : 10px auto;
}


