
.shinhoukokubot {
	display: block;
	background-color: #3694c3;
	width: 200px;
	padding: 3px 8px;
	margin: 3px 0 2px 0;
	cursor:pointer;
	color: #fff;
	font-size: 0.8em;
	text-align:center;
}

a.shinhoukokubot:hover {
	color: #369;
	background-color: #ccc;
	text-decoration: none;
}
a.shinhoukokubot:visited {
	color: #fff;
}