@charset "UTF-8";


/**************************************************************************

							Hair Salon WEED
							Arrival.html専用
							レイアウトCSS							

**************************************************************************/
@import url("initialize.css");
@import url("common.css");
@import url("text.css");


/*////////////////////////////////////////////////
	タイトル
////////////////////////////////////////////////*/
div#rightArea h2#pageTitle01{
	width:139px;
	height:16px;
	background:url(../img/arrival/bg_arrival_title01.gif) left top no-repeat;
	text-indent:-5000px;
}


/*---------------------------
	メニュー上部テキスト
-----------------------------*/
p#menu_text{
	width:455px;
	height:63px;
	margin:10px 0 0 10px;
	text-indent:-5000px;
	background:url(../img/menu/bg_menu_text01.gif) top left no-repeat;
}

/*---------------------------------------------------
	メニューページのみコンテンツボックスアキ調整
-----------------------------------------------------*/
div.contentsBox{
	padding:20px 0 0 0;
}



/*////////////////////////////////////////////////
	新メニュー詳細
////////////////////////////////////////////////*/

/*----------------
	Mens
------------------*/
div.arrivalBox_detail{
	width:492px;
	padding:10px 0 10px 10px;
	background:url(../img/arrival/bg_arrival01.gif) top left repeat-y;
}


	





