@charset "Shift_JIS";

a{
	font-weight: 200;
	color: white;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: black;
	border-width: 2px;
	border-style: solid;
	border-color: black;
       border-radius: 10px;
}



body{
	text-align: center;
	font-size: 15px;
	font-family: CI;
	line-height: 1;
}


p.gid{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  background-color : silver;
}

a:hover{
	color: black;
	background-color: white;
}
