/*-----フォーマット-----*/
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;
}
/*-----大外枠部分-----*/
#header_box{
	width:800px;
	height:159px;
	overflow:visible;
	background-image:url('../img/quiz/header.jpg');
	background-repeat:no-repeat;
}
#middle_box{
	width:800px;
	height:auto;
	overflow:visible;
	background-image:url('../img/quiz/mid_waku.jpg');
	background-repeat:repeat-y;
}
#footer_box{
	width:800px;
	height:30px;
	overflow:hidden;
	background-image:url('../img/quiz/footer.jpg');
	background-repeat:no-repeat;
}
/*----------メインコンテンツ部分----------*/
/*-----サイドメニュー部分-----*/
#cell_left{
	width:200px;
	height:auto;
	vertical-align:top;
}
#side_box{
	margin-left:8px;
}
#side_btn01,#side_btn02,#side_btn03{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffffff;
}
#side_btn03{
	padding-bottom:5px;
}
/*-----右部メインコンテンツ部分-----*/
#cell_right{
	height:auto;
	vertical-align:top;
}
#main_contents{
	width:570px;
	margin-left:10px;
}
#main_contents h1{
	margin-left:5px;
}
#sub_table{
	margin-top:20px;
	margin-bottom:30px;
}
#txt_cell{
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
#txt_cell p{
	font-size:80%;	
	line-height:170%;
}
#photo_cell{
	vertical-align:top;
}
#fla_box{
	margin-left:5px;
	margin-bottom:10px;	
}















