@charset "utf-8";
/* CSS Document */
form {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin: auto;
	position: relative;
	width: 550px;
	height: 950px;
	font-family: stencil-std;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: 400;
	color: #8A0808;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#BDBDBD;
color:#585858;
font-family: stencil-std;
font-size: 12px;
font-weight: bold;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#585858;
color: #BDBDBD;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}

h1 {
	text-align: center;
	font-family: stencil-std;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
}

img {
align: center;
}

body {
background: url(grey_and_white_stripes_by_nekokiseki-d6xq0og.png);
}

#link ul {
	font-size: 20px;
	font-family: stencil-std;
	list-style-type: none;
}

#link ul li {
	display: inline;	
}

#link ul li a {
	color: #FBEFEF;
	text-decoration: none;
	padding: .2em 1em;
	background-color: #8A0808;
}

#link ul li a:hover {
	color: #8A0808;
	background-color: #FBEFEF;
}

img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

li {
	list-style-type: none;
}