.sb{
	width : 97%;
	color: #ffffff;
	background-color: #666699;  /* 背景色 */
	border: outset 2px #9999cc; /* 枠の色 */
	font-size: 12px;            /* フォントサイズ */
	line-height: 20px;          /* 行の高さ */
	text-align: center;         /* 水平揃え */
}

.sb:hover{
	color: #eeeeee;
	background-color: #555588;  /* 背景色 */
	border: inset 2px #9999cc;  /* 枠の色 */
}

.sb:active { color: #ffffff; }
.sb:visited { color: #ffffff; }


.button{
	display: block;             /* ブロック要素にする */
	margin: 0px;
	padding: 3px 1px 1px 0px;
	text-decoration: none;      /* 下線を消す */
	float : left;
}

.button:hover {
	margin: 0px;
	padding: 4px 0px 0px 1px;
}
