@charset "utf-8";

html, body {

/* 	font-family: "Source Sans Pro", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
	font-family: "Kite One", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
/* 	font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; */
	font-size: 16px;
	color: #000;
	background: #f4f4f4;
}

body {
	padding: 10px;
}

a:link,
a:visited,
a:hover,
a:active {
/* 	color:#a2a3a3; */
	text-decoration:underline;
}


h1 {
	font-size: 175px;
	font-weight: bold;
/* 	line-height: 180px; */
/* 	padding: 0px 0px 10px 0px; */
	
/* 	font-style: italic; */
	width: 500px;
	
/* 	border: solid; */
/* 	border-top: solid; */
/* 	border-bottom: solid; */
	border-width: 30px;
	border-color: #000;
}
div.block {
	margin-top: 0px;
	margin-bottom: 20px;
}

div#yo-button {
	margin: 10px 0 0;
}
