@charset "UTF-8";
/*txt*/
.txt {
	float: left;
	clear: left;
	padding-bottom: 10px;
	width: 480px;
	text-align: justify;
	line-height: 1.6em;
}

/*president*/
#president {
	width: 165px;
	float: right;
	font-size: 84%;
	text-align: center;
}

#president img {
	display: block;
	margin-bottom: 5px;
}

#president span {
	font-size: 110%;
	margin-left: 15px;
	letter-spacing: 2px;
}



/*outline*/
#outline {
	width: 760px;
}

#outline dt {
	float: left;
	clear: left;
	border-top: 1px solid #e3e6e6;
	padding-top: 5px;
	width: 160px;
	padding-bottom: 5px;
}

#outline dd {
	float: left;
	border-top: 1px solid #e3e6e6;
	padding-top: 5px;
	width: 600px;
	padding-bottom: 5px;
}

#post {
	width: 600px;
}

#post dt {
	width: 100px;
	clear: left;
	border-top: 0px none;
	padding-top: 0;
	padding-bottom: 5px;
}

#post dd {
	width: 500px;
	border-top: 0px none;
	padding-top: 0;
	padding-bottom: 5px;
	letter-spacing: 1px;
}


/*data*/
#data {}

#data th {
	padding: 2px 30px;
	border-bottom: 1px solid #d3d9d9;
	background: #772222;
	color: #FFFFFF;
	text-align: center;
	font-size: 84%;
}

#data th.none {
	border-top: 0px none;
	background: #ffffff;
}

#data th.item {
	border-top: 1px solid #d3d9d9;
	background: #666969;
}

#data td {
	padding: 2px 30px;
	border-bottom: 1px solid #d3d9d9;
	border-left: 1px solid #d3d9d9;
	text-align: center;
	font-size: 84%;
	border-right: 1px solid #d3d9d9;
}

#data td span {
	margin-right: 10px;
}


/*catch*/
#catch {
	text-align: center;
	width: 760px;
	margin-bottom: 20px;
}

#ismFig {
	float: left;
	margin-right: 40px;
}

#ism {
	line-height: 2em;
	padding-top: 10px;
}
