body {
	color: #333333;
}
td {
	font-size: 12px;
	color: #333333;
}
img {
	border: 0px;
}
.line140 {
	line-height: 140%;
}
form {
	margin: 0px;
}
#header {
	text-align: left;
}
#header h1 {
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	margin-left: 15px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
}
#footer {
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B5E6CD;
}
#footer p {
	font-size: smaller;
	line-height: 130%;
	color: #333333;
	letter-spacing: 0.1em;
	padding-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 25px;
}

a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:active {
	color: #669966;
	text-decoration: underline;
}


/*==============*/
/* 体裁調整追記 */
/*==============*/

table {
	width: 100%;
}

td {
	font-size: 16px;
	line-height: 1.6;
}

table table td {
	width: 14.2857%;
}

@media screen and (max-width:767px) {

td {
	font-size: 12px;
}
}