@charset "utf-8";
/* CSS Document */

#contents #main .section {
	font-size: 18px;
	padding: 10px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #F00;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contents #main .subsection {
	font-size: 16px;
	padding: 5px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #03F;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contents #main .picture {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents #main .figure {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents #main figcaption {
	font-size: 14px;
	margin: 10px;
}
#contents #main .article_title {
	font-size: 20px;
	font-weight: bold;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666;
}
#contents #main .numbered {
	font-size: 16px;
	margin-left: 40px;
}
#contents #main .enum ul li {
	font-size: 16px;
	margin-left: 40px;
}
#contents #main div div #figfloat {
	margin: 0px;
	padding: 5px;
	float: left;
	text-align: center;
}
#contents #main div div #figclear {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
#contents #main div #multifig {
	text-align: center;
	width: auto;
	margin-right: 150px;
	margin-left: 150px;
}
#contents #main .theorem {
	border: thin solid #333333;
	margin: 5px;
	padding: 5px;
}
#contents #main div table tr th {
	text-align: right;
}
#contents #main div table tr td {
	text-align: right;
}
#contents #main div table tbody .cell_highlit {
	background-color: #FF9;
}
#contents #main div table thead tr .base {
	background-color: #0FF;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
}
#contents #main div table tbody tr .power {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 50px;
}
#contents #main div .pow_table {
	border-collapse:collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
