@charset "shift_jis";

/*-----　メインの枠　-----*/
.index_title{ background:none;height:20px; }
.index_title p{ display:none; }

/*-----　ヘッダー・フッター　-----*/
#header, #footer{ display:none; }

/*-----　右（商品一覧）　-----*/
#index_contents{
float:left;
width:600px;
}

/*-----　左　-----*/
#side, .contents_navi{ display:none; }

/*-----　見出し　-----*/
h2{ text-indent:0px; }
h3{
font-size:1.3em;
font-weight:bold;
color:#68abb7;
}
h4{
font-size:1.2em;
font-weight:bold;
}

/*-----　リンク　-----*/
h4 a:link{ border-bottom:1px solid #454545;padding-bottom:1px; }
h4 a:visited{ border-bottom:1px solid #454545;padding-bottom:1px; }
h4 a:hover{ border-bottom:1px solid #f05a94;padding-bottom:1px; }
