@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn02 a{
	background-position: left bottom;
}

/*mainのページ*/

div#main h2 {
	background: url(../img/salon/salontop.jpg) no-repeat;
	width: 750px;
	height: 300px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*textのページ*/
div#text {
	width: 430px;
	float: right;
	margin-bottom: 50px;
	line-height: 24px;
}
div#text h3 {
	background: url(../img/top/t_top.png) no-repeat;
	width: 455px;
	height: 115px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#text p {
	margin: 20px 0;
}

/*sideのページ*/
div#side {
	width: 250px;
	float: left;
}
div#side div#orner {
	height: 150px;
	margin: 20px 0;
	background: url(../img/salon/orner.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#side div#tea {
	height: 150px;
	margin: 20px 0;
	background: url(../img/salon/teaservice.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

