@charset "UTF-8";


/**************************************************
 base
**************************************************/

html{
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000 url(null) fixed;
	color: #333;
	line-height: 150%;
	font-size: 80%;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	position: static;
	
}
/* IE6 */
* html body { font-size: 80%; font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
* html table { font-size: 80%; }
/* IE7 */
*: first-child+html body { font-size: 80%; }


/**************************************************
 base background : Flash背景 100% x 100%
**************************************************/

#bg_flash{
	z-index: 1;
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}
#wrap{
	z-index: 2;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	_position: absolute;
}
	/* ie対策 */
	* html #bg_flash{
		behavior: expression(IEPNGFIX.fix(this));
		position: expression('absolute');
		top: expression(documentElement.scrollTop + 0 + 'px'); 
		margin-left: expression(documentElement.scrollLeft + 0 + 'px'); 
	}


/**************************************************
 ie6、ie7 PNG透過対策
**************************************************/

/*
	pngの透過画像を背景に敷いている場合は
	「class="png_clear"」とすると透過にできる
	<div class="png_clear">xxxxx</div>
*/

	* html .png_clear{
		behavior: expression(IEPNGFIX.fix(this));
	}



body{
	color: #fff;
}
#wrap{
	min-height: 500px;
	min-width: 850px;
}

h1{
	z-index: 10;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 338px;
	height: 38px;
	background: url(/img/logo.png) bottom right no-repeat;
}
h1 span{
	display: none;
}
h1 a{
	width: 338px;
	height: 38px;
	display: block;
}
h2{
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 110px;
}
h2 span{
	width: 80px;
	height: 80px;
	display: none;
}
h2 a{
	width: 80px;
	height: 80px;
	display: block;
}

h2#title_australia{
	z-index: 52;
	background: url(/img/title_australia.png) top left no-repeat;
	left: 30px;
}
h2#title_bell{
	z-index: 51;
	background: url(/img/title_bell.png) top left no-repeat;
	left: 120px;
}
h2#title_nature{
	z-index: 53;
	background: url(/img/title_nature.png) top left no-repeat;
	left: 210px;
}
h2#title_shigakogen{
	z-index: 53;
	background: url(/img/title_shigakogen.png) top left no-repeat;
	left: 300px;
}
h2#title_mei{
	z-index: 54;
	background: url(/img/title_mei.png) top left no-repeat;
	left: 390px;
}
h2#title_shiga{
	z-index: 53;
	background: url(/img/title_shiga.png) top left no-repeat;
	left: 480px;
}
h2#title_others{
	z-index: 55;
	background: url(/img/title_others.png) top left no-repeat;
	left: 570px;
}

h2#title_soto{
	z-index: 54;
	background: url(/img/title_soto.png) top left no-repeat;
	left: 440px;
}
h2#title_feeling{
	z-index: 55;
	background: url(/img/title_feeling.png) top left no-repeat;
	left: 800px;
}

ul#new_list{
	position: absolute;
	height: 100px;
	top: 30px;
	left: 30px;
	color: #fff;
}
ul#new_list a{
	color: #fff;
}
ul#new_list a:hover{
	color: #000;
}
* html ul#new_list { bottom: 200px; }



ul#info{
	z-index: 12;
	position: absolute;
	left: 30px;
	bottom: 10px;
	color:#fff;
	list-style-type: none;
}
ul#info a{
	color: #fff;
}
div#credit span{
	display: none;
}

