div.contents p {
	margin:1em 0;
	text-align:justify;
	text-justify: auto;
}
div.contents p.color {
	color:#09f;
}
div.contents h3 {
	margin-top:1em;
	font-size: 120%;
	font-weight:bold;
	color:#339;
}
div.contents ul.linklist {
	margin:1em 0;
	list-style: none;
}
div.contents ul.linklist li{
	display:inline;
	margin-right:2em;
}
div.contents ul {
	margin-top:1em;
}
div.contents ul {
	margin-left:1em;
	color:#333;
	list-style: square;
	list-style-position: inside;
}
div.contents table {
	background-color: #666;
	color:#333;
	margin:1em 0;
}
div.contents table caption{
	margin-top:1em;
	color:#09f;
	font-weight:bold;	
}
div.contents table ol {
	margin-left:3em;
}
div.contents table table td,div.contents table table th{
	padding:3px;
	text-align: center;
}
div.contents table ol ul{
	list-style: none;
}
div.contents table .p60 {
	width:60%;
	margin-left:auto;
	margin-right:auto;

}
div.contents table .p50 {
	width:50%;
}
div.contents table .p45 {
	width:45%;
}
div.contents table .p38 {
	width:38%;
}
div.contents table .p37 {
	width:37%;
}
div.contents table .p33 {
	width:33%;
}
div.contents table .p25 {
	width:25%;
}
div.contents td {
	font-size:96%;
	padding:3px;
	padding-left:0.5em;
	background-color:#fff;
}
div.contents td.color {
	width:6em;
	background-color: #fc9;
	text-align: center;
}
div.contents th {
	text-align:center;
}
div.contents td ul,div.contents td ol,div.contents td table{
	margin-top:0;
}
div.contents table.kin {
	width:100%;
	margin-top:0;
}
div.contents table.kin td.colora {
	background-color:#efc;
}
div.contents table.kin td.colorb {
	background-color:#cfc;
}

div.contents table.kin td.no{
	width:1em;
}
div.contents th{
	background-color:#09f;
	color:#fff;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
