body {
	background-color: #FFFFFF;
	background-image: url(img/bgill.jpg);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: repeat-y;
	background-position: right 0px;
	margin: 0px;
}
#txt {
	text-align: left;
	margin-top: 10%;
	width: 400px;
	margin-left: 10%;
}
#txt p {
	color: #333333;
	font-size: x-small;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 2em;
}
.hdntxt {
	display: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:active {
	color: #FF0000;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#txt h1 {
	font-size: 250%;
	color: #FF6699;
	margin-top: 0px;
	margin-bottom: 1em;
}
#txt h2 {
	font-size: 90%;
	color: #FF99CC;
	margin-top: 3em;
	margin-bottom: 1em;
}
