body {
	background-color: #f6f5ec;
	font-size: 0.9em;
}


/* タイトル */
.title {
	margin-bottom: 18px;
	text-align: center;
	color: #656161;
	font-size: 1.5em;
/*	background-color: #ffff99; */

}


table {
	border-collapse: collapse;
	border: 2px solid #696969;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
}

th, td {
	padding:0.5em 1em;
	white-space: nowrap;
}


th {
	border: 1px solid #73798c;
	white-space: nowrap;
	color:#707070;
	background-color: #f0f0f0;
}

td {
	padding: 0 10px;
	border: 1px solid #73798c;
	background-color: #ffffff;
}


a:link {			/* リンク文字の色 */
	text-decoration:none; 
	color: #0000FF;
}

a:visited {			/* リンク先を訪問済 */
	text-decoration:none;
	color: #9900ff;
}

a:active { 			/* リンクの上でマウスのボタンを押している間 */
	text-decoration:none;
color: #FF0080;
}

a:hover { 			/* リンクの上にマウスポインタを持ってきている間 */
	text-decoration:none;
  color: #FF0080;
}


h1{
	margin-top: 50px;
	margin-bottom: 18px;
	font-size:1.25em;
	text-align: center;
	color: #656161;

}


.note{			/* 赤い文字 */
	font-style:normal;
	color: #ff0000;
}

.note-s {		/* 赤い文字（少し小さめ） */
	font-size:0.85em;
	font-style:normal;
	color: #ff0000;
}

.center {		/* 中央揃え */
	text-align: center;
}


.info {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
/*	background-color: #ffff99; */
}

