/*-----フォーマット-----*/
html * {
	margin:0px;
	padding:0px;
}
body{
	text-align:center;
	background-color:#ffffff;
}
#all_box{
	width:814px;
	height:auto;
	overflow:visible;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}
img{
	border:none;
}
/*-----共通部分-----*/
.jump_top{
	clear:both;
	width:780px;
	text-align:right;
	margin-bottom:0px;
	font-size:70%;
}
.pointer{
	cursor:pointer;
}
.style01{
	color:#ff0000;
}
.style02{
	color:#009900;
}
.style03{
	font-weight:600;
}
.style04{
	color:#cc0000;
}
.font_style01{
	font-family: "ＭＳ 明朝",serif;
}


