h1{
	width:821px;
	margin:0 auto;
	font-size:12px;
	padding:0 0 0 10px;
}

h2{
	font-size:14px;
	margin:0;
	line-height:160%;
	color:#a57a35;
}

h3{
	font-size:14px;
	margin:0;
	line-height:160%;
	color:#a57a35;
}

h4{
	display:inline;
	font-size:12px;
	margin:0;
	line-height:160%;
	color:#000000;
	font-weight:normal;
	float:left;
}

p{
	line-height:160%;
	margin:0;
	font-size:12px;
}

strong{
   font-weight:normal;
}

em{
   font-style:normal;
}

#head{
	display:block;
	margin:0 auto 0 auto;
	width:821px;
	height:112px;
}

#mid{
	background-image:url(../images/index/bg_mid.gif);
	background-repeat:repeat-y;
	width:801px;
	height:auto;
	padding:0 10px 10px 10px;
	margin:0 auto 0 auto;
}

#lBox{
	width:315px;
	height:auto;
	float:left;
	padding:0 0 0 80px;
	border:0px solid #cccccc;
}

#rBox{
	width:385px;
	height:100px;
	float:right;
	padding:300px 10px 0 0;
	background:url(../images/index/hitoduma.jpg) no-repeat 60px 0;
	border:0px solid #cccccc;
}

#center{
	text-align:center;
	width:701px;
	height:auto;
	padding:10px 50px 10px 50px;
	clear:both;
	margin:20px 0 0 0;
}

#bottom{
	width:801px;
	height:80px;
	background:url(../images/index/bg_bottom.gif) no-repeat;
	margin:0 auto 0 auto;
	padding:10px;
	position:relative;
}
#bottom ul{
	width:650px;
	height:auto;
	margin:0 auto 0 auto;

}

#bottom li{
	float:left;
	margin:0 5px 0 0;
	list-style-type:none;
	font-size:12px;
}

#r18{
	text-align:left;
	width:450px;
	height:80px;
	margin:10px auto 5px 70px;
	_margin:10px auto 5px 40px;
	float:left
}

#r18 img{
	float:left;
	margin:0 10px 0 0;
}
#qr{
   float:right;
   margin-right:80px;
   _margin-right:30px;
}

.enter {
	width: 256px;
	height: 116px;
	background-image: url('../images/index/enter1.jpg');
	background-repeat: no-repeat;
	background-position: 50% -154px;
}
.enter a{
	width: 256px;
	height: 116px;
	display: block;
}
.enter A:hover {
	background-image: url('../images/index/enter1.jpg');
	background-repeat: no-repeat;
	background-position: 50% 15%;

}
.leave {
	width: 256px;
	height: 93px;
	background-image: url('../images/index/leave1.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.leave a {
	width: 256px;
	height: 93px;
	display: block;
}
.leave A:hover {
	background-image: url('../images/index/leave1.gif');
	background-repeat: no-repeat;
	background-position: 50% 93%;
}

#lBox ul{
	margin:10px 0 0 0;
	text-align:right;
}

#lBox li{
	list-style-type:none;
}

#copy{
	clear:both;
	text-align:center;
}

#desc{
	font-weight:bold;
	margin:5px 0 0 0;
	color:#444444;
}

#area{
   width:auto;
   height:auto;
   text-align:center;
   margin:0 0 0 60px;
}

#area a{
   text-decoration:none;
}

.under_h2{
    clear:both;
}

/*ポップアップツリー*/

#title0{
   float:left;
   margin:-16px 0 0 270px;
   _margin:-18px 0 0 140px;
}

#lay0 p{
   margin:auto;
   width:570px;
   height:auto;
   color#ffffff;
   text-align:left;

}



#lay0 img{
	float:left;
	margin:0 10px 0 0;
}

/*アンカータイトル　ツールチップ*/

.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	color: #fff;
	opacity: 0.9;
	visibility: hidden;
}

.glt-elm p{
	background: #660000;
	margin: 0;
	padding: 0.5em;
}

.glt-elm img{
	display: block;
}

and this CSS for IE, if you want to use transparency:


.glt-elm{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}	

