@charset "utf-8";

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

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

#contents table {
	width: 340px;
	margin-bottom: 30px;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
}

#contents th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	white-space: nowrap;
	font-size: 1.2em;
}

#contents td {
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
}
