@charset "UTF-8";



/* 画像を回り込ませている箇所の見出しデザイン */
/*h2 {
  margin-left: 175px;
}

*/
table#test2 {
	border-collapse: collapse;
	font: normal 0.9em Verdana;
	width:100%;
	margin:0 0 20px;
}
table#test2 td {
line-height: 1.6em;

	border-collapse: collapse;
	text-align: center;
	border: solid 1px #a9a9a9;
}
table#test2 td.tod {
	color: #fff;
	background-color: #5279E7;
}







table#test {
	border-collapse: collapse;
	font: normal 0.7em Verdana;
	width:190px;
}

table#test td {
line-height: 1.6em;

	border-collapse: collapse;
	text-align: center;
	border: solid 1px #a9a9a9;
}
table#test td.tod {
	color: #fff;
	background-color: #5279E7;
}


   table#test a {display:block;width:100%;height:100%;}
    table#test a:hover {background-color:#ffcccc;}

 

table.prof_t {
	border-collapse: collapse;
	border:1px solid #ccc;
	margin:0 0 20px;

}
table.prof_t td {
	border-collapse: collapse;
		border:1px solid #ccc;
}
table.prof_t th {
	border-collapse: collapse;
		border:1px solid #ccc;
		background-color:#efefef;
		letter-spacing:0.5em;
		font-weight:normal;
}