* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #E8F4FF;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: Blue;
}

a:visited {
	color: Blue;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h2 {
	padding-left: 5px;
	background-color: #00008B;
	color: #F0F8FF;
}

hr {
	margin: 0px 10px 0px 10px;
}

div#outline {
	width: 720px;
	margin: 0 auto;
	background-color: White;
	color: #101010;
}

div#header {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
}

div#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#team {
	float: left;
	width: 538px;
	margin-left: 10px;
	text-align: left;
}

div#logoL {
	float: left;
	width: 42px;
}

div#logoC {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 37px;
}

div#logoR {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 24px;
}

div#title {
	clear: both;
	padding-top: 15px;
	padding-left: 35px;
	text-align: left;
}

div#lablink {
	width: 675px;
	text-align: right;
	font-size: 16px;
}

div#lablink a {
	color: #FF6347;
	font-weight: bold;
}

div#lablink a:hover {
	color: #FF6347;
	font-weight: bold;
	text-decoration: underline;
}

div#comment {
	clear: both;
	padding: 20px 10px 10px 10px;
	/*text-align: left;*/
	text-align: justify; /* 両端揃え(均等割り付け) */
}

div#tools {
	clear: both;
	margin: 20px 10px 0px 10px;
	text-align: left;
	border: 1px solid #4169E1;
	overflow: hidden;
}

div#tools:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#tools p {
	clear: both;
	padding-top: 15px;
	padding-left: 48px;
	color: Black;
}

div.toolBlock {
	clear: both;
	margin-left: 48px;
	margin-right: 48px;	/*2017.04.05*/
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
/*	border: 1px solid Fuchsia;
	background-color: #FFEBCD;*/
}

div.toolBlock:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.imgBlock {
	float: left;
	width: 80px;
}

div.linkBlock {
	float: left;
	/*width: 560px;*/
	width: 510px;	/*2017.04.05*/
}

div.Link {
	clear: both;
	margin-left: 10px;
}

div.explanation {
	margin-left: 20px;
	text-align: justify; /* 両端揃え(均等割り付け) */
}

div.button {
	clear: both;
	width: 75%;
	padding-top: 2px;
	padding-left: 14%;
	padding-bottom: 5px;
}

div.button a {
	text-decoration: none;
	color: #F8F8F8;
	display: block;
	font-weight: bold;
}

div.button a:visited {
	color: #F8F8F8;
}

div.button a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #666666;
}

div.buttonl,div.buttonr {
	float: left;
	width: 45%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-color: #666666;
}

div.buttonl {
	float: left;
}

div.buttonr {
	float: right;
}

div.contents {
	clear: both;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	border: 1px solid #4169E1;
}

div.contents ul {
	padding-top: 15px;
	padding-left: 56px;
	padding-bottom: 5px;
}

div.contents li {
	list-style: none;
	padding-bottom: 5px;
}

div#messages {
	margin: 20px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border-top: thin dotted #4169E1;
	text-align: left;
	font-size: 12px;
	text-align: justify; /* 両端揃え(均等割り付け) */
}

div#footer {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #666666;
	text-align: right;
	font-size: 12px;
}

div#news {
	margin: 15px 0px;
	text-align: center;
	font-weight: bold;
	color: red;
}

img.labimage {
	vertical-align: bottom;
}

