/* 変更・キャンセルボタン（マウスアウト）横幅180px */
.w180_button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 1em;
	padding: 0px 15px;
	line-height: 35px;
	width: 180px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

/* 変更・キャンセルボタン（マウスオーバー）横幅180px */
.w180_button:hover {
	background-color: #fff;
	border-color: #69c;
	color: #69c;
	font-size: 1em;
	padding: 0px 15px;
	width: 180px;
	line-height: 35px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

/* 明細の表示・PDF・CSVダウンロードボタン（マウスアウト）横幅210px */
.width180_button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 0.9em;
	padding: 0px 15px;
	line-height: 35px;
	width: 180px;
	margin: 10px 15px;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* 明細の表示・PDF・CSVダウンロードボタン（マウスオーバー）横幅210px */
.width180_button:hover {
	background-color: #fff;
	border-color: #69c;
	color: #69c;
	font-size: 0.9em;
	padding: 0px 15px;
	width: 180px;
	line-height: 35px;
	margin: 10px 15px;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* メニューボタン（マウスアウト）*/
.menu_button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 13pt;
	padding: 0px 60px;
	line-height: 45px;
	width: 220px;
	margin: 25px auto;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* メニューボタン（マウスオーバー）*/
.menu_button:hover {
	background-color: #fff;
	border-color: #69c;
	color: #69c;
	font-size: 13pt;
	padding: 0px 60px;
	width: 220px;
	margin: 25px auto;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* ログアウトボタン（マウスアウト）*/
.logout_button {
	background-color: #228b22;
	border: 2px solid #228b22;
	color: #fff;
	font-size: 0.8em;
	padding: 0px 15px;
	line-height: 30px;
	width: 120px;
	margin: 15px auto;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* ログアウトボタン（マウスオーバー）*/
.logout_button:hover {
	background-color: #3cb371;
	border-color: #3cb371;
	color: #fff;
	font-size: 0.8em;
	padding: 0px 15px;
	width: 120px;
	line-height: 30px;
	margin: 15px auto;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* ログインボタン横幅210px */
.w210_button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	font-size: 0.9em;
	padding: 0px 15px;
	line-height: 35px;
	width: 210px;
	margin: 10px 15px;
}

/* ログインボタン（マウスオーバー）横幅210px */
.w210_button:hover {
	background-color: #fff;
	border-color: #69c;
	color: #69c;
	font-size: 0.9em;
	padding: 0px 15px;
	width: 180px;
	line-height: 35px;
	width: 210px;
}
