@charset "utf-8";

/****************************************************/
/*                 TOP SCROLL                    */
/****************************************************/
html,body{
    height:100%; /* ブラウザ画面の高さをめいっぱいに */-webkit-text-size-adjust: 100%;
}
#container{
	position: relative; /* フッターを位置指定（底辺に）する時に使う基準設定 */
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding-bottom: 60px;
}
* html div#container{
    height:100%; /* IE6用 */
}
/* Topボタン */
p.gotop {
	position: fixed;
	bottom: 0px;
	line-height: 1px;
	z-index: 100;
	width: 100%;
	text-align:center;
	margin: 0px auto;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}
p.gotop a{
	width: 180px;
	height: 56px;
	display: block;
	line-height: 1px;
	margin: auto;
	text-align: center;
}
