@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : index.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * index
 * ******************************************************************************** */
table {
	border-collapse:collapse;
	border: solid 1px #e5e5e5;
}
th {
	font-size:12px;
	line-height:1.5;
	padding:5px 10px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	border: solid 1px #d9d9d9;
}
thead th {
	text-align:center;
	background:#f0f3f7;
	padding:5px;
	text-align:center;
}
td {
	font-size:12px;
	line-height:1.5;
	padding:5px 10px;
	color:#333333;
	text-align:center;
	border: solid 1px #d9d9d9;
}
td.cellAlignLeft {
	text-align:left;
}
caption {
	font-size:12px;
	line-height:1.5;
	text-align:left;
	padding: 0 0 6px 0;
}

.font_big	{
	font-size:16px;	
}
