@charset "UTF-8";

@import url("base.css");



#contentBox {
	width: 639px;
	background-image: url(../common_img/box_back.gif);
	background-repeat: repeat-y;
	margin-left: 147px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
}

#contentBoxInner {
	width: 635px;
	padding-top: 30px;
}

#contentBox h3 {
	clear: right;
	margin-left: 25px;

}

#contentBox p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#contentBox ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 5px;
}

.textBox {
	margin-top: 20px;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-left: 25px;
}

.textBox2 {
	margin-top: 20px;
}

.textBox2 p {
	margin-right: 20px;
	;
	margin-left: 25px;
}

.textBox3 {
	margin-top: 20px;
	width: 635px;
	padding-bottom: 35px;
}

.textBox3 p {
	margin-right: 20px;
	;
	margin-left: 25px;
	margin-bottom: 15px;
}

.photo {
	float: right;
}

