/* CSS Document */
a:hover {color: darkred; text-decoration: none}
a:link {color: blue; text-decoration: none}
A:visited { text-decoration: none  }

/*----------------------------------------*/

.h1 {
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";



}
.h2 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";


}
.t1 {
	font-size: 12px;
	line-height: 150%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";

}

