img {
	border: 0;
}
.img {
	border: 1 solid #000000;
}
.top {
	margin-left : 0;
	margin-right: 0;
	margin-top : 0;
	background-image: url("img/top_bg.gif");
	background-position: 0 0;
}
.body {
	margin-left : 0;
	margin-right: 0;
	margin-top : 0;
	background-image: url("img/bg1.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.body2 {
	margin-left : 0;
	margin-top : 0;
	background-image: url("img/bg2.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-base-color: white;
	scrollbar-arrow-color: #017BE3;
	scrollbar-shadow-color: #017BE3;
	scrollbar-darkshadow-color: #999999;
}
.body3 {
	margin-left : 0;
	margin-top : 0;
	background-image: url("img/bg3.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
A {
	text-decoration : underline;
	font-size : 12px;
	color: #017BE3;
}
A:HOVER {
	font-size: 12px;
	color: #FF0000;
	text-decoration : none;
	position:relative;
	top: 1px;
	left: 1px;
}

.kugiri {
	border-left: 1 dotted #999999;
}
.txt1 {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
.txt2 {
	font-size: 10px;
	color: #017BE3;
	line-height: 120%;
}
.txt3 {
	font-size: 12px;
	color: #017BE3;
	line-height: 120%;
}
.logo {
	background-image : url("img/banbg.jpg");
	background-position : 0 0;
	background-repeat : no-repeat;
}
.tdh {
	background-color: #017BE3;
	height:18px;
	font-size: 12px;
	color: #FFFFFF;
}
.td {
	font-size: 12px;
	color: #017BE3;
	border:1 solid #69B0FF;
	padding:2px;
	line-height: 140%;
}
.ptd {
	font-size: 12px;
	color: #999999;
	border:1 solid #69B0FF;
	padding:2px;
	line-height: 140%;
}
.table {
	border:1 dotted #017BE3;
	border-collapse: collapse; 
}
.border1 {
	border:1 dotted #666666;
}