@charset "Shift_JIS"; 
	 
@import "../common/css/lib/reset.css"; 
@import "../common/css/lib/fonts.css";
@import "../common/css/screen.css";
  
/*
 * ========================================
 * トップページ 
 * ========================================
 */
 
/**=
 * ========================================
 * 特売エリア 
 * ========================================
 */
	 
#SalesArea 
{
	padding-top: 20px;
	padding-bottom: 10px;
}
 
/**=
 * 特売情報 
 * ----------------------------------------
 */
	 
#SalesInfo 
{
	position: relative;
	float: left;
	width: 318px;
	background-image: url(../images/bg_sale_middle.gif);
	background-position: 15px 0;
	background-repeat: repeat-y;
}
	 
#SalesInfo h2, 
#SalesInfo .Body
{
	margin-right: 10px;
	margin-left: 15px;
}
 
#SalesInfo .RSS 
{
	position: absolute;
	top: 8px;
	right: 15px;
	left: auto;
}
 
#SalesInfo .Body 
{
	background-image: url(../images/bg_sale_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	 
#SalesInfo .Body h3 
{
	margin-bottom: 10px;
	color: #FA6320;
	font-weight: bold;
}
 
#SalesInfo .Body .Image 
{
	padding: 2px;
	margin-bottom: 8px;
	border: 1px solid #F5A07A;
}
    
/**=
 * 今週人気のミシンベスト5 
 * ----------------------------------------
 */
	 
#BestSeller 
{
	float: right;
	width: 468px;
	background-image: url(../images/bg_ranking_middle.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
	 
#BestSeller h2, 
#BestSeller dl
{
	margin-right: 15px;
}

#BestSeller dl 
{
	background-image: url(../images/bg_ranking_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#BestSeller dl dt 
{
	padding-top: 5px;
	padding-left: 1em;
}

#BestSeller dl dt .Rank 
{
	display: block;
	float: left;
	width: 33px;
}

#BestSeller dl dt a 
{
	color: #66AEFE;
	font-weight: bold;
}

#BestSeller dl dd 
{
	padding-bottom: 10px;
	padding-left: 33px;
	margin-left: 1em;
	clear:inherit;

}

#BestSeller img
{
	border:none;
}

#BestSeller .image
{
	display: block;
	float: right;
	width: 80px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	clear:right;
}


/**=
 * 
 * ========================================
 */
  	
/**=
 * ========================================
 * メインコンテンツ 
 * ========================================
 */
	 
#MainContent 
{
}
 
/**=
 * お知らせ 
 * ========================================
 */
	
#News 
{
	position: relative;
	width: 386px;
}
	 
#News dl 
{
	width: 364px;
}
	 
#News dl dt 
{
	position: absolute;
	left: 10px;
	padding-top: 5px;
	width: 6em;
	color: #624F46;
	font-weight: bold;
}
 
#News dl dd 
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7em;
	border-bottom: 1px dotted #C7C7C7;
}
   
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * ミシン講習会 
 * ========================================
 */
	
#ClassInfo 
{
	position: relative;
}
	 
#ClassInfo h2 
{
}
 
#ClassInfo ul 
{
}
	 
#ClassInfo ul li 
{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #C7C7C7;
}
	 
#ClassInfo ul li .Description 
{
	float: right;
	width: 286px;
}
	 
#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 
{
	margin-bottom: 5px;
	border-bottom: 1px dotted #C7C7C7;
}
 
#LatestReview .Body p 
{
	margin-bottom: 5px;
}
	 
#LatestReview .Body p.Meta 
{
	font-size: 92%;
	text-align: right;
}
    
/**=
 * 
 * ----------------------------------------
 */
   
/**=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 */
    
/**=
 * ========================================
 * 
 * ========================================
 */
	 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
