@charset "UTF-8";

/* ================================================================================

:::information:::

概要：ベースレイアウト CSS

================================================================================ */

/*----------------------------------------------------
ブラウザの設定リセット
----------------------------------------------------*/
* { margin: 0; padding: 0; font-size: 100%; }

/*----------------------------------------------------
bodyはtext_default.css/text_large.css/text_small.cssに記載
----------------------------------------------------*/
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, arial, sans-serif;
font-size: 81%;
color: #000000;
text-align: center;
}

/*IE7に適用するためのCSSハック----------*/
*:first-child+html body { font-size: 78%; }

/*----------------------------------------------------
共通設定
----------------------------------------------------*/
p, li, dt, dl { line-height: 1.5; }
th, td { line-height:1.4; }

li { list-style-type:none; }

address, em { font-style:normal; }

img { border:0; }

/*----------------------------------------------------
基本設定リンクカラー
----------------------------------------------------*/
a:link { color: #0000CC; }
a:active, a:visited { color: #0000CC; }
a:hover { color: #993333; }
table a{ border: solid 0px #FFFFFF\0/;}/* IE９対策 */

div#container3c {
width: auto;
padding-bottom: 40px;
}

/*----------------------------------------------------
ブラウザの外へ
----------------------------------------------------*/
.browserOut { position: absolute; left: -9999px; top: -9999px; }
.disp-no { display: none; }

/*----------------------------------------------------
noscript
----------------------------------------------------*/
noscript { font-size: 120%; font-weight: bold; color: #CC0000; }

/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
div#headerBG { display: none; }

/*----------------------------------------------------
ヘッダーメニュー
----------------------------------------------------*/
div#HmenuWrapper { display: none; }

/*----------------------------------------------------
ログイン情報
----------------------------------------------------*/
div#logWrapper01 { display: none; }/*ゲスト*/
div#logWrapper02 { display: none; }/*会員ログイン*/

/*----------------------------------------------------
コンテンツ部分全体
----------------------------------------------------*/
div#contContainer { width: 95%; margin: 10px auto 30px auto; text-align: left; }

div#wrapper3c { width: 100%; }
div#wrapper2c { width: auto; }

/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
div#primary { width: auto; }
div#contents3c { margin: 0 163px 0 175px; }
div#contents2c { margin-left: 0; }

/*----------------------------------------------------
メニュー
----------------------------------------------------*/
div#secondary { display: none; }
div#RightColumn { display: none; }
div#ShopListRight { display: none; }

/*----------------------------------------------------
フッター
----------------------------------------------------*/
div#footerWrapper { display: none; }

div#copyright { width: 95%; margin: 5px auto 0 auto; text-align: left; }
div#copyright p {
font-family: Verdana, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font-size: 87%;
}

/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
#breadcolumn { display: none; }

/*----------------------------------------------------
会員規約
----------------------------------------------------*/
#MemberRule {
width: auto;
margin-top: 20px;
padding: 10px;
border: solid #CCCCCC 1px;
}

/*----------------------------------------------------
ページの先頭へ
----------------------------------------------------*/
p.pageTop { display: none; }

/*----------------------------------------------------
プリント
----------------------------------------------------*/
#printWrapper { margin-top: 20px; }
@media print { #printWrapper { display: none; } }
#screen { float: right; width: 106px; height: 20px; }
#screen a {
display: block;
width: 106px;
height: 20px;
background: url(../image/btn_screen.gif) left top no-repeat;
text-decoration: none;
}
#screen a:hover {
display: block;
width: 106px;
height: 20px;
background: url(../image/btn_screen_hover.gif) left top no-repeat;
text-decoration: none;
}
#screen a span { visibility: hidden; }

#print { display: none; }
#printout input { float: right; margin-left: 10px }





