@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:235px;
	height:17px;
	background:url(../img/history/bg_history_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;
}



/*////////////////////////////////////////////////
	年表
////////////////////////////////////////////////*/

table#historyTable{
	width:502px;
}

table#historyTable td{
	line-height:1.8em;
	padding:5px;
	vertical-align:top;
}

table#historyTable td.td_era{
	width:102px;
}



