@charset "utf-8";

/*= 情報 ==================================================================
 *
 *  作成者         : なかの
 *  初版           : 2007-03-06
 *  最終更新       : 2007-03-06
 
 *	記述順序
 ----------------------------------
 	1.position:
	2.display:
	3.visilibity:
	4.float:
	5.background:
	6.text-indent:
	7.overflow:
	8.width:
	9.height:
	10.border:
	11.top:
	12.left
	13.margin:
	14.padding:
------------------------------------	

 *	目次

	
/*=======================================================================*/

/*
---------------------------------------------------------------------
	各カテゴリーサムネイル
---------------------------------------------------------------------
*/


.contentsWrapper#top_forwoman {
	display:inline;
	float:left;
	width:900px;
	margin-left:5px;
}
.contentsWrapper#contentsMenu {
	display:inline;
	float:left;
	background:#fff url(../../forwoman/img/bottom.gif) no-repeat left bottom;
	width:900px;
	clear:both;
	margin:15px 0 0 0;
	padding:0 0 21px 0;
}

/*
---------------------------------------------------------------------
	各コンテンツ
---------------------------------------------------------------------
*/
.contentsWrapper .box{
	display:inline;
	float:left;
	width:216px;
	margin:0 5px 0 0;
	
	
}
.contentsWrapper .box p.text {
	font-size:11px;
	width:200px;
	margin:0 auto;
	padding:2px 0;
}

.contentsWrapper .box p.img {
	margin-left:5px;
	cursor:pointer;
	margin-bottom:20px;
}

.contentsWrapper .box#title {
	width:177px;
	margin:0 0 0 15px;
	
}
.contentsWrapper .box#whatsnew {
	width:403px;
	background:#fff;
	margin:0 0 0 6px;
	
}
.contentsWrapper .box#pr {
	width:280px;
	margin:0 0 0 6px;
}
.contentsWrapper .box#title,
.contentsWrapper .box#whatsnew,
.contentsWrapper .box#pr {
	margin-top:20px;
}

.contentsWrapper .box#pr p.bannar{
	margin-top:3px;
	
}
.contentsWrapper .box .btn img{
	margin:1px auto 0 auto;
	display:block;
}

.contentsWrapper .box#hairtrend {
	margin-left:14px;
	
}

.contentsWrapper .box#stylistinfo,
.contentsWrapper .box#saloninfo,
.contentsWrapper .box#hairStyleCheck {
	width:209px;
}
.contentsWrapper .box#saloninfo,
.contentsWrapper .box#stylistinfo{
	margin:20px 0 0 0;
	
}
.contentsWrapper .box#salonsearch{
	background: url(../../common_img/bottom_salonsearch.gif) no-repeat bottom;
}


/*
---------------------------------------------------------------------
	各カテゴリー更新部分
---------------------------------------------------------------------*/


.contentsWrapper .box dl {
	float:left;
	padding:5px 0 5px 0;
	
	
}
.contentsWrapper dt{
	float:left;
	padding:6px 0 0 6px;
	
}
.contentsWrapper dt img{
	border:1px solid #FFFFFF;
	
}
.contentsWrapper dd{
	float:right;
	width:350px;
	padding:6px 5px 0 3px;
	
}
