

#twitter {
	background-color:#DDEEF6;
	width:180px;
	padding:0 0 3px;
	margin:5px;
}

div#twitter a img {
	border : none ;
}  

div#twitter_div a:hover img {
	opacity : 0.6 ;
	filter:alpha(opacity=50);
}

ul#twitter_update_list {
	padding : 0px 7px ;
	margin:0 0 5px;
}

ul#twitter_update_list li {
	list-style-type : none ;
	font-size : 12px ;
	background-image:url(../image/line_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top : 10px ;
	padding-bottom : 5px ;
	text-align : right ;
	word-break: break-all;
}


ul#twitter_update_list li span {
	display : block ;
	text-align : left ;
	width : 166px ;
	line-height : 1.3 ;
	color:#0C3E53;
}

ul#twitter_update_list li span a {
	width : 166px ;
	xword-break: break-all;
}

ul#twitter_update_list li span a:link {
	color: #0084B4;
	text-decoration: none;	
	display:inline;
}
ul#twitter_update_list li span a:visited {
	text-decoration: none;
	color: #0084B4;
}
ul#twitter_update_list li span a:hover {
	text-decoration: underline;
	color: #0084B4;
}
ul#twitter_update_list li span a:active {
	text-decoration: none;
	color: #0084B4;
}

ul#twitter_update_list li a {
	color : #999999 ;
	text-decoration : none ;
	padding-bottom : 3px ;
}


dl {
	float:left;
	margin:20px 0 10px 30px;
	text-align:left;
}

dt {
	font-size:14px;
	margin:0;
	line-height:1.4;
	background-image:url(../link/point.gif);
	background-repeat:no-repeat;
	background-position:15px 5px;
	padding:0 15px 0 35px;
	margin:0 0 0 0px;
}

dd {
	font-size:12px;
	margin:0;
	border-bottom: 1px dotted #AAAAAA;
	padding:0 0 3px 25px;
	margin:0 0 20px 0;
	color:#999999;
}

.dl2 dt {
	font-size:14px;
	margin:0;
	line-height:1.4;
	background-image:url(../link/point.gif);
	background-repeat:no-repeat;
	background-position:15px 5px;
	padding:0 10px 0 35px;
	margin:0 0 20px 0;
	border-bottom: 1px dotted #AAAAAA;
}

hr {
   border:solid #AAAAAA;
   border-width:1px 0 0 0;
   border-style:dotted;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
   width:520px;
} 
