/*ヘッダーメニュー*/
#header_navi{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	/*height:85px;*/
	height:auto;
	margin:0 auto;
	z-index: 999;
	}
#header_navi div{
	position:relative;
	background:transparent url("/penguin_island/common/images/menu_bg.png");
	margin:-85px auto 0;
	padding:0;
	width:83%;
	/*min-width:920px;*/
	height:auto;
	display: none;
}
#header_navi ul{
	background:transparent;
	margin:0 auto;
	padding:0;
	min-width:400px;
	width:95%;
	height:auto;
	text-align: center;
	/*height:65px;*/
	}
#header_navi li{
	width:auto;
	float:left;
	list-style:none;
	margin:10px 5px 0px 5px;
	width:174px;
	height:65px;
	line-height: 174px;
	padding:0;
	display:inline;
}
#header_navi li img{
	border:none;
	display:block;
	margin:0;
	}
#header_navi li a{text-decoration:none;}
a.tab{
	text-decoration:none;
	display:block;
	width:70px;
	height:30px;
	position:absolute;
	background-color:transparent;
	background-position:left -10px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999px;
	}
a.tab:hover{background-position:left bottom;}
#tab_menu{
	right:0;
	bottom:-30px;
	width:70px;
	height:30px;
	background-image:url("/penguin_island/common/images/tab_menu.png");
	background-position:left -10px;
	}
#tab_menu:hover{background-position:left top!important;}
#tab_help{
	right:-80px;
	top:84px;
	background-image: url("/penguin_island/common/images/tab_help.png");
	}
.clearFix{zoom:1;}
.clearFix:after{
content:".";
display:block;
clear:both;
height:0px;
visibility:hidden;
}

.clearAll{clear:both;}
div.clear{
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
}





/* フッター */
#footer {
	width: 100%;
	height: 40px;
	background:#FFF url("/penguin_island/common/images/footer_bg.gif") left top repeat-x;
	margin:0;
	padding: 0px 0px 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
#footer.bottom {
	position: relative !important;
}
#footer-inner {
	position: relative;
	width: 949px;
	height: 40px;
	margin:0 auto;
}
#footer p {
	position: absolute;
	width: auto;
	font-size: 10px;
	top: 0px;
	left:185px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
}
#footer p a {
	float: left;
	display: block;
	height: 14px;
	padding: 13px 0px 8px;
	_padding: 14px 0px 7px;
	margin-right: 10px;
	text-decoration: none;
	color: #868687;
}
#footer p a:hover {
	border-bottom: 5px solid #1F82FF;
}


 