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

@import "../../../lib/cmn_css/component.css";
@import "../../css/castle_common.css";


#contents h1.kinki {
	background:url(../images/tit_shiro_shikoku.png) left top repeat;
	height:108px;
	width: 665px;
}

#contents h1.kinki span {
 display:block;
 overflow:hidden;
	text-indent:-9999px;
}

* html #contents h1.kinki {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

.headShiga {
 background:url(../images/h_ehime.gif) 30px 10px no-repeat;
}
.headHyogo {
 background:url(../images/h_kouchi.gif) 30px 10px no-repeat;
}
.headOsaka {
 background:url(../images/h_kagawa.gif) 30px 10px no-repeat;
}
.headKyoto {
 background:url(../images/h_tokushima.gif) 30px 10px no-repeat;
}



.headShiga,
.headHyogo,
.headOsaka,
.headKyoto {
	height:56px;
	width:666px;
}

#contents ul.areaAnchor {
	display:block;
	margin:0 auto;
	width:350px;
	padding-left:50px;
}

#contents ul.areaAnchor li {
	background:url(../../../lib/cmn_img/bg_link_ach.gif) center right no-repeat;
	float:left;
	font-size:12px;
	text-align:center;
	margin-right:5px;
	padding-right:5px;
}

#contents ul.areaAnchor li.end {
 background:none !important;
 float:left;
	margin-right:5px;
	padding-right:5px;
}

