@charset "shift_jis";

/*---------------------------------------------------------------------
Page layout
---------------------------------------------------------------------*/
#content		{height:405px;}
	#pageTitle	{top:78px; left:94px;}
	#charaList	{position:absolute; top:0; left:650px; z-index:9999;}
		#charaList li	{width:93px; height:83px;}
		#charaList li a	{display:block; overflow:hidden; height:0; padding-top:83px;}
		#charaList li.chara01 a	{background:url(images/btn_chara01.gif) no-repeat left top;}
		#charaList li.chara02 a	{background:url(images/btn_chara02.gif) no-repeat left top;}
		#charaList li.chara03 a	{background:url(images/btn_chara03.gif) no-repeat left top;}
		
		#charaList li.chara01 a:hover	{background:url(images/btn_chara01_on.gif) no-repeat left top;}
		#charaList li.chara02 a:hover	{background:url(images/btn_chara02_on.gif) no-repeat left top;}
		#charaList li.chara03 a:hover	{background:url(images/btn_chara03_on.gif) no-repeat left top;}
		
		#charaList li.chara01 a#current	{background:url(images/btn_chara01_on.gif) no-repeat left top;}
		#charaList li.chara02 a#current	{background:url(images/btn_chara02_on.gif) no-repeat left top;}
		#charaList li.chara03 a#current	{background:url(images/btn_chara03_on.gif) no-repeat left top;}
	
	.chara_dk	{position:absolute; top:3px; left:22px;}
	.chara_dk a	{display:block; overflow:hidden; height:0; padding-top:147px; width:131px; background:url(images/btn_dk.gif) no-repeat left top;}
	.chara_dk a:hover	{background:url(images/btn_dk_on.gif) no-repeat left top;}
	
	/* ドンキー＆ディディー */
	#imgKong		{position:absolute; top:0; left:104px;}
	#txtDK			{position:absolute; top:206px; left:26px;}
	#txtDD			{position:absolute; top:210px; left:504px;}
	
	/* クランキーコング */
	#imgCranky	{position:absolute; top:40px; left:300px;}
	#txtCK			{position:absolute; top:205px; left:47px;}
	
	/* おたすけピッグ */
	#imgPig			{position:absolute; top:27px; left:162px;}
	#txtTP			{position:absolute; top:157px; left:360px;}
	
	/* ティキ族 */
	#imgTiki		{position:absolute; top:0px; left:188px;}
	#txtTK			{position:absolute; top:308px; left:120px;}
	