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

 Style Info:     トップページ設定
 File name:      home.css
----------------------------------------------------------- */


#home #wrapper {
	padding-top:21px;
}
/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/

#home #mainBox {
	width:980px;
	margin:0 auto 0 auto;
	position:relative;
	height:418px;
}
/*#home #mainBox #catch {
	position:absolute;
	top:-34px;
	left:-37px;
}*/
#home #mainBox #mainCatch{
	position:absolute;
	top:-29px;
	right:-44px;
	z-index:9999;
}
#home #mainBox #mainImg{
	/*position:absolute;
	top:-21px;
	left:-29px;*/
}

/*----------------------------------------------------
	メインコラム
----------------------------------------------------*/
#home #mainCol {
	width:770px;
	float:left;
}
#home #mainCol #mainContent {
	width:546px;
	float:right;
}
#home #mainCol #sideBar {
	padding-top:0;
}
	/*----------------------------------------------------
		おすすめ
	----------------------------------------------------*/
	#home #mainContent #recommend {
		position:relative;
		padding-top:127px;
	}
	#home #mainContent #recommend h2{
		position:absolute;
		top:-23px;
		left:0;
	}
	
	
	
	/*----------------------------------------------------
		New Item
	----------------------------------------------------*/
	#home #mainContent #newItem h2{
		margin-bottom:10px;
	}






#home #subCol {
	width:199px;
	float:right;
}
