@charset "UTF-8";

/*--- トップ ---*/
form {
	width: 622px;
	border: 1px solid #70b0ba;
	padding: 3px 3px 0 3px;
	margin-top: 20px;
}

.board {
	width: 293px;
	border: 1px solid #6bbc36;
}

#main .block a.menu {
	color: #555;
	text-decoration: none;
	padding: 0.5em 10px;
	width: 273px;
	display: block;
	border: 0;
}

#main .block a:hover.menu,
#main .block a:active.menu  {
	background-color: #ddf7cd;
}

.seminar {
	clear: both;
	width: 602px;
	overflow: auto;
	background: #e9f5f7;
	padding: 0.5em 10px;
	margin-bottom: 3px;
	line-height: 1.5em;
}

select {
	width: 335px;
	float: right;
}


/* 下余白 */
#space {
	height: 140px;
}



/*--- コンテンツ ---*/
/* セル幅 */
.cell1 {
	width: 110px;
}

.cell2 {
	width: 296px;
}

.cell3 {
	width: 160px;
}


.cell4 {
	width: 70px;
}

.cell5 {
	width: 153px;
}

.cell6 {
	width: 70px;
}

.cell7 {
	width: 115px;
}

.cell8 {
	width: 115px;
}


.no {
	background-color: #ebebeb;
	text-align: center;
}

table td, th {
	border: 1px solid #bbb;
	padding: 5px 10px;
}

table th {
	background: #cfd3fa;
	font-weight: normal;
	padding: 2px;
}

