﻿body {
	background-color: #585858; text-align: center; color: #000000; 
	font-family: "メイリオ","ヒラギノ角ゴシック",sans-serif;
	}
#main {
	width: 1300px;
	margin: 0px auto 15px auto;
	padding: 5px;
	background-color: #EEE;
	font-size: large; 
	line-height: 20px;
	border-radius: 8px; 
	}
H1 {color: #000000; text-align: center; background-color: #F78181;}
H4 {text-align: center; background-color: #FFF; }
a:link { color: #000000;  }
a:visited { color: #424242; }
a:hover { color: #FF8000; }
a:active { color: #ff8000; }
img {
	border: 1px #585858 solid;
	margin: 8px;
	}
.no { 
	letter-spacing: 640px;
	position:relative;  left:320px;
	}
/*拍手ボタン*/	  
	.button {
	padding: 10px;
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #6E6E6E;
	background: #F6CECE;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	font-size: 1em;
	border: solid 2px #d27d00;
	}
	.button:hover {
	background: #F78181;
	color: white;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.button:active {
	background: #F6CECE;
	}
	