@charset "EUC-JP";
/* CSS Document */

body{
	font-size: 0px;
	line-height: 0%;
	text-align: center;
	background-color: #efefef;
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: center top;            /* 背景画像の位置は画面中央 */
	_background-position: center top;	/* ie6 */
	background-attachment:fixed;             /* 背景画像を固定する */
	}
	
body {
	overflow: auto; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}
#bgimg {
	position: fixed;
	z-index: -1;
}

* html body {
	overflow: auto; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height: auto;width: auto;
	background-image: url(img/bg.jpg) !important; /* 全体の背景画像 */
}
* html #bgimg {
	position: static;
	display: none;
}


.subttl{
	text-indent: 0px !important;
	padding-top: 15px;
	}


.leaf_btn{
	text-align: right;
	}
.leaf_btn img{
	margin: 0 0 0 auto;
	}
	
#Foot #f_navi3{
	width: 30px !important;
	}