body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: .8em;
}
td, th, caption {
	font-size: 0.85em;
}
#wrap {
	background-image: url('../img/mnu/bg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	border-bottom: 1px solid black;
}
#menu {
	float: left;
	width: 180px;
}
#menu a {
	display: block;
}
#content {
	border-left: 1px solid black;	
	margin-left: 180px;
}
#banner {
	background-color: black;
	text-align: right;
	padding: 5px 20px;
	margin: 0;
	border: 0;
}
#title {
	background-color: #f90;
	background-image: url('../img/ttl/bg.gif');
	border-bottom: 1px solid black;
	padding: 10px;
	text-align: right;
}
#title .size {
	color: white;
}
#body {
	padding: 10px;
/*	width: 100%;*/
}
#body table {
	background-color: #999;
	width: 100%;
	margin-bottom: 3px;
}
#body table caption {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	background-color: #eec;
	color: #666;
	border: 1px solid #ccc;
	border-bottom: 0px solid white;
}
#body th {
	background-color: #fc0;
}
#body td {
	background-color: white;
}
#body h2 {
	background-color: #555;
	color: #eee;
	padding: 3px;
}
#body h3 {
	font-size: 1.1em;
	border-bottom: 1px solid #999;
	color: #555;
}
#body p {
	line-height: 1.5em;
}
#note, #tandc {
	padding: 5px;
	background-color: #eeb;
	border: 1px dotted #999;
	margin-bottom: 10px;
}
#footer {
	background-color: #f90;
	background-image: url('../img/ttl/bg.gif');
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 3px;
	color: #eee;
	text-align: center;
	font-size: .9em;
	clear: both;
	margin-left: 180px;
}
.pix {
	background-color: black;
	background-image: url('../img/top/pix.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
