/* Version 1.1 - August 2011 - Copyright 2011 Joshua Beeler */

* {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
  background-color: #eee;
  background-image: url('../images/seigaiha.png');
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

#main {
	background-color: #fefefe;
	box-shadow: 0px 5px 10px #888;
	margin-left: auto;
	margin-right: auto;
	padding: 0.6em;
	max-width: 600px;
}

img {
	border: solid 1px #000;
}

h1 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-shadow: 0px 1px #ddd;
}

h2 {
	font-size: 1.2em;
	text-align: center;
	text-shadow: 0px 1px #ddd;
}

p {
	font-size: small;
	margin-bottom: 1.5em;
	text-shadow: 0px 1px #ddd;
}

a {
  color: #0276FD;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 0px #fff;
}

a:hover {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
