@charset "utf-8";
/* CSS Document */

#contents {
	float: right;
	width: 695px;
	margin: 0 0 40px 0;
}
#contents p {
	line-height: 1.8em;
}
#contents h1 {
	font-weight: normal;
	font-size: 187.5%;
	background: #dce6f0;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #22558c;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 2px;
	padding-left: 16px;
}
#contents dl {
	margin-top: 10px;
	list-style: disc;
}
#contents dl dt {
	font-weight: bold;
}
#contents ul li {
	list-style: disc;
	margin-left: 20px;
	line-height: 1.8em;
}
#contents #mottoImage p {
	float: left;
	width: 435px;
	padding-top: 20px;
}
#contents #mottoImage p span {
	font-size: 200%;
	color: #22558C;
}
#contents #mottoImage img {
	float: right;
}
#contents #messageImage {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contents #messageText .name {
	text-align: right;
	margin-top: 10px;
}
#contents #messageText ol {
	border: 3px solid #dce6f0;
	padding: 5px 5px 5px 30px;
}

#contents #messageText ol li {
	padding-bottom: 2px;
	padding-top: 4px;
	list-style: decimal;
}



#contents #career {
	clear: both;
}
#contents #career dl {
	line-height: 1.8em;
}
#contents #career dl dt {
	float: left;
	clear: left;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents #career dl dd {
	width: 585px;
	padding-left: 110px;
	border-bottom: 1px dotted #959595;
	padding-bottom: 5px;
	padding-top: 5px;
}
#contents #career dl dd:last-child {
	border-bottom:none;
}
#contents .profile {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

#contents .profile tr th,
#contents .profile tr td {
	padding: 10px;
}
#contents .profile tr th {
	width: 60px;
	background: #eeeeee;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
}
#contents .profile tr td {
	width: 575px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-left: 10px;
}

#contents .mk {
	border-bottom: 1px dotted #22558c;
}