/***************************************/
/**   全体レイアウト           　     **/
/***************************************/
body {
	margin: 0px;
	padding: 0px;
}

/***************************************/
/**   センターエリア                  **/
/***************************************/
#newlist {
	width: 345px;
}

#newlist p{
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	background-image: url(../image/common/arrow-dblue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D8245;
	margin-right: 10px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	padding-bottom: 3px;
}

.newlist-top{
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.f-red{
color:#cc0000;
}
