body             {
	background-image: url(image/bg.gif);
	background-repeat: repeat-y;
	background-position: 50px;
}
A{
	text-decoration:none;
}
A:link {
	color: blue;
}
A:visited {
	color: blue;
}
A:hover {
	color: red;
	text-decoration: underline;
}
.text   { font-size: 12px; font-family: "ＭＳ ゴシック", "Osaka－等幅"}
.stext    { font-size: 10px; font-family: "ＭＳ ゴシック", "Osaka－等幅"}
.end_line {
	background-image: url(image/endline_bg.gif);
	background-repeat: no-repeat;
}

.gray     { color: gray }
.red { color: red }
.title { font-weight: bold; font-size: 12px; line-height: 130%; font-family: "qMm Pro W3", serif }
.title_area {
	background-image: url(image/grayline.gif);
	background-repeat: repeat-x;
}
.menu_area {
	background-image: url(image/menu_bg.gif);
}
