@charset "utf-8";
/* CSS Document */
.contents{
	margin:10px ;
	padding:60px 0 0 0;}
.contents h1{
	margin:0 0 15px 0;
	font-size:1.15em;
	color:#d89e02;}
.contents p{
	line-height: 1.65em;
	margin:0 0 25px 0;
	text-justify:inter-ideograph;
 text-align:justify;
	}
.contents .image{
	width:100%;
	margin:0 0 10px 0;}
.contents .image img{width:98%;
display:block;
border:5px solid #fff;
box-shadow:0 0 5px #666;}
/*--------------------------------------------------------------------table-*/
.listTb{margin:10px 0;}
.listTb table{
	border-collapse:collapse;
	border:1px solid #a0a0a0;
	width: 100%;
	color: #333333;
	clear:both;
}
.listTb caption {
	display:none;
}
.listTb th {
	font-weight: normal;
	background-color: #EBEBEB;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.listTb th.aRight {
	text-align: right;
}
.listTb th.aLeft {
	text-align: left;
}
.listTb td {
	font-weight: normal;
	padding: 4px 10px 3px 5px;
	border: 1px solid #a0a0a0;
	line-height: 150%;
	text-align: left;
}
.listTb td.aCenter {
	text-align: center;
}
.listTb td.aRight {
	text-align: right;
}
