@charset "utf-8";


/*============================================================

	[aizuyaichi.or.jp] index.css

============================================================*/


div#container {
	background: #FFF url(../img/back/top.jpg) no-repeat;
	height: 560px;
	min-height: inherit;
}

* html div#container {
	height: 560px;
	margin: 0;
}
*:first-child+html div#container {
	height: auto;
	min-height: 560px;
}

h1 {
	position: absolute;
	left: 52px;
	top: 228px;
	width: 140px;
	height: 280px;
	margin: 0;
	background: url(../img/logo/top.png) no-repeat;
}

* html h1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo/top.png", sizingMethod="crop");
}

h2 {
	width: 56px;
	height: 203px;
}
* html h2 {
	display: inline;
}

h2#about {
	float: left;
	margin: 301px 0 0;
	background: url(../img/menu/go_about.png) no-repeat 0 0;
}

* html h2#about {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/go_about.png", sizingMethod="crop");
}

h2#home {
	float: left;
	margin: 301px 0 0 637px;
	background: url(../img/menu/go_home.png) no-repeat 0 0;
}

* html h2#home {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu/go_home.png", sizingMethod="crop");
}

h2 a {
	position: relative;
	display: block;
	width: 42px;
	height: 189px;
	margin: 7px;
	overflow: hidden;
	text-indent: -10000em;
}

h2:hover {
	background-position: 0 -203px !important;
}

* html address {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/back/copyright.png", sizingMethod="crop");
}
