@charset "utf-8";

body {
	background: url(../images/bg.jpg) repeat;
	color: #333;
	font: 80% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#contents {
	width: 900px;
	margin: 20px auto;
	text-align: center;
}
h1 {
	font-size: 220%;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
h1 span {
	padding-bottom: 5px;
	border-bottom: 4px double #6779d8;
}
table {
	background: #FFF;
	width: 100%;
}
th, td {
	padding: 10px 5px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 12px;
}
.center {
	text-align: center;
}
.company {
	font-weight: bold;
}
th {
	background: #fff9de;
}
td {
	text-align: left;
}
a:link {
	color: #0e218a;
}
a:hover {
	text-decoration: none;
}
a:hover, a:visited {
	color: #6db1d5;
}
