.text {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 14px;
	color: #333333;
}
.textlh {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
.textlhb {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 14px;
	line-height: 160%;
	font-weight: bolder;
	color: #333333;
}
.small {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 12px;
	color: #333333;
}
.smallh {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 12px;
	line-height : 150%;
	font-weight : normal;
	color: #333333;
}
.smallb {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}
.smallh2 {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 12px;
	line-height : 190%;
	font-weight : normal;
	color: #333333;
}
.s1small {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 11px;
	font-weight : normal;
	color: #333333;


}
.s1mallh {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 11px;
	line-height : 150%;
	font-weight : normal;
	color: #333333;

}
.ssmall {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 10px;
	color: #333333;
}
.ssmallh {
	font-family: "MS UI Gothic", "平成角ゴシック";
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}

.font13{
	font-size: 13px;
	color:#333;
	}
	
.font14{
	font-size: 14px;
	color:#333;
	}
	
		
.font16{
	font-size: 16px;
	color:#333;
	}
	

A:link	{color: #2D4865;text-decoration:underline;}
A:VISITED	{color : #2D4865;text-decoration:underline;}
A:hover	{color: #FF0000;text-decoration:none;position:relative;top:1pt;left:1pt;}

<!--
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom : 0px;
}
-->

.clear{
clear: both;
}

/*Firefoxだけに適用されるCSSハック*/
/*Firefox 40.0以降でinput sizeバグ対応*/

@-moz-document url-prefix() {
    input,
    select,
    textarea{
        font-family:MS UI Gothic;
  }
  
    textarea{
		font-size:13px;
  }
  
}

