h1 {
	font-size: 12pt;
	font-family: ＭＳ 明朝;
	color: #f1f093;
}


strong {
	font-size: 10pt;
	color: blue; 
}


strong.none {
	font-weight: normal;
}


span.main {
	font-size: 12pt;
	color: #606060;
}

span.gaiyou {
	font-family: ＭＳ 明朝;
	font-size: 12pt;
	font-weight: bold;
}

span.main_b {
	font-size: 10pt;
	font-weight: bold;
		color: #808080;
}

span.red {
	font-size: 10pt;
	color: #FF0000; 
}

/* まだ見ていないページ */
a.links:link
{text-decoration:underline;
color:#f1f093;
}
/* 既に見たページ */
a.links:visited
{text-decoration:underline;
color:#f1f093;
}
/* マウスが重なったとき */
a.links:hover
{color:#808080;
}
/* クリックしたとき */
a.links:active
{text-decoration:underline;
color:#f1f093;
}