header{
	position:absolute;
	left:0px;top:0px;
	width:800px;height:100px;
	background-color:#EEE;
}
nav{
	position:absolute;
	left:0px;top:100px;
	width:800px;height:30px;
	background-image:url(nav-bg.jpg);
}
section{
	position:absolute;
	left:20px;top:130px;
	width:580px;height:900px;
	background-color:#fff;
}
aside{
	position:absolute;
	left:600px;top:130px;
	width:200px;height:100%;
	line-height:150%;
	background:
	-webkit-linear-gradient(
	0deg,
	#eeeeee 0%,
	#aaaaaa 100%
	);
	background:
	-moz-linear-gradient(
	0deg,
	#eeeeee 0%,
	#aaaaaa 100%
	);
}
footer{
	position:fixed;
	left:0px;bottom:0px;
	width:780px;height:30px;
	padding:10px;
	background:
	-webkit-linear-gradient(
	90deg,
	#eeeeee 0%,
	#aaaaaa 100%
	);
	background:
	-moz-linear-gradient(
	90deg,
	#eeeeee 0%,
	#aaaaaa 100%
	);
}
h2{
	font-family:"Arial","ヒラギノ角ゴ PRO W3","MSゴシック","Osaka一等幅";
	font-size:16px;
	color:#956647;
	font-style:italic;
	text-shadow:2px 2px 2px #999999;
}
table{
	table-layout:auto;
	width:580px;height:500px;
}

.shadow{
	padding:10px;
	font-size:11px;
	line-height:120%;
	background:#f0d0f7;
	width:500px;
	-moz-box-shadow:2px 2px 10px #444444;
	-webkit-box-shadow:2px 2px 10px #444444;
}
	