@charset "UTF-8";

/*=======================*/
/* Kくんの大冒険         */
/*=======================*/

#contents_inner{
	padding-top: 15px;
}

#contents_inner h2{
	text-indent: -9999px;
}

#menu{
	top: 715px;
}


/*=======================*/
/* Flash　　　　　　     */
/*=======================*/

#game{
	position: relative;
	width: 740px;
	height: 587px;
	margin: 55px auto 40px auto;
	background-image: url(../img/game/game_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#game object{
	position: absolute;
	top: 39px;
	left: 50px;
}


/*=======================*/
/* 操作説明　　　　　　　*/
/*=======================*/

#operation{
	margin-bottom: 40px;
}

#operation h3{
	margin-bottom: 15px;
}

#operation dl{
	margin: 15px 0 0 1.5em;
}

#operation dt{
	display: list-item;
	list-style: disc outside;
	font-weight: bold;
}


/*=======================*/
/* アイテム説明　　　　　*/
/*=======================*/

#item h3{
	margin-bottom: 15px;
}

#item dl{
	position: relative;
	margin-bottom: 20px;
	padding-left: 50px;
}

#item dt{
	font-weight: bold;
}

#item dd.image{
	position: absolute;
	top: 0;
	left: 0;
}


/*========================*/
/* 飾り　　　　　　　　　 */
/*========================*/

#inner_footer img{
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -450px;
	z-index: 100;
}