@charset "utf-8";
/* CSS Document */
.font1{
	color: #639;
	
}
.font2{
	color: #F36;
	
}
u{
	
	text-decoration: underline;
}
h8{
	font-size: 1.3em;
	color: #600;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	line-height: 1.8em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
big{
	font-size: 1.3em;
	color: #600;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	line-height: 1.8em;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
strong{
	font-weight: lighter;
	color: #F36;
}
table{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.1em;
	width: 100%;
}	

th{
	font-size: 1em;
	color: #FFF;
	background-color: #756D68;
	text-align: center;
	padding: 1em;
}
td{
	font-size: 1em;
	color: #666;
	text-align: left;
	padding: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5BCAF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.td{
	background-color: #F4F2F0;
}	
.one{
	list-style-type: square;
	margin-bottom: 0px;
	padding-left: 20px;
}
.two{list-style-type: circle; margin-bottom: 0px;padding-left: 20px;}