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

#content h3{
	background-image: url(../img/news_ttl.gif);
	background-repeat:no-repeat;
	width:700px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0 auto;
}

#content table{
	width: 700px;
	margin: 0 auto;
}
#content tr{
	background-image:url(../img/dashline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#content td{
	font-size:0.85em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
}

a{
	color:#000000;
	text-decoration:none
}
a:hover{
	color:#999999;
}
