@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.2;
	text-align: left;
	color: #333333;
	background-color:#F3F3F4;
}
h3{
	margin: 0;
	padding: 0;
}
/*ありがとう*/
#twThenks{
	width:240px;
	font-size:80%;
	background-color:#FFFFFF;
	padding-bottom:3px;
}
#twThenks p.about{
	margin:3px 5px;
	color:#5C85AD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
.status{
	margin:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
/*clearfix*/
.status:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.status{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .status{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

.user{
	float:left;
	margin:3px;
	/*width:53px;*/
}

.userName{
	color:#5C85AD;
	margin-right:0.5em;
}
.date{
	text-align:right;
}
#statusList{
	height:300px;
	overflow:auto;
}
/*ADD 2011.03.02*/
.status p{
	margin:3px;
}
p.text{
	line-height:1.5;
	word-break:break-all;
}
a.linkthumb:link {
	color:#5C85AD;
}
a.linkthumb:visited {
	color:#8B85AD;
}
a.linkthumb:hover,
a.linkthumb:focus,
a.linkthumb:active{
	color:#FFF;
	background-color:#003799;
}
