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




/*背景画像
----------------------------------------------*/
body {
	background-attachment: scroll;
	background-image: url(../am_img/what_bc.gif);
	background-repeat: no-repeat;
	background-position: center top;
}





/*コンテンツ エリア設定
----------------------------------------------*/
#con {
	width: 1000px;
	height: 868px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#tai {
	position: absolute;
	top: 31px;
	left: 50px;
	z-index: 5;
}


#menu1on {
	position: absolute;
	top: 132px;
	left: 806px;
	z-index: 5;
}
#menu6 {
	position: absolute;
	top: 742px;
	left: 774px;
	z-index: 5;
}


#what_text {
	position: absolute;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	top: 484px;
	left: 84px;
	z-index: 5;
}
#what_text b{
	font-size: 24px;
	color: #e4007f;
	font-weight:normal; 
}
#what_text .s{
	font-size: 18px;
	color: #e4007f;
	font-weight:normal; 
}
#text_bc {
	position: absolute;
	top: 428px;
	left: 52px;
	z-index: 4;
}



