@charset "Shift_JIS";
/*___________ change == ___________ */

/*-----IEバグ回避-----*/
* {
zoom:1
}

/*-----リンク設定-----*/
a:link { color: #000000; }
a:visited { color: #9933CC; }
a:hover { color: #CC0000; }
a:active { color: #CC0000; }
a {
text-decoration: none;
}


/*-----body以下-----*/
body {
margin:0;
padding:0;
text-align:center;
color:#333333;
}
/*-----div(p)での回り込み解除-----*/
p.clear {
clear:both;
text-indent:-9999px;
line-height:1px;
}
/*-----どのブラウザでも表示を統一させる-----*/
div,td,th,p,pre {
text-align:;
margin:0;
font:14px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
'ＭＳ Ｐゴシック', sans-serif;
}
/*-----画像のborderをなくす-----*/
img {
border:0;
}
/*-----li ol ul をdivなどのように使えるようにする-----*/
/*-----文章の前に空白が入らない-----*/
li {
margin: 0;
list-style: none;
}
ol, ul {
margin: 0;
padding:0;
}
/*-----タグhの設定-----*/
h1 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}
h2,h3 {
font-size:10px;
line-height:16px;
margin:0;
}
h4,h5,h6 {
font-size:8px;
line-height:16px;
font-weight:normal;
margin:0px;
}
/*-----フォームなどの設定-----*/
select {
display:block;
}
form {
margin:0;
}

.indent {
text-indent:-2345px;
}
.clear {
clear:both;
}
.center {
text-align:center;
}

/*-----商品の見出し設定バスト-----*/ 
.bust_midasi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_pink.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----商品の見出し設定スキンケア-----*/ 
.skin_midasi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_sky.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----商品の見出し設定ダイエット-----*/ 
.diet_midasi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_orenge.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----商品の見出し設定ボディ-----*/ 
.body_midasi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_bule.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----商品の見出し設定コスメ-----*/ 
.cos_mi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_vio.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----商品の見出し設定ヘルス-----*/ 
.hel_mi{
  font-size : x-small;
  
  background-image : url(mygazou/syouhin_kyachi_green.jpg);
  
  background-position : center center;
  vertical-align : middle;
  text-align : center;
  color : #ffffff;
  font-weight : bold;
}

/*-----カテゴリ表示設定01-----*/ 
a.categori01:link { color: #663300; }
a.categori01:visited { color: #993366; }
a.categori01:hover { color: #CC0000; }
a.categori01:active { color: #6633FF; }

/*-----カテゴリ表示設定02-----*/ 
a.categori02:link { color: #333333; }
a.categori02:visited { color: #333333; }
a.categori02:hover { color: #CC0000; }
a.categori02:active { color: #6633FF; }
a.categori02 {
text-decoration : underline;
}

/*-----カテゴリ表示設定03-----*/ 
a.categori03:link { color: #0033FF; }
a.categori03:visited { color: #000080; }
a.categori03:hover { color: #CC0000; }
a.categori03:active { color: #3399FF; }
a.categori03 {
text-decoration : underline;
}

/*-----カテゴリ表示設定04-----*/ 
a.categori04:link { color: #0099FF; }
a.categori04:visited { color: purple; }
a.categori04:hover { color: #CC0000; }
a.categori04:active { color: #0033FF; }
a.categori04 {
text-decoration : underline;
}

/*-----お悩み表示設定01-----*/ 
a.na:link { color: #663333; }
a.na:visited { color: #663333; }
a.na:hover { color: #CC3300; text-decoration: underline; }
a.na:active { color: #0033FF; }

/* 画像透明設定
================================*/
}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}




