@charset "UTF-8";
.insideBox  {
	width: 690px;
	margin-left: 40px;
	margin-top: 50px;
	clear: both;
}
.insideBox h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	clear: both;
}
.insideBox p {
	text-indent: 1em;
	padding-top: 2em;
	line-height: 2em;
}
#box1 .textBox ,#box3 .textBox {
	float: left;
	width: 460px;
}
#box1 .imageBox ,#box3 .imageBox {
	float: right;
	width: 200px;
	padding-top: 2em;
}
#box1 .imageBox .caption {
	padding: 0px;
	text-indent: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#box2 {
	clear: both;
	margin-top: 30px;
}
#box2 .imageBox img {
	float: left;
	width: 220px;
}
#box2 .imageBox .left {
	margin-right: 15px;
}
#box2 .imageBox .right {
	float: right;
}
#box2 .textBox {
	clear: both;
}
#box3 .textBox ul {
	margin-top: 2em;
}
#box3 .textBox li {
	margin-left: 0.5em;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.6em;
	display: inline;
}
