@charset "utf-8";

/* -------------------------------------------------
/
/ キルトの部屋　トップページ
/　
/
-------------------------------------------------- */


/* ------------------------------------------- flashエリア --*/

#contents-header {
	width: 960px;
	margin-top: 10px;
}

#contents-header #mainflash-area {
	clear: both;
	width: 960px;
	height: 250px;	
	background: #fff;
}


/* ------------------------------------------- メインエリア --*/

#main-area .main-top {
	position: relative;
}

#main-area .main-top .list-btn {
	position: absolute;
	left: 530px;
	top: 10px;
}

#main-area h2#recommend-title {
	width: 672px;
	height: 49px;
	background: url(../../images/recommend.gif) no-repeat center bottom;
	text-indent: -9999px;	
}

#main-area h2#news-title {
	width: 672px;
	height: 49px;
	background: url(../../images/news.gif) no-repeat center bottom;
	text-indent: -9999px;	
}



