* {
	margin: 0;
	padding: 0;
}

body {
	color: #f3f3f3;
	font-size: 10px;
	line-height: 1.6em;
	background: url(/images/bg_body.jpg) left top no-repeat #fff;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #d1f7ff;
	text-decoration: none;
}

a:hover {
	color: #f3f3f3;
	background: #4b6e88;
}

#contents {
	margin-top: 170px;
	height: 405px;
	background: url(/images/bg_contents.jpg) left top #180000 no-repeat;
}

#main {
	width: 960px;
	height: 288px;
	padding-top: 29px;
	padding-left: 29px;
}

#main h1 {
	font-size: 10px;
	margin-left: -29px;
	margin-bottom: 20px;
	padding-left: 29px;
	padding-bottom: 1px;
	background: url(/images/bg_capt.jpg) left bottom no-repeat;
}

#main h2 {
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}

#main p {
	margin-bottom: 12px;
	padding-left: 8px;
}

#main table {
	border-collapse : collapse;
}

#main td {
	font-family: "Verdana";
	letter-spacing: -1px;
	line-height: 1.4em;
	padding: 0 20px 10px 0;
	white-space: nowrap;
}

#navi {
	width: 400px;
	height: 88px;
}

#navi .ttl {
	float: left;
	margin-left: 19px;
	margin-right: 11px;
}

#navi li {
	float: left;
	list-style: none;
	margin-right: 4px;
	margin-top: 45px;
}

#navi li a {
	display: block;
	width: 69px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
}

#navi li a.font {
	background-image: url(/images/bt_font.jpg);
}

#navi li a:hover.font {
	background-position: 0px -13px;
}

#navi li a.info {
	background-image: url(/images/bt_info.jpg);
}

#navi li a:hover.info {
	background-position: 0px -13px;
}

.count {
	color: #e3e3e3;
}