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

body{ width:100%; 	height:100%; margin:0; padding:0;
font-family: "Century Gothic", "ヒラギノ角ゴ Pro W6", Osaka, CenturyGothic, Geneva, AppleGothic, sans-serif;
/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
letter-spacing: 0;
font-weight:600;
color: black;
}
 
/*MENU*/
#menu{
	width:auto;
	height:100%;
	margin-top:20px;
	position:fixed;
	z-index:10;
}


#imgmenu1 {width:auto; height: 125px;}

#imgmenu2 {width:auto; height: 51px;}
.imgmenu2 {background-image:url(imgformenu/ka288_hidden_02.png); background-repeat:no-repeat;}
.imgmenu2:hover {background-image:url(imgformenu/ka288_02.png); background-repeat:no-repeat;}

#imgmenu3 {width:auto; height: 124px;}
.imgmenu3 {background-image:url(imgformenu/ka288_hidden_03.png); background-repeat:no-repeat;}
.imgmenu3:hover {background-image:url(imgformenu/ka288_03.png); background-repeat:no-repeat;}

#imgmenu4 {width:auto; height: 77px;}
.imgmenu4 {background-image:url(imgformenu/ka288_hidden_04.png); background-repeat:no-repeat;}
.imgmenu4:hover {background-image:url(imgformenu/ka288_04.png); background-repeat:no-repeat;}

/*MAIN*/
#mainWrapper{
	width:150%;
	margin-left:250px;
}

#textWrapper{
	position:fixed;
	width:60%;
	height:auto;
	top:8%;
	left:30%;
	z-index:10;
}

#background{
	position:relative;
	top:0;
	z-index:0;
}