@charset 'Shift_JIS';

/* ----- HTMLÄ’è‹` ------------------------------------ */

html {
	font-size: 12px;
}
div#container {
	float: none;
	clear: both;
	width: 70%;
	min-width: 800px;
	margin: 0 auto;
	padding: 0px;
}
h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	letter-spacing: 5px;
}
h2 {
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left;
}

strong {
	font-size: 18px;
}
em {
	font-weight: bold;
	font-style: normal;
}
a:link, a:visited {
	color: #000;
}
a:active, a:hover {
	color: #888;
}

.bcak { background: #90c; }	/* ˆ®ì */
.bcsp { background: #c90; }	/* ŽD–y */
.bckb { background: #00c; }	/* _ŒË */
.bcho { background: #c0c; }	/* •Ÿ‰ª */
.bcon { background: #09c; }	/* ‰«“ê */

#sky {
	width: 100%;
	margin-bottom: 2px;
}

.box {
	width: 50%;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #888;
}
.tb1 {
	width: 100%;
}
.tb2 {
	border: 0;
	background: #000;
	font-size: 12px;
	width: 100%;
}
	.tb2 th {
		text-align: center;
		background: #ccc;
	}
	.tb2 td {
		text-align: left;
	}
.tb3 {
	border: 0;
	background: #000;
	font-size: 12px;
	width: 100%;
	margin-top: 5px;
}
	.tb3 caption {
		text-align: left;
		padding: 15px 0px 0px 0px;
		font-weight: bold;
	}
	.tb3 th {
		text-align: center;
		background: #ffc;
	}
	.tb3 td {
		text-align: center;
	}
	.tbl {
		background-color: #000;
		width: 100%;
		margin-bottom: 10px;
	}
	.tbl th, td {
		font-size: 12px;
		background: #fff;
		padding: 3px 5px;
		margin: 0px;
		text-align: center;
	}
	.tbl th {
		background: #ffc;
	}
.gray {
	background: #ddd;
}
.rt {
	text-align: right;
}
.lt {
	text-align: left;
}

.pt {
	text-align: right;
	list-style-type: none;
}




