@charset "utf-8";#slideshow {    position:relative;    margin: 0 7px;    height:410px;}#slideshow IMG {    position:absolute;    top:0;    left:0;    z-index:8;}#slideshow IMG.active {    z-index:10;}#slideshow IMG.last-active {    z-index:9;}/*  ======== header ======== */header {      width:900px;    padding:0 50px;    height:600px;    ackground:#999;  float: left;  text-align:center;}  h1 {      width:900px;      height:200px;    margin: 0;     padding:0;  float: left;  text-align:center;  font-weight: bold;  ackground:#666;}  /*  ======== nav ======== */av {  float: left;  padding:0px;  width:900px;  background:#999;}/*  ======== h1 h2 h3 ======== */h3 {	font-family: serif;	margin:0px 0 15px 0px;	width:600px;	height:15px;	color:#000;	font-size:16px;	font-weight:bold;	ackground:#999;}/*  ======== h1 h2 h3 ======== */h2 {	margin:0px 0 5px 0px;	width:650px;	font-size:14px;	font-weight:bold;	ackground:#999;  float: left;}/*  ========リンク ======== */a {	color: #ACB91E;	text-decoration:none;}a:hover,a:active {	color:#ACB91E;	text-decoration:underline;}