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

/*IE6スクロールバグ回避*/
#mycustomscroll {
/* percentage width without the fix*/
border:none;
width:415px;
height:155px;
overflow-y:scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0;
}

/*NEWS-LIST*/
#feed  {
	margin:0;
	padding:0;
	width:400px;
	height:215px;
}

#feed p {
	margin:0;
	padding:2px 0 2px 15px;
	border-bottom: dotted 1px #9b7c5b;
	background:url(../images/common/icon_arrow.gif) no-repeat 0px 8px;
}

/*NEWSのリンク*/
#feed a {
	border:none;
	color:#452618;
	text-decoration: underline;
}
#feed a:visited {
	border:none;
	color:#a4005b;
	text-decoration: underline;
}
#feed a:active {
	border:none;
	color:#a4005b;
	text-decoration: underline;
}
#feed a:hover {
	border:none;
	color:#e36386;
	text-decoration: underline;
}