div.section {
	width: 750px;
	margin: 0 auto 40px;
}

div.section p {
	margin: 10px 15px;
	line-height: 1.5;
}

table.character {
	width: 700px;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #d2d2d2;
}

table.character th {
	width: 120px;
	background: #ededed;
	vertical-align: top;
	padding: 10px;
	text-align: left;
}

table.character td {
	padding: 10px;
}

table.character td ul {
}

table.character td ul li {
	margin: 5px 10px 5px 20px;
	line-height: 1.7;
	text-indent: -15px;
}

table.character td ul li span {
	background: transparent url(../images/about/list_bullet.png) no-repeat top left;
	padding-left: 16px;
}

div.flow {
	position: relative;
}

div.flow div.caption {
	position: absolute;
	top: 35px;
	left: 30px;
}

ol.study {
	width: 710px;
	margin: 20px auto 0;
}

ol.study li {
	margin: 10px 0 20px;
}

table.entry {
	width: 700px;
	margin: 15px auto;
	border-collapse: collapse;
}

table.entry th {
	background-color: #6ca8f2;
	color: white;
	text-align: left;
	padding: 3px 20px 3px 10px;
	border-bottom: 1px solid #3383e7;
	white-space: nowrap;
}

table.entry td {
	padding: 6px 4px 2px;
	border-bottom: 1px solid #3383e7;
	line-height: 1.5;
}



