/* CSS Document */
.content {
	margin: 10px;
	font-size: 12px;
}
h1 {
	font-size:14px;
	font-weight: bold;
	color: #0033CC;
	margin-bottom: 3px;
	margin-top: 3px;
}
h1 a:link, h1 a:visited{	
	font-size: 14px;	
	font-weight: bold;	
	color: #0033CC;
	text-decoration: none;	
	margin-bottom: 3px;
	margin-top: 3px;
}
h1 a:hover {	
	font-size: 14px;	
	font-weight: bold;
	color: #FF9900;
	text-decoration:underline;
	margin-bottom: 3px;
	margin-top: 3px;
}
h2 {
	font-size:13px;
	font-weight: bold;
	color: #0033CC;
	margin-bottom: 5px;
}
h2 a:link, h2 a:visited{	
	font-size: 13px;	
	font-weight: bold;	
	color: #0033CC;
	text-decoration: none;	
	margin-bottom: -10px;
}
h2 a:hover {	
	font-size: 13px;	
	font-weight: bold;
	color: #FF9900;
	text-decoration:underline;
	margin-bottom: -10px;
}
.point{
	background-image:url(../image/point.gif);
	background-repeat:repeat-x;
}
.line130{
	line-height: 130%;
}
.word-news {
	font-size: 12px;
	color: #663300;
}