@charset "UTF-8";

div#title h2 {
	background: url(/comp/img/tit-entry.png) 0 0 repeat-y;
	color: #00425E;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	padding-left: 22px;
	padding-top: 4px;
	margin-bottom: 10px;
}
div#contents p.principle {
	background: url(/comp/img/principle.png) 0 0 no-repeat;
	height: 130px;
	padding: 70px 0 0 20px;
	font-size: 11px;
	font-weight: bold;
}
div#contents ul.data {	
	margin: 20px 20px 25px;
	overflow: hidden;
	font-size: 1.2em;
}
div#contents ul.data li {
	border-bottom: #88a3b3 dashed 1px;
	padding: 3px 5px 5px;
}
div#contents ul.data li.odd {
	float: left;
	width: 100px;
	background: #cad6df;
}
div#contents ul.data li.even {
	float: right;
	width: 480px;
	background: #e8edf0;
}
div#contents p.contactlink {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
div#contents img.staff {
	margin-top: 20px;
}
div#contents div.staff {
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: #eabf5b dashed 1px;
}
div#contents div.staff img {
	float: left;
	margin-right: 10px;
}
div#contents div.staff h3 {
	font-weight: bold;
}
div#contents div.staff p {
	font-size: 1.2em;
}
div#contents div.staff ul li {
	float: left;
}
div#contents div.staff ul li h3 {
	margin-top: 5px;
}
div#contents div.staff ul li.lastChild {
	float: right;
	padding: 35px 10px 0 0;
	text-align: right;
}
div.parag {
	font-size: 110%;
	padding-left: 20px;
}
div.parag ol {
}
div.parag ol li {
	margin-bottom: 10px;
}
div.parag p.rstyle {
	text-align: right;
}

