
div.message {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin: 0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 940px;
}

div.message div.detail {
	padding: 60px 100px;
}

div.message div.photo {
	width: 330px;
	float: right;
	padding: 10px 0px 20px 20px;
}
div.message ul.list {
	padding: 15px 0px 10px 0px;
}

div.message ul.list li {
	background-image: url(../images/ul_list_li_pink.png);
	font-weight: bold;
}

div.philosophy {
	background: url(images/philosophy_bg.jpg) no-repeat center top;
	padding-top: 70px;
}

div.philosophy ul {
	padding: 30px 0px 60px 0px;
	text-align: center;
}

div.philosophy ul li {
	display: inline-block;
	width: 275px;
}

table.biography-table th {
	background: #e0e0e0;
	border-bottom: 1px dotted #01b0a4;
	border-top: 1px dotted #01b0a4;
	font-weight: normal;
	padding: 5px 30px;
	text-align: right;
	white-space: nowrap;
	width: 30%;
}

table.biography-table td {
	border-bottom: 1px dotted #01b0a4;
	border-top: 1px dotted #01b0a4;
	padding: 5px 30px;
}

ul.qua {
	line-height: 1.5em;
}

ul.qua li {
	background: url(../images/ul_list_li.png) no-repeat 107px 10px;
	border-top: 1px solid #d0d0d0;
	display: block;
	padding: 5px 0px 5px 124px;
}

ul.qua li:last-child {
	border-bottom: 1px solid #d0d0d0;
}

div.introduction div.detail {
	display: table-cell;
	padding: 0px 16px;
	width: 300px;
}

div.introduction div.detail h3 {
	background-color: #01b0a4;
	color: white;
	font-weight: bold;
	padding: 3px 0px;
}

div.introduction div.detail div.text {
	padding: 0px 15px;
}

div.hpintro ul {
	text-align: center;
}

div.hpintro ul li {
	background-color: #f7f7f7;
	display: inline-table;
	margin: 2px 0px;
	padding: 20px 20px 5px 20px;
	width: 200px;
}

div.hpintro ul li h3 {
	background-color: #0082ca;
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}

div.hpintro ul li div.text {
	padding: 0px 5px;
	height: 120px;
}

div.hpintro ul li div.text p {
	font-size: 85%;
	line-height: 1.5em;
}

