a:link {color:silver;} /*未訪問のリンクの色*/
a:visited {color:silver;} /*訪問済みのリンクの色*/
a:hover {color:white;} /*カーソルが乗っているリンクの色*/
a:active {color:red;} /*クリック中のリンクの色*/

.bingo_0{
background:transparent;opacity:1.0;
border-collapse: collapse;
}
.bingo_0 td{
	width:175px;
	height:170px;
	text-align:center;
	text-valign:middle
	font-size:25px;
	color:#c0c0c0;
	border: 2px solid #c0c0c0;
}
.bingo{
background:transparent;opacity:1.0;
border-collapse: collapse;
}
.bingo td{
	font-size:25px;
	color:#c0c0c0;
	text-align:center;
	width:40px;
	height:50px;
	border: 2px solid #c0c0c0;
}
.bingo_1{
background:white;
border-collapse: collapse;
}
.bingo_1 td{
	text-align:center;
	padding:10px;
	text-valign:middle
	font-size:15px;
	font-weight:bold;
	border: 2px solid #c0c0c0;
}
button.button9 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	font-size:26px;
	font-weight:bold;
	line-height: 40px;
	width:700px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
button.button8 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	line-height: 40px;
	width:170px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button8:hover {
	letter-spacing: 3px;
	opacity: 0.8;
}
/*
.button8:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
*/
.button8:active {
	top: 3px;
	box-shadow: none;
}

button.button7{
	/* 文字サイズを1.4emに指定 */
	font-size: 18px;
	font-weight:bold;
	/* 縦方向に10px、
	* 横方向に30pxの余白を指定 */
	padding: 5px 15px;
	/* 文字色を白色に指定 */
	color: #fff;
	/* ボーダーをなくす */
	border-style: none;
	/* ボタンの影の指定
	* 影の横幅を2px	
	* 縦長を2px
	* ぼかしを3px
	* 広がりを1px
	* 色を#666（グレー）に指定 */
	box-shadow: 2px 2px 3px 1px #666;-moz-box-shadow: 2px 2px 3px 1px #666;-webkit-box-shadow: 2px 2px 3px 1px #666;
	/* テキストの影の指定
	* 影の横幅を1px
	* 縦長を1px
	* ぼかしを2px
	* 色を#000（黒）に指定 */
	text-shadow: 1px 1px 2px #000;
	/* グラデーションの指定 */
	background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
	background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
	/* 角丸の指定 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button.button7:hover {
	/* 透明度を20%に指定 */
	opacity: 0.8;
}
