body {
	background: #f8f8e8;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
h1 {
	color: #c00;
	font-size: 150%;
	text-shadow: 1px 1px 1px rgba(0,102,102,.5);
}
h2 {
	color: #019ad2;
	font-size: 130%;
	text-shadow: 1px 1px 1px rgba(51,0,0,.5);
}
table {
	border-spacing: 0;
}
th,td {
	padding: .2em .2em .2em 0;
}
form {
	margin-left: 1.5em;
	display: inline-block;
	padding: 0 .5em .2em .5em;
	border-radius: 1em;
	border: double 3px #c00;
	box-shadow: 1px 1px 1px rgba(0,0,0,.3),
		-1px 1px 1px rgba(0,0,0,.3);
	background: #fcfcec;
	background: -moz-linear-gradient(center top,
		#ffffef,
		#ffffef 30%,
		#f8f8e8 70%,
		#f8f8e8
	);
}
input[type="submit"] {
	padding: .5em;
}
input[type="text"] {
	padding: .2em;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin-left: 2em;
}
section,
aside,
footer {
	display: block;
}
#twitter {
	margin-top: 5em;
}
footer {
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
}
#reset {
	display: none;
}
#twitter li {
	line-height: 2;
}
