@import url("../section_top/section_top.css");
@import url("../foundation/pub_format.css");
#box_body #pain_left div.box p, #box_body #pain_left div.box h3 {
	margin-left: 20px;
	margin-right: 20px;
}
#box_body #pain_left div.box p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	line-height: 180%;
	text-indent: 1em;
	text-align: justify;
	color: #545454;
}
#box_body #pain_left div.box p sup a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	background: #555;
	border-radius: 4px;
	margin: 0 5px;
}
#box_body #pain_left div.box p sup a:hover {
	background: #888;
}
#box_body #pain_left div.box p.img {
	margin: 0 10px;
	background: #eee;
	padding: 3px;
	padding-left: 3em;
	text-indent: -2em;
	border: #e5e5e5 1px solid;
	border-bottom-color: #ccc;
	border-radius: 4px;
}
#box_body #pain_left div.box p.img span {
	font-weight: bold;
	margin-right: 0.8em;
}
#box_body #pain_left div.box p.img img {
	width: 80%;
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
	background: #fff url("../../imgs/ajax-loader.gif") no-repeat center;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
	min-height: 50px;
}
#box_body #pain_left div.box h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13pt;
	line-height: 180%;
}
sup, sub {
	height: 0;
	position: relative;
	font-size: 80%;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}