/* Twitnews読み込み */
#twitnews_wrapper {
	width: 550px;
	height: 200px;
	position: relative;
	left: 50%;
	margin-left: -275px;
	z-index: 0;
	border: 1px solid #aaa;
	/* Rounded Corners */
	-moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
/*	background-color: #fffffe;
*/	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.tweet {
	width: 300px;
	margin: 5px;
	padding: 10px;
}
*+html .tweet {　　　　　/*IE7だけに適用*/
	width: 300px;
}

.tweet img {
	padding: 5px;
	padding-right: 15px;
	margin: 0px;
}
a:link img, a:visited img,
img {
	text-decoration: none;
	border:0;
}
.tweet_actions {
	font-size: x-small;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}

#twitnews_container {
	position: relative;
	clear: both;
	height: 200px;
	width: 550px;
	overflow: auto;
}

*+html #twitnews_container {
}

#twitnews_container .tweet {
	color: #222;
	width: 500px;
	border-bottom: solid 1px #aaa;
}

#twitnews_wrapper a:link,
#twitnews_wrapper a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: underline;
}

#twitnews_wrapper a:hover{
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

/* Twitnews読み込み */
