#header{
	padding-bottom: 20px;
}
/*
**********************
		トップ
**********************
					 */
#top{
	clear: left;
	margin-left: 18px;
	height: 140px;
}
#updateInfo h2{
	padding-top: 3px;
	padding-bottom: 3px;
}
#updateInfo{
	float: left;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	background: #1a1a1a;
	padding: 0 6px;
}
#updateInfo ul{
	width: 254px;
	margin-left: 16px;
	padding-bottom: 3px;
}
#updateInfo li{
	font-size: 75%;
	line-height: 1.7em;
}
#info{
	float: left;
	padding-left: 33px;
}


/*
**********************
		コンテンツ
**********************
					 */
#newestRecommend{
	padding-top: 15px;
	min-height: 656px;
	height: auto !important;
	height: 696px;
}
#newestRecommend h2{
	border-bottom: 1px solid #808080;
	padding: 0 0 5px 3px;
	width: 582px;
}
.line{
	float: left;
	overflow: hidden !important;
	margin-bottom: 20px;
}
.package{
	float: left;
	width: 231px;
	margin-top: 24px;
	padding: 0 78px 0 22px;
	background: url('../img/common/package-line.gif') repeat-y left top;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
}
.package h3{
	line-height: 1.1em;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
.package h3 a{
	display: block;
	width: 225px;
	padding: 3px 3px 0 3px;
	background: url('../img/common/package-border.gif') no-repeat left top;
}
.package a:hover{
	background-position: right top;
}
.package h3 img{
	display: block;
	width: 225px;
	height: 315px;
	margin-bottom: 8px;
}
.package h3 span{
	display: block;
	padding-left: 40px;
}

.package p{
	width: 231px;
	text-align: right;
	line-height: 1.2em;
}
.package .clear{
	padding-bottom: 14px;
}
.package .cartInto{
	float: right;
}
.package .stockImage{
	display: block;
	float: right;
	margin-top: 3px;
}
.package .code{
	font-size: 75%;
	padding-right: 7px;
}
.package .price{
	font-size: 94%;
	padding-right: 7px;
}
.package .regularPrice{
	font-size: 75%;
	padding-right: 7px;
	text-decoration: line-through;
}
.package .discountPrice{
	font-size: 100%;
	font-weight: bold;
	padding-right: 7px;
	color: #ff0;
}


.cartInto{
	margin-left: auto;
}



#sideMenu{
	margin-top: 20px;
}