@charset "utf-8";
/* CSS Document */

/*　ヘッダー　*/
#header {
	width: 900px;
	height: 67px;
	display: block;
	background: url(../common/head/bg2.jpg) no-repeat left top;
	position: relative;
}

/* H1 */
h1{
	display:block;
	width: 503px;
	height: 19px;
	padding-top: 5px;
	background: url(../common/head/h1_bg.jpg) no-repeat left top;
	position: absolute;
	top:0;
	left:0;
	font-size: 10px;
	line-height: 1.0em;
	color: #CCC;
	font-weight: normal;
	text-indent: 22px;
	}

a.siteLogo{
	display:block;
	width: 509px;
	height: 43px;
	position: absolute;
	bottom: 0;
	left:0;
}

/* read */

p.read{
	width: 234px;
	height: 67px;
	position: absolute;
	top: 0;
	left:503px;
}

a.shopApyama{
	width: 261px;
	height: 67px;
	position: absolute;
	top: 0;
	left:503px;
}
a.shopApyama:hover{
	background: url(../common/head/bt_aoyama_r.jpg) no-repeat left top;
}
a.shopApyama:hover img{
	display: none;
	visibility: hidden;
	}


/* toContact */
a.toContact{
	display: block;
	background: url(../common/head/to_contact3_r.jpg) no-repeat left top;
	width: 163px;
	height: 67px;
	position: absolute;
	top:0;
	right:0;
	}
a.toContact:hover img{
	display: none;
	visibility: hidden;
	}
	
a.toContact2{
	display: block;
	background: url(../common/head/to_contact4_r.jpg) no-repeat left top;
	width: 136px;
	height: 67px;
	position: absolute;
	top:0;
	right:0;
	}
a.toContact2:hover img{
	display: none;
	visibility: hidden;
	}
