@charset "euc-jp";
#main-column h3 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration: none; 
	font-weight: bold;
}
#main-column h4 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 28px;
	font-weight: bold;
}
#main-column h5 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-weight: bold;
}
#main-column dl {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 48px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#main-column dt {
	margin-top: 5px;
	padding-top: 0px;
}
#main-column dd {
	margin-top: 0px;
	margin-left: 16px;
	padding-top: 0px;
}
#main-column table {
	border:1px solid #FE491F;
	width:410px;
	table-layout:auto;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 0.8em;
}
#main-column thead {
	background-color:#FDF3D5;
	color:#000000;
}
#main-column tfoot {
	background-color:#F3F3F3;
	color:#000000;
}
#main-column tbody {
	background-color:#FFFFE6;
	color:#000000;
}
#main-column th {
	text-align: center;
	width: 33%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 2em;
}
#main-column td {
	width: 33%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	padding: 2px 5px 3px;
	margin: 0px;
}
#main-column caption {
	display: none;
}
#main-column ul {
	margin: 0px;
	padding: 0px;
}
#main-column ol {
	margin: 0px;
	padding: 0px;
}
#main-column ul {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-left: 68px;
	margin-bottom: 12px;/*data-pと同じマージン指定*/
}
#main-column ol {
	list-style: none;
	text-indent: -1.2em;
	margin-top: 0px;
	line-height: 1.4em;
	font-size: 0.8em;
	margin-left: 68px;
	padding-bottom: 0px;
	margin-bottom: 12px;/*data-pと同じマージン指定*/
}
/*pタグ用*/
#main-column .hanreidata-p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 40px;
}