@chareset "Shift_JIS";

body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
/* リンク */
a:link {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 130%;
	color: #FF6600;
	text-decoration: none;

}
a:active {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

/* リンク大 */
a.link01:link {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a.link01:visited {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a.link01:hover {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;

}
a.link01:active {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.f16 {
	font-size: 18px;
	color: #FF0000;
}
h1{
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
