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

.hairs_site #header {
	color: #663300;
	background-color: #000000;
	height: 125px;
	padding: 0;
	margin: 0px;
	width: 780px;
}
.hairs_site #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-image: url(../images/01-header/logo-hairs.gif);
	display: block;
	height: 105px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999px;
	line-height: 2px;
	float: left;
}
.hairs_site #header h2 {
	width: 530px;
	display: block;
	text-align: center;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 17px;
	color: #DC0067;
	font-weight: bold;
	line-height: 1px;
	border: 1px solid #DC0067;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 14px;
	margin-bottom: 0px;
	height: 30px;
	font-style: normal;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 7px;
}
.hairs_site #header h3 {
	background-image: url(../images/01-header/header_mark.gif);
	display: block;
	height: 27px;
	width: 560px;
	float: right;
	background-repeat: no-repeat;
	background-position: 165px 0px;
	margin: 0px;
}
.hairs_site #header hr {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC0067;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	text-decoration: none;
	margin: 0px;
}

#menu
{
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 560px;
	float: right;
}
#menu ul 
{
	position:relative;
	margin: 0px;
	padding: 0px;
	height: 22px;
}
#menu li 
{
	list-style-type:none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu li a 
{
	display: block;
	background-position: 0 0;
	text-decoration: none;
	text-indent: -9999em;
	margin: 0px;
	padding: 0px;
	height: 22px;
}    
#menu li#home a 
{
	background-image: url(../images/02-menu/menu_r1_c1.gif);
	width: 55px;
}
#menu #price a 
{
	background-image: url(../images/02-menu/menu_r1_c2.gif);
	width: 55px;
}
#menu #campaign a 
{
	background-image: url(../images/02-menu/menu_r1_c3.gif);
	width: 90px;
}
#menu #gallery a 
{
	background-image: url(../images/02-menu/menu_r1_c4.gif);
	width: 65px;
}
#menu #recruit a 
{
	background-image: url(../images/02-menu/menu_r1_c5.gif);
	width: 70px;
}
#menu #access a 
{
	background-image: url(../images/02-menu/menu_r1_c6.gif);
	width: 75px;
}
#menu #reserve a 
{
	background-image: url(../images/02-menu/menu_r1_c7.gif);
	width: 75px;
}
#menu #contact a 
{
	background-image: url(../images/02-menu/menu_r1_c8.gif);
	width: 75px;
}
#menu li a:hover 
{
	background-position: 0 -22px;
}
