@charset "utf-8";

.header {
	margin-top: 20px;
	margin-bottom: 10px;
}

.content table {
	width: 625px;
}

.content table td{
	text-align: center;
	height: 60px;
}

ul.links {
	list-style-type: none;
}

.links li {
	margin-bottom: 8px;
}

.links li a {
	list-style-position: outside;
 	color: #6a8900;
 	text-decoration: none;
	text-decoration: none;
	background:transparent url('./images/red_dot.gif') no-repeat scroll 0 0.4em;
	padding-left: 16px;
}
/*----------------リンクの指定----------------*/
a:link {
 color: #6a8900;
 text-decoration: none;
}
.links li a:hover {
 color: #ff6600;
 text-decoration: underline;
}
.links li a:visited {
 color: #663366;
 text-decoration: none;
}
.links li a:active {
 color: #ff6600;
 text-decoration: underline;
}
