@charset "UTF-8";


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

							Hair Salon WEED
							トップページ専用
							レイアウトCSS							

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



/*////////////////////////////////////////////////
	タイトル
////////////////////////////////////////////////*/
h2#greetingTitle{
	width:243px;
	height:17px;
	margin-left:129px;
	background:url(../img/bg_top_greetingTitle.gif) left top no-repeat;
	text-indent:-5000px;
}

p.greetingText{
	width:503px;
	height:61px;
	margin:20px 0 30px 0;
	background:url(../img/bg_top_greetingText.gif) left top no-repeat;
	text-indent:-5000px;
}


/*////////////////////////////////////////////////
	トピックス
////////////////////////////////////////////////*/
div#topicsBox{
	width:500px;
	height:200px;
	border:solid 1px #5c3b19;
	background:url(../img/menu/bg_menu01.gif) left top repeat-y;
	overflow:auto;

}

div#topicsBox h4{
	width:463px;
	height:30px;
	margin:5px 0 0 10px;
	background:url(../img/bg_top_topics.gif) left top no-repeat;
	text-indent:-5000px;
}

div#topicsBox dl{
	width:430px;
	padding:10px 10px 10px 20px;
}

div#topicsBox dt,div#topicsBox dd{
	line-height:1.4em;
}

div#topicsBox dd{
	margin-bottom:18px;
}
	
	

/*////////////////////////////////////////////////
	トップのバナー群
////////////////////////////////////////////////*/
div#bannerBox p{
	margin-bottom:20px;
	float:left;
}


