@charset "UTF-8";
*html body { /*IE6*/
	overflow-y: auto;
}
*+html body { /*IE7*/
	overflow-y: auto;
}
body {
	overflow-y: scroll;
}
body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
li {
	list-style: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	background-color: #fff;
	background: url(../images/bg.jpg) center top;
}
p {
	margin-bottom: 10px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
/* general */
#home {
	width: 500px;
	margin: 80px auto 0 auto;
	padding: 20px;
}
#twitter {
	float: left;
	width: 250px;
	height: 400px;
}
#menu {
	float: left;
	margin-left: 20px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: normal;
}
#menu a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#menu li {
	margin-bottom: 20px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
/* custom */
