@charset "utf-8";
@import url("ini.css");



html, body {
	margin:0;padding:0;
	width:100%;height:100%;
}
html {
	/*overflow: hidden;*/
	font-size:14px;
}
body {
	font-size:100%;
	color:#553;
	background:#9AE4E8;
	/*background:#FFF;*/
}

a {color: #369;text-decoration: none;}
a:link {}
a:visited {}
a:hover {text-decoration: underline;}
a:active {}


#wrapper {
	width:100%;
	height:100%;
}

#header, #footer {}
#header {}
#footer {
	font-size:80%;
	margin: 0 0 0.5em 0;
	text-align:center;
}

#contents {
	border:2px #8EC1DA solid;
	background:#FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:1em;
	/*padding:0.25em;*/
}

#req,
#tag_box,
#history_box {
	margin-bottom:0.5em;
}

#req {
	height:24px;
}
#btn {margin-right:1em;}

#logo {
	display:block;
	width:72px;height:24px;
	float:left;
	background: url('../img/logo.png') no-repeat center;
	text-align;left;
	text-indent: -9999px; 
	border: 0px #F00 solid;
}

#frm {_display:inline;line-height:24px;float:right;}



#tag, #history, #twitter {margin:1em;}
#tag {margin-top:0.5em;}

#twitter {margin-bottom:0;}
#gotop {
	border:0;
	background-image: none; 
	text-align:right;
}


ul#tw {
	list-style:none;
	margin:0.5em 0;
	padding:0;
}

#tw {}

.tweet {
	border: 1px #DDD solid;
	background:#FFFFFF url('../img/bg.png') repeat-x bottom;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear:both;
	margin:0 0 0.5em 0;
	padding:0.25em;
}

.tweet img {
	margin-right:0.5em;
	display:block;
	width:32px;height:32px;
	border:0;
	float:left;
}

.hl {
	color:red;
	font-weight:bold;
	/*background:#FF0;*/
}

.unk {color:red;}

#buzz_box a,
#history_box a,
#tag_box a {
	/*vertical-align:middle;*/
	line-height:1.1;
	font-weight:normal;
	text-decoration: none;
	white-space: nowrap;
	margin-right:0.5em;
}

#buzz_box a:hover,
#history_box a:hover,
#tag_box a:hover {text-decoration: underline;}

#tag_box a.crr {
	text-decoration: underline;
}

#tag_cap, #history_cap, #twitter_cap,#buzz_cap {
	font-size:80%;
	padding:0.25em 0.5em;
	background: #DDEEF6;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#tag_box, #history_box, #twitter_box {
	/*background: #FF0;*/
}

#tag_cap a, #tag_cap span,
#buzz_cap a, #buzz_cap span {margin-right:1em;}







.from_user {line-height:18px;font-size:16px;font-weight:bold;}
.chk_user {margin-left:1em;font-size:12px;color:#00A4D6;font-weight:normal;}
.created_at {line-height:14px;font-size:12px;color:#61A55F;}
.text {margin-top:0.25em;}

.odd {background:#FFFFFF;}
.eve {background:#F7F7F7;}
