/* CSS Document */
body{
	background-color:#A1C3B5;
	text-align:center;
	margin:0px;
	background-image: url(image/bg.gif);
	background-position: center;
	background-repeat: repeat;
}

#contents {
	width: 640px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 22px;
}
#head {
	text-align: left;
}
#title {
	text-align: right;
}
#foot {
	text-align: left;
}


/* 表組み */
caption{
	text-align: left;
}

table.style_a{
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-collapse: collapse;
	margin-bottom: 12px; 
}

.style_a th{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background-color: #F0EEE7;
}

.style_a td{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

table p.attend{
	background-color:#EEF6F4;
	display:compact;
	padding: 6px 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* 表組み入れ子 */
table.in{
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-collapse: collapse;
	font-size: 100%;
}

.in th{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	background-color: #EEEEEE;
}

.in td{
	padding: 2px 6px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

/* 表組みレイアウト用 */
table.layout{
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 0px; 
}

table.layout td{
	padding: 4px;
	border-right: none;
	border-bottom: none;
}

/* リスト */
dl {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

dd {
	padding: 0;
	margin-left: 1.6em;
}

ul {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 1.8em;
}

ol {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-left: 2.4em;
}
