h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e03ab;
	margin: 0;
	padding: 10px 0;
	text-align: left; 
	background: -moz-linear-gradient(
		top,
		#a3e7f0 0%,
		#6bdbf7);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a3e7f0),
		to(#6bdbf7));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #0e03ab;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}








ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
}
ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


table {
width: 100%;
border: none;
}

td {
text-align: center;
vertical-align: bottom;
border:none;
vertical-align:middle;
padding:0;border:0; 
}


td.head01 { 
text-align: center;
width: 40%;

 }

td.head02 { 
text-align: right;
width: 10%;
font-size: x-small;
text-align:center 

 }

H2 {
  color: #333; /* 文字の色 */
  background-color: #e6ecfe; /* 背景色 */
  line-height: 130%; /* 行の高さ */
font-size: small;
text-align: left; 
}



table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
ext-align: center;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}


#footer{clear:both}
#footer p{background-color:#e6ecfe;
text-align:center
}






