

/* フォントに関する指定 */

/* フォントサイズ調整ここから */
body {
	color:#333333;
	}

h1 {
	margin:1.6em 0 0.5em;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	}

h2 {
	margin:0;
  font-weight:normal;
	}

h3 {
	margin:0;
  font-size: 1.2em;
	line-height: 1.7em;
  font-weight:bold;
	}

h4 {
	margin:1.2em 0 0.35em;
	font-size: 1em;
	line-height: 1.4em;
  font-weight:bold;
	}

.ltx{font-size:120%; line-height:150%;}
.mtx{font-size:100%; line-height:150%;}
.stx{font-size:80%; line-height:150%;}
.l{font-size:120%}
.m{font-size:100%}
.s{font-size:80%}


/* リンク */
a:link{color:#2a62e2;text-decoration:underline;}
a:visited{color:#802080;text-decoration:underline;}
a:hover{color:#432DB2;text-decoration:underline;}
a:active{color:#B31B1B;text-decoration:underline;}

strong {
	font-weight:bold;
}

.center{
	text-align:center;
}