@charset "Shift_JIS";

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

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

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

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


/* ---------- outline ---------- */

.outline {
	width: 710px;
	margin: 5px 0 10px;
}

.outline tr.gray {
	background: #F0F0F0;
}

.outline th {
	width: 160px;
	padding: 5px 15px 5px 5px;
	text-align: right;
	vertical-align: top;
}

.outline td {
	border-left: 1px solid #DCDCDC;
	padding: 5px 5px 5px 15px;
	vertical-align: top;
}

.outline li {
	padding-left: 15px;
	text-indent: -15px;
}


/* ---------- organization ---------- */

#organization img {
	display: block;
	margin: 0 auto 20px;
}


/* ---------- officer ---------- */

#officer_h3 {
	margin-bottom: 5px;
	float: left;
}

#officer_pdf {
	float: right;
}

#officer table {
	width: 710px;
	margin: 5px 0;
	clear: both;
}

#officer tr.gray {
	background: #F0F0F0;
}

#officer th {
	width: 80px;
	border-right: 1px solid #DCDCDC;
	padding: 5px 15px 5px 5px;
	text-align: right;
	vertical-align: top;
}

#officer td {
	padding: 5px 0 5px 15px;
	vertical-align: top;
}

#officer td span {
	margin-left: 15px;
	color: #7D7D7D;
}

#officer tfoot td {
	text-align: right;
}

