@charset "UTF-8";

/* ---------------------------------------------------------------- *
	トップに飛ぶリンクに関する設定です
 * ---------------------------------------------------------------- */

#main #gotoPageTop {
	clear: both;
	margin: 2px 10px;
}
#main  #gotoPageTop p {
	font-size: 85%;
	text-align: right;
	padding-right: 16px;
	background: transparent url(../image/gotoTop_triangle.gif) center right no-repeat;
}

/* ---------------------------------------------------------------- *
	テーブルに関する設定です
 * ---------------------------------------------------------------- */
 
#main table {
	font-size: 90%;
	line-height: 150%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #EAEAEA;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #000000;
}
#main table caption {
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #FFFFFF;
}
#main table th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 5px;
}
#main table td {
	text-align: left;
	vertical-align:middle;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 5px;
}
