TD{
  line-height : 1.5;
}

.font1 {
	line-height: normal;
	letter-spacing: normal;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";

}

/*追加分*/

a:link{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 18px;
	color: #339933;
	text-decoration: underline;

}
a:visited{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 18px;
	color:#0000FF ;
	text-decoration: underline;

}
a:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 18px;
	color:#232323;
	text-decoration: none;

}
a:active{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 18px;
	color:#232323;
	text-decoration: underline;

}
.font2 {
	line-height: 120%;
	letter-spacing: normal;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
}
.txt-pad{
		line-height: 120%;
	letter-spacing: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	padding: 15px 5px 10px 0px;
	}