<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mycss.css */

body {font-size: 14px;}

table{
	width:920px;
}

th {background-color:#FF9933;}

h2{
	font-size: 16px;
	border-left: 5px solid #FF9933;
	padding: 3px 0 3px 10px;
	margin-bottom: 5px;
	font-weight:bold;
}

#container{
	/* width: 500px; */
	width: 924px;
	margin: 0 auto;
}

#header{
	background-image:url("img/header.jpg");
	width: 924px;
	height:100px;
	margin-bottom:5px;
}

#chuui{
	font-size:12px;
	color:#F00;
	text-align:right;
	margin-bottom:20px;
	}

#area{
	margin-bottom:20px;
	font-size:12px;
	}
	
#area table td{
	text-align:center;
	background-color: #FC6;
	width:100px;
	font-weight:700;
	}

#main{
	background-color:white;
}

#footer{
	background-color:green;
}

#listbox table{margin:10px 0; color:#000; margin-bottom:30px;}
#listbox table th{padding:7px 10px; text-align:left;}
#listbox table td{padding:7px 10px; text-align:left; vertical-align:top;}


.width01{display:block; width:80px;}
.width02{display:block; width:300px;}
.width03{display:block; width:480px;}</pre></body></html>