@charset "utf-8";
/* CSS Document */

body {
font-size:smaller;
line-height:16px;
letter-spacing:-1px;
color:#6a6a65;
}

img {
border:0;

}
.small {
font-size:x-small;
}

div {
padding:3px;
}

hr { 
color:#ffffff;
background-color:#ffffff;
height:1px;
border:0px solid #ffffff;
margin:0.5em 0;
size:1; 
}  

/*
.searchbutton {
  width: 52px;
  height: 22px;
  border: 0;
  background: url(../images/searchbutton.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
*/

/*　リンク　 */


a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0A80F5;
	background-color:#DFFFFF
}
a:active {
	text-decoration: none;
	color: #003366;
}

