*{ margin: 0; padding: 0; }
body, html {
	margin: 0px;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0px;
	font-size: 10px;
	letter-spacing: 1px;
	background: #121212;
}
img{
	border-style: none;
}
#wrapper {
    width: 900px;
    margin: 0px auto;
}
#header{
	height: 250px;
	width: 900px;
}
#slider {
	width: 892px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	border: 4px solid #949494;
	background: url(../images/scroll_bg.jpg) no-repeat center center;
}

.scroll {
	overflow: hidden;
	width: 865px;
	height: 460px;
	margin: 20px auto 0;
	position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 400px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 460px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: -1px;
	width: 35px;
	height: 460px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 20px;
	background: #FFFFFF;
}
.inside img {
	display: block;
	margin: 0;
}

.inside h2 {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	padding: 8px 0px 0px;
	line-height: 180%;
}
.inside p.buyButton {
	font-size: 12px;
	color: #FFFFFF;
	background: #cd1412;
	text-align: center;
	padding: 3px 10px;
	margin: 10px 0px 0px;
	cursor: pointer;
	float: right;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {

}
.scrollButtons {
    position: absolute;
    top: 211px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -37px;
}

.scrollButtons.right {
    right: -37px;
}

.hide {
    display: none;
}
#footer{
	text-align: right;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}
/*---------------------- キャプション ------------------------*/
.capBox { 
			position:relative; /* so we can use top and left positioning */
}
.caption{
	position:absolute; /* needed for positioning */
	bottom:0px; /* bottom of the list item (container) */
	left:0px; /* start from left of the list item (container) */
	width:360px; /* stretch to the whole width of container */
	display:none; /* hide by default */
	/* styling bellow */
	background:url(../images/cap_bg.png) repeat;
	color:white;
	height: 335px;
	cursor: pointer;
}
.caption .captionInside{
			/* just styling */
			padding:10px;
			margin:0px;
}
.caption .captionInside p{
	line-height: 170%;
	height: 165px;
}
/*---------------------- メニュー ------------------------*/
#navigation{
	height: 50px;
	width: 900px;
}
#navigation li
{
float:left;
display:block;
}
#navigation li a
{
	background-image:url(../images/sprite.jpg);
	display: block;
	outline: none;
	position: relative;
	height: 50px;
	text-decoration: none;
	width: 150px;
	cursor: pointer;
}
	#navigation .pantyStocking
	{
	background-position:0px 0px;
	}
	#navigation .tights 
	{
	background-position:-150px 0px;
	}
	
	#navigation .leggings 
	{
	background-position:-300px 0px;
	}
	
	#navigation .trenka 
	{
	background-position:-450px 0px;
	}
	
	#navigation .crewSocks 
	{
	background-position:-600px 0px;
	}
	#navigation .cover
	{
	background-position:-750px 0px;
	}
	#navigation a .hover {
	background: transparent  url(../images/sprite.jpg) no-repeat;
	display:block ;
	opacity: 0;
	filter: Alpha(opacity=0);
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	#navigation .pantyStocking .hover {
	background-position: -0px -50px;
	}
	#navigation .tights .hover{
	background-position: -150px -50px;
	
	}
	#navigation .leggings .hover {
	background-position: -300px -50px;
	}
	#navigation .trenka .hover {
	background-position: -450px -50px;
	}
	#navigation .crewSocks .hover {
	background-position: -600px -50px;
	}
	#navigation .cover .hover {
	background-position: -750px -50px;
	}
	#navigation .pantyStockingOn{
	background: url(../images/sprite.jpg) no-repeat 0px -50px;
	}
	#navigation .tightsOn{
	background: url(../images/sprite.jpg) no-repeat -150px -50px;
	}
	#navigation .leggingsOn {
	background: url(../images/sprite.jpg) no-repeat -300px -50px;
	}
	#navigation .trenkaOn {
	background: url(../images/sprite.jpg) no-repeat -450px -50px;
	}
	#navigation .crewSocksOn {
	background: url(../images/sprite.jpg) no-repeat -600px -50px;
	}
	#navigation .coverOn {
	background: url(../images/sprite.jpg) no-repeat -750px -50px;
	}
	#navigation .pantyStockingOn .hover {
	background: transparent  url(../images/sprite.jpg) no-repeat -0px -50px;
	}
	#navigation .tightsOn .hover {
	background: url(../images/sprite.jpg) no-repeat -150px -50px;
	}
	#navigation .leggingsOn .hover {
	background: url(../images/sprite.jpg) no-repeat -300px -50px;
	}
	#navigation .trenkaOn .hover {
	background: url(../images/sprite.jpg) no-repeat -450px -50px;
	}
	#navigation .crewSocksOn .hover {
	background: url(../images/sprite.jpg) no-repeat -600px -50px;
	}
	#navigation .coverOn .hover {
	background: url(../images/sprite.jpg) no-repeat -750px -50px;
	}
/*---------------------- 回り込み解除 ------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
