	/* --全体の幅の設定-- */
		div.box00 {
			width	:43em;
			margin	:0em;
			}

	/* --学芸大マーク・閉じるの設定（左寄せ）-- */
		p.class-left {
			margin	:0em;
			color	:#666666;
			vertical-align	:top;
			}

	/* --閉じるの設定（右寄せ）-- */
		p.class-right {
			margin	:0em 1em 0em 0em;
			text-align	:right;
			}

	/* --センタリングの設定-- */
		.cent {
			text-align	:center;
			background-color	:#85A52E;
			color	:white;
			}

	/* --イメージに枠線を表示させない設定-- */
		img {
			border	:none;
			}

	/* --リンクの設定-- */
		a:link {
			text-decoration	:none;
			}
		a:visited {
			text-decoration	:none;
			}
		a:hover {
			text-decoration	:underline;
			}
		a:active {
			text-decoration	:none;
			}

table		{ 
		border-collapse: collapse;
		border-width: 0px;
		padding: 0px;
		empty-cells: show;
		}
		
caption		{
		margin: 0px;
		padding: 50px 10px 20px 10px;
		caption-side: top;
		color: #666666;
		}

thead th{
		margin: 20px;
		vertical-align: middle;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #666666;
		background: #85A52E;
		color: white;
		font-weight: normal;
		padding: 10px;
		}

thead td{
		margin: 0px;
		vertical-align: middle;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #666666;
		background: #6E276F;
		color: white;
		font-weight: normal;
		padding: 10px;
		}
			
tbody td 		{ 
		margin: 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #666666; 
		color: #666666;
		vertical-align: top;
		padding: 10px;
		}

.group80	{
		width	:80px;
		}
.group100	{
		width	:100px;
		}
.group140	{
		width	:140px;
		}
