@charset "Shift_JIS";
/* SUZUHO用 */

/* 基本書体の指定 */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form {
font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}

body { 
margin: 0; 
padding: 0; 
color: #505050;
font-size: 11px;
line-height: 14px;
background-color: #fff;
}

img {
	border: 0;
}

.point {font-weight: bold;}
#productfooter {
line-height: 14px;
margin: 10px 0;
}


/* 一般リンク用 
a:link {  color:#000099; text-decoration: none  }
a:visited {  color:#000099; text-decoration: underline  }
a:active {  color:#000099; text-decoration: underline }
a:hover {  color:#0000CC; text-decoration:underline  }
a,area {  border: 0 none  }
*/

/* アウト：ブルー文字のみ 　オーバー：下線付きブルー文字*/
a:link {  color:#000099; text-decoration: none  }
a:visited {  color:#000099; text-decoration: none  }
a:active {  color:#3366cc; text-decoration: underline }
a:hover {  color:#3366cc; text-decoration:underline  }

/*NAVI*/
.bg {background-color: #FFFFFF; background-image:   url(../../iMg/050811/navi_bg.gif); background-repeat: repeat-x;}

/* clearFIX*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.sample {
	color: #B3B3B3;
}

.SoldOut {text-decoration:line-through;}
