@charset "Shift_JIS"; 
	 
@import "../common/css/lib/reset.css"; 
@import "../common/css/lib/fonts.css";
@import "../common/css/screen.css";
  
/*
 * ========================================
 * トップページ 
 * ========================================
 */
 
/**=
 * ========================================
 * 特売エリア 
 * ========================================
 */
	 
#SalesArea {
	width: 1000px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
 
/**=
 * 特売情報 
 * ----------------------------------------
 */
	 
#SalesInfo 
{
	position: relative;
	float: left;
	width: 293px;
	border: 1px solid #dfdfdf;
	background: #f2adbe;
}
	 
#SalesInfo h2 {
} 
#SalesInfo .Body {
}
 
#SalesInfo .RSS 
{
	position: absolute;
	top: 5px;
	right: 10px;
	left: auto;
}
	 
#SalesInfo .Body h3 
{
	margin-bottom: 10px;
	font-weight: bold;
}
 
#SalesInfo .Body .Image 
{
	padding: 2px;
	margin-bottom: 8px;
	border: 1px solid #F5A07A;
}
    
/**=
 * 今週人気のミシンベスト5 
 * ----------------------------------------
 */
	 
#BestSeller 
{
	float: right;
	width: 683px;
	border: 1px solid #dfdfdf;
}
	 
#BestSeller h2 {
	margin-bottom: 10px;
} 
#BestSeller dl
{
	margin-right: 15px;
}

#BestSeller dl 
{
}

#BestSeller dl dt 
{
	padding-left: 1em;
}

#BestSeller dl dt .Rank 
{
	display: block;
	float: left;
	width: 31px;
	text-align: center;
}

#BestSeller dl dt a 
{
	color: #fd5a92;
	font-weight: bold;
	margin-left: 10px;
}

#BestSeller dl dd 
{
	padding-left: 41px;
	padding-top: 5px;
	margin-left: 1em;
	margin-bottom: 10px;
	clear:inherit;
	font-size: 95%;
	min-height: 50px;
	border-bottom: 1px dotted #C7C7C7;
}
#BestSeller dl dd.lastChild {
	border-bottom: none;
	margin-bottom: 0px;
}
* html #BestSeller dl dd {
	height: 50px;
}

#BestSeller img
{
	border:none;
}

#BestSeller .image
{
	display: block;
	float: right;
	width: 80px;
	margin-left: 2px;
	margin-right: 2px;
	clear:right;
}


/**=
 * 
 * ========================================
 */
  	
/**=
 * ========================================
 * メインコンテンツ 
 * ========================================
 */
	 
#MainContent 
{
}
 
/**=
 * お知らせ 
 * ========================================
 */
	
#News 
{
	position: relative;
	width: 558px;
}
	 
#News dl {
	margin: 10px;
}
	 
#News dl dt 
{
	position: absolute;
	left: 10px;
	padding-top: 5px;
	width: 6em;
	color: #624F46;
	font-weight: bold;
	padding-left: 10px;
}
 
#News dl dd 
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7em;
	border-bottom: 1px dotted #C7C7C7;
}
#News dl dd.lastChild {
	border-bottom: none;
	padding-bottom: 0px;
}

/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * ミシン講習会 
 * ========================================
 */
	
#ClassInfo 
{
	position: relative;
}
	 
#ClassInfo h2 
{
}
 
#ClassInfo ul 
{
}
	 
#ClassInfo ul li 
{
	padding-bottom: 8px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #C7C7C7;
}
#ClassInfo ul li.lastChild {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
#ClassInfo ul li .Description 
{
	float: right;
	width: 433px;
}
	 
#ClassInfo ul li .Description h3 
{
	margin-bottom: 5px;
	color: #624F46;
	font-weight: bold;
}
  
#ClassInfo ul li .Image 
{
	float: left;
	width: 78px;
}
	 
#ClassInfo ul li .Image img 
{
	border: 1px solid #C7C7C7;
}
     
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * 最新のレビュー 
 * ========================================
 */
	
#LatestReview 
{
}
	 
#LatestReview h2 
{
}
 
#LatestReview .Body 
{
}
	 
#LatestReview .Body li 
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C7C7C7;
}
 
#LatestReview .Body p 
{
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(../common/images/icon_review01.gif) no-repeat 0px 4px;
}
	 
#LatestReview .Body p.Meta 
{
	font-size: 92%;
	text-align: right;
	background: none;
	color: #fd5a92;
}
    
/**=
 * 
 * ----------------------------------------
 */
   
/**=9
 * ========================================
 * ハック 
 * ========================================
 */
	
/**=9-1
 * clearfix 
 * ========================================
 */
	 
#SalesArea:after, 
#ClassInfo ul li:after,
#Branding ul.Nav:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#SalesArea, 
#ClassInfo ul li,
#Branding ul.Nav
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#SalesArea, 
#ClassInfo ul li,
#Branding ul.Nav
{
	display:block;
}
/* End hide from IE Mac */
    
/**=
 * ========================================
 * 
 * ========================================
 */
	 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   

