@charset "UTF-8"; 
/* 浴衣 CSS */

#yukata {
	position: relative;
}

#yukata a {
	position: absolute;
	z-index: 2;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 85px;
	background: url(../../img/yukata/spacer.gif);
	font-size:1px;
}


#yukata a.y01 {
	top: 279px;
	left: 330px;
}
#yukata a.y01:hover {
	background: url(../../img/yukata/y_on01.jpg);
	background-position:  0px 0px ;
	background-repeat: no-repeat;	
}


#yukata a.y02 {
	top: 547px;
	left: 616px;
}
#yukata a.y02:hover {
	background: url(../../img/yukata/y_on02.jpg);
	background-position:  0px 0px ;
	background-repeat: no-repeat;	
}


#yukata a.y03 {
	top: 662px;
	left: 265px;
}
#yukata a.y03:hover {
	background: url(../../img/yukata/y_on03.jpg);
	background-position:  0px 0px ;
	background-repeat: no-repeat;	
}


#yukata a.y04 {
	top: 1349px;
	left: 571px;
}
#yukata a.y04:hover {
	background: url(../../img/yukata/y_on04.jpg);
	background-position:  0px 0px ;
	background-repeat: no-repeat;	
}



