
.px10        { font-size: 11px; line-height: 150% }
.px14   { font-size: 14px; line-height: 150% }
.small				   {
    color: #fff;
    font-size: xx-small;
    line-height: normal }

.px12         { font-style: normal; font-size: 14px; line-height: 150%; color: #66CCFF }

.px12_2         { font-style: normal; font-size: 14px; line-height: 150%; color: #ffffff; text-align:center; }

.px12_3         { font-style: normal; font-size: 14px; line-height: 150%; color: #ffffff;}

.px13 {
    font-style: normal;
    font-size: 13px;
    line-height: 150% }
　
A:link      {
	color: #d0e2ff;
	text-decoration: none }

A:visited     {
	color: #fff;
	text-decoration: none }

A:active     {
	color: #fff;
	text-decoration: none }

A:hover       {
	color: #ff7;
	text-decoration: none }

/*----------------------------------------------------
	基本の表
----------------------------------------------- */

.nomal_table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #999999;
	margin: 10px auto;
}

.nomal_table th{
	background-color: #666666;
	color: #ffffff;
	padding:6px;
	text-align: center;
	border-bottom: 1px dotted #999999;
}

.nomal_table td{
	background-color: #cccccc ;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.nomal_table_jca {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #999999;
	margin: 10px auto;
	
}

.nomal_table_jca th{
	background-color: #666666;
	color: #ffffff;
	padding:15px;
	text-align: center;
	border-bottom: 1px dotted #999999;
	font-weight:bolder;
	font-size:15px;
}

.nomal_table_jca td{
	background-color: #cccccc ;
	padding: 15px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
	font-weight:bolder;
	font-size:15px;
}

.nomal_table_jca a:link {
	text-decoration: none;
	color:#990000;
}
.nomal_table_jca a:visited {
	text-decoration: none;
	color:#990000;
}
.nomal_table_jca a:hover {
	text-decoration: none;
	color:#990000;
}
.nomal_table_jca a:active {
	text-decoration: none;
	color:#990000;
}

.tohid{
	font-size:10px;
	color:#FFFFFF;
	margin-top:5px;
	}
