@charset "UTF-8";
/* CSS Document */

.image_align_right{
	float:right; margin-left: 1em;
}
.image_align_left{
	float:left; margin-left: 1em;
}

.ebook_image_rig{
	float:right;
	margin-left:1em;
	margin-bottom:10px;
	text-align:center;
}

.ebook_image_lef{
	float:left;
	margin-right:1em;
	padding-bottom:5px;
}
.ebook_image_cen{
	width:100%;
	text-align:center;
	
}
.subtitle_lef{
	margin-top:10px;
	border:thin;
	border-color:#000;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	background-color:#999;
	width:350px;
	
}
.subtitle_rig{
	margin-top:10px;
	border:thin;
	border-color:#000;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	background-color:#999;
	width:350px;
	
}
.subtitle_cen{
	margin-top:10px;
	margin-left:15px;
	border:thin;
	border-color:#000;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	background-color:#999;
	width:830px;
	
}