@charset "UTF-8";


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

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

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


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

div#rightArea h2#pageTitle02{
	width:44px;
	height:11px;
	background:url(../img/info/bg_info_title02.gif) left top no-repeat;
	text-indent:-5000px;
}

div#rightArea h2#pageTitle03{
	width:80px;
	height:13px;
	background:url(../img/info/bg_info_title03.gif) left top no-repeat;
	text-indent:-5000px;
}


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

/*----------------------------------------
	info用コンテンツボックスアキ調整
-----------------------------------------*/
div.info_contentsBox{
	margin:10px 0 20px 0;
}

/*----------------------------------------
	テーブル調整
-----------------------------------------*/
table#infoTable{
	width:329px;
	_width:319px;
}

table#infoTable td{
	padding:3px;
	vertical-align:top;
}

table#infoTable td.info_exc{
	width:80px;
}


/*----------------------------------------
	リスト調整
-----------------------------------------*/
div.contentsBox ul{
	margin-left:10px;
}

div.contentsBox ul li{
	line-height:1.8em;
}


p#infoText{
	clear:both;
	margin-left:10px;
}





