@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
　　		本体の設定 
------------------------------------------------*/
body{  }
   

	  
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	font-weight: normal;
	line-height:normal;
	text-align:center;
	color:#000000;
	letter-spacing:0.3px;
	margin:0;
}

h2{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:20px;
	color:#444444;
	font-weight: normal;
	letter-spacing:0.5px;
}

h3{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	line-height:13px;
	color:#444444;
	font-weight: normal;
	letter-spacing:0.5px;
}




.linknomal{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:18px;
	line-height:20px;
	color:#444444;
	font-weight: normal;
	letter-spacing:0.5px;
	text-align:center;
	}
	
	a:link{color:#000000;}
a:visited{color:#000000;}
a:hover{color:#444444;}
a:active{color:#444444;}
