* {
	font-family : 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
	font-size: 11px;
}
body {
	background-color: #f3f3f3;
	margin: 4px;
}
a {
	text-decoration: none;
}
a span, a img{
	border: 1px solid white;
}
a:hover span, a:hover img {
	color: #aaa;
	border-color: orange;
}
table{
	width: 100%;
	height: 100%;
}
div#a {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: white;
	padding: 8px 4px 0 4px;
}
div#b {
	float: right;
	width: 170px;
	line-height: 19px;
}
div#c {
	float: right;
	width: 70%;
	line-height: 13px;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ol li {
	display: inline;
	background-color: #eee;
	margin-right: 2px;
}
b {
	color: #aaa;
}
img {
	width: 192px;
	height: 51px;
	border: none;
}
form {
	margin: 0 14px;
}
dl {
	margin: 4px 0px;
}
ul {
	margin: 1em 2em;
}
ul li {
	color: red;
	display: block;
}


