html{overflow-y: scroll;}

.text12 {
	font-size: 12px;
	line-height: 16px;
}
.text10 {
	font-size: 10px;
	line-height: 14px;
}
.bg-top {
	background-attachment: scroll;
	background-image:  url("image/bg-top.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.text-small {
	font-size: 12px;
	line-height: 15px;
}
.bg-hasei {
	background-attachment: scroll;
	background-image:  url("image/bg-hasei.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.copyright {
	font-size: 10px;
	color: #999999;
}
.text-midashi {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.txtarea {
	width: 393px;
	font-size: 12px;
}
a:link {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
}
.txt-16px {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.green {
	color:#52A127;
}