@charset "UTF-8";
/* CSS Document */



#feed {
	margin: 20px 0 0 25px;
}
#feed dl {
	width: 380px;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #9fad77;
}
#feed dl dt {
	font-size: 120%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #8dd118;
	width: 75px;
	padding: 0 0 5px 0;
	float: left;
}
#feed dl dd {
	font-size: 120%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #8dd118;
	padding-bottom: 5px;
}
#feed dl dd a {
	color: #8dd118;
}
#feed dl dd a:hover {
	color: #8dd118;
	text-decoration: underline;
}



/*Wind Feed*/

#feedwind {
	margin: 10px 0 0 10px;
	}