@charset "UTF-8";
/* CSS Document */

a{
	margin: 0px;
	padding: 0px;
}


ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2.7;
	letter-spacing:0px;
	color: #666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
#wrapper{
	margin: 0 auto;
	}

.cap {
	font-size: 11px;
	line-height: 1.4;
	letter-spacing:1px;
	}

.shuka {
	font-size: 12px;
	line-height: 2.5;
	letter-spacing:1px;
	color:#7197cb;
	margin-top:10px;
	margin-bottom:10px;
	}
.gray_cap stock{
	font-size: 12px;
	color:#939393;
}

.midashi {
	font-size: 14px;
	letter-spacing:1px;
	color:#7197cb;
	margin-top:80px;
	margin-bottom:-20px;
	font-weight:bold;
	}

.cart_area{
	margin-top:-10px;
}

.hanbai{
	margin-top:60px;
}
.hinmei {
	font-size: 32px;
	line-height: 2.0;
	letter-spacing:1px;
	}

.hinmei2 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing:1px;
	margin-bottom:50px;
	}

.cd{
	margin-top:250px;}

.img{
	margin-top:15px;
	margin-bottom:15px;}
	
#img-scene-top{
width:1000px; height:737px;
margin: 0 auto;
}

#shohin{
	margin: 0 auto;
	width:900px;
	margin-top:40px;
	}
	
	
.box {
	float: left;
}

.box2 {
	float: left;
	margin-left:50px;
}

.box3 {
	float: right;
	margin-left:50px;
	width:300px;
	text-align:center;
}

#nav{
	width:900px;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:200px;}
	
.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}
