/* CSS Document */
body{
background-color:#EFEFEF;
margin:0;
}
A {
	FONT-SIZE: 10pt; COLOR: #ffffff; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 10pt; COLOR: #ff0000; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 10pt; COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 10pt; COLOR: #ff0000; TEXT-DECORATION: underline
}
HR {
  color: #999999; 
  background-color: #999999; 
  height: 1px; 
  border: 1px; 
  border-style: dashed; 
}
TD {
	FONT-SIZE: 10pt 
}
.bt {
	background-image	: url('btn/back_bt.gif'); 
	line-height		: 100%
}
h1 {
	font-size		: 12px; 
	font-weight	: normal; 
	line-height	: 130%; 
	color				: #000000; 
	margin			: 0px
}
h2 {
	font-size		: 10px; 
	font-weight	: normal; 
	line-height	: 120%; 
	color				: #000000; 
	margin			: 0px
}
/*画像*/ 
.headerlogo1 { 
width:800px; /*画像の幅*/ 
height:70px; /*画像の高さ*/ 
background: url('img/top.jpg') no-repeat; /*画像*/ } 

/*テキスト*/ 
.headertext { 
display: none; 
} 