.bg {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.bgtd {
	background-color: #f5f2ed;
}
.tit1 {
	font-size: medium;
	font-weight: bold;
	color: #931022;
}
.menu {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: x-small;
}
.bg_image {
	background-image: url(images/gb_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.tit2 {
	font-size: medium;
	font-weight: bold;
	color: #2967b0;
}
a:link {
	color: #2967B0;
	text-decoration: none;
}
a:visited {
	color: #2967B0;
	text-decoration: none;
}
a:hover {
	color: #2967B0;
	text-decoration: none;
}
a:active {
	color: #2967B0;
	text-decoration: none;
}
