/* Feed CSS Document */

#feedBg{
	background-repeat: no-repeat;
	background-image: url(../images/index/feedBg.jpg);
	height: 195px;
	width: 390px;
	padding-left: 110px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#feed {
	width: 350px;
	padding: 0px 10px 10px 10px;
	height: 170px;
	overflow: auto;
	background-color: #F3ECDA;
	border: 1px dotted;
	border-color: #FFFFFF;
}
#feed h1{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS UI Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W6";
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-image: url(../images/sozai/dot016.jpg);
	background-position: 0px 3px;
	border-top: 1px solid;
	border-top-color: #9E997A;
	border-bottom: 1px solid;
	border-bottom-color: #9E997A;
}
#feed p{
	margin: 0;
	color: #666666;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS UI Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W6";
	font-size: 12px;
	line-height: 1.3;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#feed  a:link,
#feed  a:visited{
	color: #6A5F46;
	text-decoration: none;
}
#feed  a:hover,
#feed  a:active{
	border-bottom: 1px dotted;
	color: #FF6600;
}

#feed .date{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-left: 25px;
}

/*what's new*/
#whatsnewFeed .date{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-left: 5px;
}
