@charset "UTF-8";/*----- common -----*/body {	background-color: #DDDDDD;	width: 350px;}.strong {	font-size: 12px;	font-weight: bold;	color: #CC0000;}a:link, a:visited, a:active {	color: #3B8671;}a:hover {	color: #00CC66;}/*----- top news -----*/#news {	width: 340px;}#news .text {	width: 330px;	padding: 10px 10px 10px 10px;}#news .text h3{	padding-left: 1em;	text-indent : -1em;	color: #336699;}#news .text .comment{	padding-left: 1em;	text-indent : -1em;	font-weight: bold;}#news .text p{	padding-left: 1em;}#news .text .linksw {	text-align: right;	}#news .text img {	padding-top: 5px;	padding-left: 7px;	padding-bottom: 5px;	float: right;}#news .text td{	text-align: left; 	vertical-align: top; }#news .line {	padding-top: 3px;	padding-bottom: 3px;	background-image: url(../../images/line.gif);	background-repeat: no-repeat;	clear: both;}
