﻿@charset "utf-8";

#contentsArea {
	float: left;
	margin: 25px 0;
}

.contentsBox {
	float: left;
	margin: 25px 0;
	padding: 50px;
	border: 3px solid #666666;
}

.image {
	float: left;
	width: 250px;
}

.image p {
	width: 200px;
}

h2 {
	font-size: 14px;
	border-bottom: 2px solid #666666;
	margin-bottom: 20px;
}

.sentence {
	float: right;
	width: 644px;
}

.sentenceParagraph {
	margin-bottom: 20px;
}

.sentenceParagraph p {
    text-align: justify;
    text-justify: distribute;
}
