/*NEWSインデックス*/
.report {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5D7C5;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 12px;
	background-position: left 8px;
	width: 98%;
	word-spacing: 150em;
}dl {
	padding-left: 0px;
	margin-left: 0px;
}dd {
	margin: 0px;
	padding: 0px;
}
/*リンク*/
a {
	text-decoration: none;
}

a:link{
	color:#663333;
}

a:visited{
	color:#999999;
}

a:hover{
	color:#660000;
}

a:active{
	color:#FEE9D1;
	text-decoration: none;
