/* 基本 */
body {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* 行間 */
.line16 {font-size: 12px;	line-height: 16px;}

/* 組み合わせ */
.midashi{font-size:16px; color:#07A481; font-weight:bold;}
.green14px　{　font-size:14px; color:#07A481;}
.green12px　{　font-size:14px; color:#07A481;}
.pan {	font-size: 12px;	color: #0753A9;}



/* 基本リンク */
a:link {	font-size: 12px;	color: #003FB1;}
a:visited {	font-size: 12px;	color: #003FB1;}

a.blue:link {	font-size: 12px;	color: #0753A9;	text-decoration: none;}
a.blue:visited {	font-size: 12px;	color: #0753A9;	text-decoration: none;}

a.green:link {	font-size: 12px;	color: #07A481;	text-decoration: none;}
a.green:visited {	font-size: 12px;	color: #07A481;	text-decoration: none;}
