@charset "utf-8";
/* CSS Document */

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h4 span{
	display: none; 
	visibility: hidden;
}
h5 span{
	display: none; 
	visibility: hidden;
}

h2,h3,h4,h5 { display: block; }
h2 {
	background: url(img/h2.jpg) no-repeat;
	width: 580px;
	height: 70px;
	}
h3 {
	width: 550px;
	height: 50px;
	}
h4 {
	width: 500px;
	height: 15px;
	}

h3.feature { background: url(img/fh3_feature.jpg) no-repeat;}
h3.service { background: url(img/sh3_service.jpg) no-repeat;}
h4.f01 { background: url(img/fh4_01.jpg) no-repeat; }
h4.f02 { background: url(img/fh4_02.jpg) no-repeat; }
h4.f03 { background: url(img/fh4_03.jpg) no-repeat; }
h4.f04 { background: url(img/fh4_04.jpg) no-repeat; }
h4.faroma { background: url(img/fh4_aroma.jpg) no-repeat; }
h4.s01 { background: url(img/sh4_01.jpg) no-repeat; }
h4.s02 { background: url(img/sh4_02.jpg) no-repeat; }
h4.s03 { background: url(img/sh4_03.jpg) no-repeat; }
h4.s04 { background: url(img/sh4_04.jpg) no-repeat; }


.box{
	color: #000;
}

.box span.explanation {
	display: block;
	background:#FCF3F4;
	padding: 10px;
}

