@charset "utf-8";

/*ホバーでdivの枠の全体を赤く光らせる

div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#7BAEB5;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

* html div#glayLayer{
	position:absolute;
}

#overLayer{
	display: none;
	width: auto;
	background: white;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 20px;
}

#overLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}

* html #overLayer{
	position: absolute;
}


4
.hhh00 {
	height: 314px;
	width: 430px;
	color: #f0f;
	background-image: url(../hamon.gif);
	/* 画像をタイル状に繰り返し表示しない *//*
	background-repeat: no-repeat;
}

.hhh01 {
	color: #000;
}

*/
