@charset "utf-8";

body {
	background:#FFFFFF;
	color:#000000;
}

/* 非表示項目の設定 */
#header {
	display: none;
	float:none;
}
#footer {
	display: none;
	float:none;
}

#back_or_pagetop {
	display:none;
}

/* 左右寄せ画像 */
*html .detail_free p {
	overflow: auto;
	height: 100%;
	width: 100%;
}
*:first-child+html .detail_free p {
	zoom:1;
}
*:first-child+html .detail_free p img[align="left"] {
	postion:relative;
	z-index:10;
}