/*
 * Common
 */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

body {
	width: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	z-index: 10;
	width: 1000px;
	margin: 0 auto;
}

header {
	margin-top: 120px;
}

article {
	margin-top: 60px;
}

article#info div {
	width: 400px;
	margin: 60px auto;
}

#buttons a:hover {
	opacity: 0.5;
}

#license ul {
	width: 305px;
	margin: 0 auto;
}

#license li {
	list-style: none;
	float: left;
}

#license li:first-child {
	margin-right: 20px;
}

footer {
	width: 100%;
	padding-bottom: 60px;
}


/*Typography*/
body {
	font-size: 0.75em;
	font-family: "Clavo", "Museo Slab", "Helvetica", "Arial", "Meiryo", "Hiragino Kaku Gothic W3", sans-serif;
	line-height: 1.6;
}

#wrapper {
	text-align: center;
}

#license li {
	line-height: 28px;
}

footer,
footer a {
	text-align: center;
	font-size: 0.9em;
}