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

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 140%;
	color: #000000;
	background-color: #FFFFFF;
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
}
h1{
	width:100%;
	font-size:12px;
	background-color:#99CC00;
	line-height:150%;
	white-space:nowrap;
	margin-bottom:5px;
	margin-top:5px;
	text-align: left;
	text-indent: 10px;
}
h2{
	width:100%;
	font-size:12px;
	background-color:#FFCC33;
	line-height:150%;
	white-space:nowrap;
	margin-bottom:5px;
	margin-top:5px;
	text-align: left;
	text-indent: 10px;
}
a {
	font-size: 10pt;
	color: #0033CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}