@charset "utf-8";

/*= 情報 ==================================================================
 *
 *  作成者         : なかの
 *  初版           : 2007-02-13
 *  最終更新       : 2007-03-19
 
 *	記述順序
 ----------------------------------
 	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:
------------------------------------	

 *	目次

	
/*=======================================================================*/


/*
---------------------------------------------------------------------
	特集index
---------------------------------------------------------------------
*/

.contentsWrapper#special #thumnailArea {
	width:880px;
	margin-left:14px;
}

.contentsWrapper#special #thumnailArea li {
	display:block;
	float:left;
	width:432px;
	margin:15px 8px 0 0;
}
.contentsWrapper#special #thumnailArea li img{
	cursor:pointer;
}	
.contentsWrapper#special .thumbnail {
	float:left;
	width:432px;
	margin:15px 10px 0 0;
	
}

/*
---------------------------------------------------------------------
	特集詳細ページ　共通
---------------------------------------------------------------------
*/
body#trend{
	background:#FFF;
}	

/*	ヘッダー
-------------------------------------------------------------------*/
body#trend #header{
	width:100%;
	background:url(../../forwoman/hairtrend/img/bg_cendrillon.gif) no-repeat right top;
	border-bottom:1px solid #b8b8b8;
	height:80px;
}
body#trend #header h1{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:80px;
	display:block;
	width:417px;
}	
body#trend #header p{
	float:right;
	padding:60px 20px 0 0;
}	


/*	コンテナー
-------------------------------------------------------------------*/
body#trend .container{
	clear:both;
	overflow:auto;
	width:100%;
	height:519px;
	background:none;
}	

/*	フッター
-------------------------------------------------------------------*/
body#trend #footer{
	clear:both;
	width:100%;
	height:23px;
	background:url(../../forwoman/hairtrend/img/bg_address.gif) no-repeat right top;
	border-top:1px solid #b8b8b8;
	margin:0;
	padding:0;
}

body#trend #footer address{
	text-indent:-9999px;
	background:none;
}


/*	インデックスフラッシュ
-------------------------------------------------------------------*/
.flashArea{
	width:900px;
	height:600px;
}

.flashArea#vol5{
	width:900px;
	height:700px;
}

.noFlashTrend{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding-top:230px;
	text-align:left;
}

.noFlashTrend p{
	padding-top:8px;
}


