/*-----フォーマット-----*/
html * {
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	background-color:#ffffff;
}
#all_box{
	width:800px;
	height:auto;
	overflow:visible;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}
img{
	border:none;
}

/*-----共通部分-----*/
#head_box{
	width:800px;
	height:56px;
	overflow:hidden;
	background-image:url('../img/all/header.gif');
	background-repeat:no-repeat;
}
#main_box{
	width:800px;
	height:auto;
	overflow:auto;
	background-image:url('../img/all/main_waku.gif');
	background-repeat:repeat-y;
}
#foot_box{
	width:800px;
	height:29px;
	overflow:hidden;
	background-image:url('../img/all/footer.gif');
	background-repeat:no-repeat;
}
.jump_top{
	width:770px;
	text-align:right;
	margin-bottom:10px;
	font-size:70%;
}
.pointer{
	cursor:pointer;
}
/*-----パンクズリスト-----*/
.pankuzu{
	width:800px;
}
.pankuzu p{
	font-size:75%;
	margin-left:5px;
	padding:4px 2px 2px 2px;
}
