a:link {  color: #0000CC; text-decoration: underline}
a:hover {  color: #FF0000; text-decoration: underline}
p {  line-height: 130%}
.menutxt {  font-size: 12px; line-height: 120%}
.toptext {  font-size: 16px; line-height: 140%}
.tbl {  font-size: 16px; line-height: 130%}
.capfont {  font-size: 11px}
.text {  font-size: 13px; line-height: 140%}
.rtext {  font-size: 14px; line-height: 130%}


/*表大枠：左・上（直線）ライン*/
table.t_over {
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	}

/*表大枠：囲み（直線）ライン*/
table.over {
	border-top:1px solid #444444;
	border-right:1px solid #444444;
	border-left:1px solid #444444;
	border-bottom:1px solid #444444;
	}

/*セル：左（点線）・下（直線）ライン*/
td.cell_dashe{
	font-size: 14px; 
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS UI Gothic", "sans-serif", "arial";
	line-height:130%;
	border-bottom:1px solid #444444;
	border-left:1px dashed #444444;
	padding:3px 6px;
	}

/*セル：右・下（直線）ライン*/
td.cell_line{
	font-size: 14px; 
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS UI Gothic", "sans-serif", "arial";
	line-height:130%;
	border-bottom:1px solid #444444;
	border-left:1px solid #444444;
	padding:3px 6px;
	}




