@charset "shift_jis";

 
BODY {
	text-align: center;
	line-height: 200%;
	font-weight: bold;
}
#container {
	width: auto;
	font-weight: bold;
}
STRONG{
  color : yellow;
}
H1{
	color : yellow;
	font-size: x-large;
	font-weight: bolder;
}
#bodylink_Atype  A:link {
	text-decoration: none;
	color: red;
}

#bodylink_Atype  A:visited,A:active {
	text-decoration: none;
}

#bodylink_Atype  A:hover {
	color: yellow;
	background-color: red;
}
#bodylink_Btype  A:link {
	text-decoration: none;
}

#bodylink_Btype  A:visited,A:active {
	text-decoration: none;
}

#bodylink_Btype  A:hover {
	color: yellow;
	background-color: red;
}
TABLE{
  font-weight : bolder;
}
