
#contents {
	width: 900px;
	height:370px;
	background-color: ivory;
	clear:both;
	margin-left: auto;
	margin-right: auto;

}

#BoxContents h2 {
	float: right;
	width: 530px;
	padding-left: 10px;
	border-bottom: thin solid #0b3954;
	border-left: 15px solid #0b3954;
	margin: 30px 50px 10px 20px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#BoxContents p{
	float:right;
	font-size:17px;
	margin:5px 50px 50px 0;
	padding:0 0 50px 0;
	width:520px;
	}
