@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         yoko shinkawa
 Style Info:     トップページ用スタイル
----------------------------------------------------------- */

#contents table {
	width: 100%;
	margin-bottom: 2em;
	border: 1px solid #CCCCCC;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #FFFFFF;
}

#contents th {
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 1em;
	background-color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#contents td {
	font-size: 1em;
	text-align: center;
	background-color: #CCCCCC;
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.a02 {
	color: #FFFF99;
}
#tab {
	margin-left: 6px;
}
