@charset "UTF-8";


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

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

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


/*////////////////////////////////////////////////
	タイトル
////////////////////////////////////////////////*/
div#rightArea h2#pageTitle01{
	width:175px;
	height:14px;
	background:url(../img/menu/bg_menu_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
------------------*/
h3#menuBox_men{
	width:502px;
	height:53px;
	background:url(../img/menu/img_menu_subtitle01.gif) top left no-repeat;
	text-indent:-5000px;
}

div.menuBox_detail_men{
	width:447px;
	padding:6px 0 20px 55px;
	background:url(../img/menu/bg_menu01.gif) top left repeat-y;
	padding-left:55px;
}

/*----------------
	Ladys
------------------*/
h3#menuBox_ladys{
	width:502px;
	height:54px;
	background:url(../img/menu/img_menu_subtitle02.gif) top left no-repeat;
	text-indent:-5000px;
}

div.menuBox_detail_ladys{
	width:447px;
	padding:0 0 10px 55px;
	background:url(../img/menu/bg_menu02.gif) top left repeat-y;
}

/*----------------
	Kids
------------------*/
h3#menuBox_kids{
	width:502px;
	height:53px;
	background:url(../img/menu/img_menu_subtitle03.gif) top left no-repeat;
	text-indent:-5000px;
}

div.menuBox_detail_kids{
	width:447px;
	padding:0 0 10px 55px;
	background:url(../img/menu/bg_menu03.gif) top left repeat-y;
}



/*---------------------------------------------------
	メニューテーブル調整
-----------------------------------------------------*/
table.menu_table{
	width:400px;
}

table.menu_table td{
	padding:3px;
}

table.menu_table td.menu_ex{
	width:270px;
}


table.menu_table td.link_td{
	padding-top:10px;	
}

td.link_td span a,td.link_td span a:link{
	width:100px;
	background:url(../img/menu/linkIcon.gif) left center no-repeat;
	text-indent:1em;
	display:block;
}




/*////////////////////////////////////////////////
	各メニューページ【Mens・Ladys】
////////////////////////////////////////////////*/
h4#menu_list_cut{
	width:41px;
	height:13px;
	background:url(../img/menu/bg_menu_list01.gif) left top no-repeat;
	text-indent:-5000px;
}

h4#menu_list_purm{
	width:229px;
	height:12px;
	margin-top:20px;
	background:url(../img/menu/bg_menu_list02.gif) left top no-repeat;
	text-indent:-5000px;
}


h4#menu_list_color{
	width:68px;
	height:12px;
	margin-top:20px;
	background:url(../img/menu/bg_menu_list03.gif) left top no-repeat;
	text-indent:-5000px;
}


h4#menu_list_relax{
	width:65px;
	height:14px;
	margin-top:20px;
	background:url(../img/menu/bg_menu_list04.gif) left top no-repeat;
	text-indent:-5000px;
}

	





