/*
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
*/
h2.tut{
	color:white;
/*	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;*/
	font-size:12px;
	padding:0;
	text-transform:uppercase;
	text-shadow:2px 1px 3px #333;
}
#twitter-ticker{
	margin:0px;
	width:395px; height:310px;
/*	background:url(img/slickbg.png) no-repeat #f5f5f5;*/
	background:#fff;
	color:#333333;
	display:none;
	-moz-border-radius:6px 6px 3px 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	text-align:left;
}
#tweet-container{
	height:310px;
	width:auto;
	overflow:hidden;
}
#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:45px;
	height:45px;
}
#top-bar{
	height:45px;
/*	background:url(img/top_bar.png) repeat-x;*/
	background:#ccc;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	-moz-border-radius:6px 6px 0 0;
}
.tweet{
	padding:3px;
	margin:0 2px 2px;
	border-bottom:1px solid #efefef !important; /*ツイート間の区切り線*
	/*border:1px solid #F0F0F0;*/
	width:auto;
	overflow:hidden;
}
.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}
.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}
.tweet .avatar img{
	width:32px;
	height:32px;
	border:2px solid #eeeeee;
	margin:0 3px 3px 0;
}
.tweet .txt{
	clear:both;
}
.tweet .user{
	font-weight:bold;
}
/*
a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
*/
#loading{
	margin:100px 95px;
}
/* The styles below are only necessary for the demo page */
p{
	padding-top:3px;
}
body{
/*
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	background: #333333;
}
#main{
	margin:40px auto;
	text-align:center;
	width:420px;
}
h1{
	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
*/
