body{font-family:Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;color: #000;font-size: 120%;line-height: 140%;background-color: #fff;margin: 1em;}
h1 a{width: 272px; height: 84px;display: block; background: url(/img/logo.png) no-repeat;}
h1 a span{margin-left: -10000px;}
h2{ font-size: x-large; margin: 1em 0em 0em 0em;}
h3{ font-size: large; margin: 0em 0em 0em 6em; padding: 0em;}
h4{ font-size: medium; margin: 0.5em 0em; padding: 0em; text-align: center;}
a{
	color: #903;
	text-decoration: none;
}

a:hover{
	color: #963;
}

#header{
	font-size: x-small;
	text-align: right;
	float: right;
}

.tweet_add{
	margin: 1em;
	background-color: #903;
	padding: 0.5em 1em;
	color: #fff;
	font-size: small;
	border-radius: 1em;-moz-border-radius: 1em;-webkit-border-radius: 1em;
}

.tweet_add input.url{
	font-size: x-large;
	width: 70%;
	color: #333;
	padding: 0.25em;
	float: left;
}

.tweet_add input.submit{
	font-size: xx-large;
	color: #333;
	padding: 0.5em;
}

.tweet_add .done a, .tweet_add .done a:hover{
	color: #fff;
}

.tweet{
	margin: 0.5em;
	padding: 0.5em 0.5em;
}

.tweet .hcount{
	text-align: center;
	width: 2em;
	font-size: xx-large;
	float:left;
	padding:0.5em;
	margin: 0em 0.5em 0.25em 0em;
	background: #903;
	border-radius: 0.25em;-moz-border-radius: 0.25em;-webkit-border-radius: 0.25em;
}
.tweet .hcount a, .tweet .hcount a:hover{
	color: #fff;
}
.tweet .tweet_meta{
	font-size: small;
	text-align: right;
	clear: both;
}

.statement{
	margin: 0.25em 0.5em;
}
.statment_id{
	float: left;
	padding: 0.25em;
	margin: 0.25em;
	font-size: medium;
	color: #999;
}
.statment_body{
	font-size: medium;
	padding: 0.25em;
	margin: 0.25em 0em 0em 4em;
}
.statement_meta{
	margin: 0.25em;
	clear: both;
	text-align: right;
	font-size: small;
}

textarea.message{
	width: 90%;
	display: block;
	border: 1px solid #666;
	padding: 0.25em;
	font-size: large;
	margin: 0.5em;
	height: 10em;
}

input.screenname{
	width: 40%;
	border: 1px solid #666;
	padding: 0.25em;
	font-size: large;
	margin: 0.5em;
	float: left;
}

#footer{
	text-align: center;
	font-size: small;
	padding: 5em 0em 1em 0em;
}

.pankuzu{
	font-size: x-small;
}

.paginate {
	font-size: medium;
	text-align: center;
}
.paginate a{
	padding: 0.25em 0.5em;
	margin: 0.1em;
	border: 1px solid #903;
}
.paginate a:hover{
	background-color: #903;
	color: #fff;
}
.paginate span.current{
	padding: 0.25em 0.5em;
	margin: 0.2em;
	border: 1px solid #903;
	background-color: #903;
	color: #fff;
}
.disabled{
	display: none;
}
label{
	display: none;
}
hr{
	clear: both;
	border: 0px;
}
.ad{
	text-align: center;
}