@charset "UTF-8";

/* ---------- ancor_area ---------- */

div#ancor_area {
	text-align: left;
	margin-bottom: 25px;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


div#ancor_area a {
	margin-right: 15px;
}

div#ancor_area a:hover {
	color: #e62310;
	text-decoration: none;
}


/* ---------- greeting_area ---------- */
div.greeting_area {
	text-align: left;
	margin-bottom: 0px;
	margin-left: 33px;
}

div.greeting_area h2{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

div.greeting_area h3{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

div.greeting_area .text_box {
	float: left;
	width: 460px;
	margin-bottom: 45px;
}

div.greeting_area .text_box p{
	line-height: 22px;
}

div.greeting_area .photo_box {
	float: right;
	width: 145px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
}

div.greeting_area .photo_box .name {
	font-size: 12px;
}

div.greeting_area table {
	margin-bottom: 5px;

}
div.greeting_area th,
div.greeting_area td {
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
}

/* ---------- history_area ---------- */
div.history_area {
	text-align: left;
	margin-top: 40px;
	margin-left: 33px;
}

div.history_area h2{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

div.history_area .text_box {
	float: left;
	width: 447px;
	margin-bottom: 0px;
}

div.history_area .photo_box {
	float: right;
	width: 210px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 16px;
	margin-left: 10px;
}

div.history_area .photo_box .photo {
	font-size: 12px;
	margin-bottom: 25px;
}

div.history_area table {
	margin-bottom: 5px;

}
div.history_area th,
div.history_area td {
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
}