A:link { color: #8DA432; text-decoration:none;} /* リンク文字 */ 
A:visited { color: #82972F; text-decoration:none;} /* アクセス済み */ 
A:hover { color: #82972F; text-decoration:underline;} /* ポイントしたとき */ 
A:active { color: #BBD066;  text-decoration:none;} /* クリックした瞬間 */ 

.normal {font-size: 14px; line-height: 160%; color: #122323;}
.normal-B {font-size: 14px;line-height: 150%;font-weight: bold;color: #122323;}
.small {font-size: 12px; color: #122323; line-height: 140%;}

.body {
	background-color: #EDF2D7;
}
.topics1 {
	background-color: #EAEAEA;
}
.topics2 {
	background-color: #F6F6F6;
}.date {
	font-size: 10px;
	color: #122323;
	line-height: 140%;
	font-family: "Arial", "Helvetica", "sans-serif";

}
.layout {
	font-size: 10px;
	line-height: 10px;
}

div#display{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 760px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}
