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


.pdBox {
	text-align: left;
	clear: both;
	overflow: hidden;
	margin: 50px 0 50px;
	height: 350px;

}

.pdBox img {
	float: left;




}

.pdBox h2 {
	margin: 0 0 0 300px;
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
}

.pdBox p {
	font-size: 84%;
	margin: 10px 0 0 300px;
	line-height: 1.5;
}

.pdBox p em {
	color: #FF3333;
}