@charset "Shift_JIS";


/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 75%;/*IE6*/
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
}

form {
	padding:0;
	margin:0;
}



/* ヘッダー */
#breadcrumb {
	padding: 20px 0 20px 0px;
	overflow: hidden;
	font-size:92%;
}
#breadcrumb a {
	background: url(../../../../images/arrow2.png) no-repeat right 50%;
	padding: 0 12px 0 0;
}
#breadcrumb li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
}
#container {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: rgba(0,0,0,1.00);
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 940px;
}


/* メインコンテンツ */
#main{
	width: 940px;
	margin:10px auto;	
}

.note {
	font-weight:bold;
	color:#FF0004;
	text-align:left;
}

.spec {
	margin: 0 auto 40px;
	width: 940px;
	text-align:left;
}
.main_v{}

.spec01 {
	float: left;
	width:535px;
}
.spec02 {
	float: right;
	width:405px;
}
.comment {
	clear:both;
	width:405px;
	margin:10px 0 10px;
	line-height: 1.5em;
	font-weight: bold; 
}
.comment2 {
	clear:both;
	width:405px;
	margin:10px 0 10px;
	line-height: 1.5em;
}

.price {
	font-size: 1.5em;
	font-weight: bold; 
	line-height: 1.5em;
}
 .btcart {
	margin-top:10px;
	width:238px;
}

p.spec_gallery {
	clear:both;
	margin: 0px auto 0px;
	padding: 0 0 20px  ;
	width: 940px;
}

p.gallery {
	margin: 0 0 0 30px ;
}
#thum01{
	background: #EFEEE8;
	margin: 0px auto 0px;
	padding: 0 0 0px  ;
	width: 940px;
}
#thum01 .thum01tbl {
	margin-right: auto;
	margin-left: auto;
}
#thum01 .thum01tbl tr td {
	padding: 2px;
}
.note {
	padding-top: 5px;
	padding-left: 30px;
	font-size: 12px;
	color: #000;
}


/* フッター */

#footer {
	clear:both;
	margin: 0px auto;
	padding: 5px 0 0;
	width:940px;
	height:30px;
	background-color: #000000;	
}

#copy {
	text-align: center;
	color: #fff;
}
	

/*----------------リンク基本設定----------------*/
a{
  display:block;
} 
a.white:hover img{
  filter: alpha(opacity=60);
  opacity:0.6;
}

a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


/*----------------モジュール----------------*/
/*.ind9999 {
	text-indent: -9999px;
}
.height0 {
	height:0;
}
*/
span.red {
	color:red;
}