@charset "UTF-8";

table {
	width:540px;
	border:none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
table.inside {
width:340px;
margin:0 0px;
border:none;
}
th {
	width:32%;
	padding:10px 20px;
	background-color:#F9E7FE;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	text-align:left;
}
th.inside {
	width:20%;
	padding:10px 4px;
	background-color:#CCFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	text-align: center;
}
td {
	width:68%;
	padding:10px 20px;
	background-color: #FEFFDF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	text-align:left;
}
td.inside {
	width:80%;
	padding:5px 8px;
	background-color: #DCFBD7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
}
td p {
	line-height: 18px;
	margin:0 0 6px 0;
}

td.aiueo {
	width:10%;
	background-color: #FEFFDF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9900CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
