@charset "utf-8";

/* color="#70D148" メインカラー */
/* color="#DE41A1" メインカラー */

/*-------------------------------------------------*/
/* テーブル用のレイアウト */
/*-------------------------------------------------*/

table.standard_layout{
	width: 95%;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}

table.standard_layout caption{
	margin-top: 15px;
	margin-bottom: 5px;
	text-align:center;
}

table.standard_layout tr th,table.standard_layout tr td{
	padding: 5px;
	border : solid 1px #AAAAAA;
}

table.standard_layout tr th{
	background : #70D148;
	color: #FEFEFE;
}
