@charset "Shift_JIS";

/* ========================================

	対象ファイル：person.html
	対象箇所　　：コンテンツ枠内

======================================== */

#main {
	background: url(../img/person/main.png) no-repeat;
}

.lead {
	color: #00719C;
}

.pages_explanation {
	font-size: 20px !important;
}


/* ---------- person ---------- */

#person td {
	border-bottom: solid 1px #DCDCDC;
	padding: 20px 10px;
}

#person a {
	text-decoration: none;
}

#person a:hover {
	text-decoration: underline;
}


/* ---------- link ---------- */

#link {
	padding-top: 25px;
}

#link li {
	width: 335px;
	margin: 0 10px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #00719C;
	float: left;
}

.btn {
	margin-bottom: 5px;
}

