@charset "utf-8";
/* CSS Document */

.midashibar {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:4px;
	border:1px solid #a1a1a1;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #aba8ab 5%, #666666 100% );
	background:-ms-linear-gradient( top, #aba8ab 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba8ab', endColorstr='#666666');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #aba8ab), color-stop(100%, #666666) );
	background-color:#aba8ab;
	color:#ffffff!important;
	display:inline-block;
	text-shadow:-50px -50px 0px #ffffff;
 	-webkit-box-shadow: 1px -1px 0px 0px #ffffff;
 	-moz-box-shadow: 1px -1px 0px 0px #ffffff;
 	box-shadow: 0px 0px 0px 0px #ffffff;
	box-sizing:border-box;
	text-align:left;
}.midashibar:hover {
	text-decoration:none;
	position:relative;top:0px;left:0px;
	cursor:default;

/*	background:-moz-linear-gradient( center top, #666666 5%, #aba8ab 100% );
	background:-ms-linear-gradient( top, #666666 5%, #aba8ab 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#aba8ab');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #666666), color-stop(100%, #aba8ab) );
	background-color:#666666;*/
	position:0 0;
}.midashibar:active {
	position:relative;
	top:1px;
}
.maruwaku1{
	border-radius:1px;
	border:1px solid #a1a1a1;
	border-top:solid 0px;
	padding:10px 0px 0px 0px;
	margin-left:2px;
}
.w720{
	width:720px;
	box-sizing:border-box;
}
