@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Calligraffitti);
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family: 'Calligraffitti', cursive;
}

body {
	width:100%;
	background-color: #53727d;
	background-image: -webkit-linear-gradient(-45deg, #455765 25%, transparent 25%, transparent 50%, #455765 50%, #455765 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #455765 25%, transparent 25%, transparent 50%, #455765 50%, #455765 75%, transparent 75%, transparent);
	background-size: 20px 20px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
}

input[type="button"] {
	display:block;
	width:80px;
	height:25px;
	text-align:center;
	font-size:14px;
	padding-top:15px;
	margin:30px auto;
	cursor:pointer;
}