/*template-kyujin*/
.fs-12 { font-size: 14px; }
.fs-14 { font-size: 16px; }
/*main*/
#main  {
	margin:0 5px;
}

table.border-table {
	width: 100%;
	border:  1px #ccc solid;
	border-collapse: collapse;
}
table.border-table tr {
	border:  1px #ccc solid;
}
table.border-table td {
	border:  1px #ccc solid;
	padding: 0.5rem;
}
.title {
	font-size: 18px;
	font-weight: bold;
	filter: alpha(opacity=95,finishopacity=30,style=1);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.menu{
	font-size: 100%;
	line-height: 160%;
	text-align: center;
	background-color: #F3F3F3;
	width: 6rem;
}
.table-main  {
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	background-color: #fff;
}

.table-caption {
	font-size: 100%;
	text-align: left;
	line-height: 160%;
}