@charset "UTF-8";


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

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

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


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

div#rightArea h2#pageTitle02{
	width:235px;
	height:15px;
	background:url(../img/history/bg_history_title02.gif) left top no-repeat;
	text-indent:-5000px;
}

p#historyPic{
	float:left;
	margin-right:15px;
}



/*////////////////////////////////////////////////
	スタッフ紹介文
////////////////////////////////////////////////*/

div.staffBox{
	width:482px;
	height:auto;
	padding:10px;
	overflow:auto;
	background:url(../img/staff/bg_staff01.jpg) left top repeat-y;

}


table.staffBox_table{
	width:298px;
	_width:289px;
}


p.staff_pic{
	float:left;
	margin-right:20px;
}

table.staffBox_table td{
	padding:3px;
	vertical-align:top;
}

table.staffBox_table td.staff_ex{
	width:100px;
}



