body {
	font: 10pt times, serif;
}

.main-area {
	width: 980px;
	height: 630px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000;
	position:relative;
}

.start-page {
	background-image: url("/image/background_first.png");
	text-align: center;
}

.other-pages {
	background-image: url("/image/background_other.png");
}

.img-link {
	border:none;
}

.nav-link {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size:.8em;
	color: #eee;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

#main {
	position: absolute;
	top: 200px;
	left: 130px;
}

.g, .o {
	padding-left:1em;
	padding-right:1em;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}

.g {
	background-color: #333;
}

.o {
	background-color: orange;
}

/*
table {
	border: solid black 1px;
}

td {
	border: solid black 1px;
}
	*/

div.main-area table {
	position: relative;
	top: 70px;
	left: 158px;
	width: 822px;
}


.first {
	padding:0px;
	margin:0px;
}

.first img {
	vertical-align:bottom;
}

.last {
	width: 100%;
	border-right:#333;
}

dt {
	font-weight: bold;
}

dd, p {
	margin-right: 4em;
}


