/*----------------------------------------------------
	Reset
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
}
.tweet
{
	display: block;
	/*background: #fff;*/
	clear: both;
	/*	padding: 0.2em;
	margin: 0.3em; */
	padding: 0.2em;
	margin: 0.3em;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;/*	border: 1px solid #ccc; */
	height: 65px;
}
.tweet img
{
float: left;
margin-right: 1em;
border: 1px solid #fff;
background: #fff;
padding-left: 5px;
}
.tweet p.text
{
	margin: 0;
	padding: 0;
	padding-left: 50px;
}
.monitter 
{
	float: left;
	/*width: 590px; */
/*	width: 300px; */
	height: 230px;
/*	margin: 2px; */
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #fff;
	overflow:hidden;
	font-size: 12px;
	line-height: 130%;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	background-color: #F0FFF0;
}
textarea
{
	display: block;
	width: 400px;
	height: 180px;
	padding: 4px;
	font-size: 12px;
	background: #444;
	color: #ccc;
}

.twichari h4{
	line-height: 20px;
	font-weight: normal;
}

#mainContent .monitter{
	overflow: auto;
}

