@charset "utf-8";/*  ======== header ======== */header {      width:200px;      height:600px;    padding: 0px;      ackground:#333;  float: left;}  h1 {      width:200xpx;      height:180px;    margin: 0;     padding:0;  float: left;  font-weight: bold;  ackground:#333;}  /*  ======== nav ======== */nav {  float: left;  padding:0px;  width:200px;  ackground:#999;}nav ul li {  float: left;}nav ul li a {  float: left;  width: 200px;  height: 65px;}/*  ======== news ======== */#news {  float: left;  width:200px;  margin:25px 0;}/*  ======== cd ======== */.cd {  width: 700px;  eight: 100px;  padding:0px 0 30px 0;  ackground:#999;  float: left;}.cd dl {  float: left;  width: 700px;}.cd dt{  float: left;  width: 160px;}.cd img {padding:10px;border:solid 1px #c0c0c0;  float: left;}.cd dd {  margin: 0 0px;  height:160px;  padding-left:15px;  width: 525px;  float: left;  overflow:hidden;  color:#999;}/*  ======== cd_list ======== */.cd_list {  width: 700px;  eight: 100px;  padding:30px 0;  ackground:#999;  float: left;}.cd_list ul {  float: left;  display: block;}.cd_list li {  margin: 0 6px;  width: 162px;  float: left;  color:#ACB91E;  display: block;  ackground:#999;}.cd_list img {padding:10px;border:solid 1px #c0c0c0;  ackground:#999;}/*  ======== h1 h2 h3 ======== */h2 {	font-family: serif;	margin:0px 0 0px 0px;	width:700px;	height:80px;	color:#000;	vertical-align:middle;	line-height:80px;	font-size:19px;	font-weight:bold;	  float: left;	ackground:#999;}h3 {	font-family: serif;	margin:10px 0 20px 0px;	width:600px;	height:15px;	color:#000;	font-size:19px;	font-weight:bold;	ackground:#999;}h3 span {	font-size:12px;}/*  ======== footer ======== */.footer {    width:900px;      height:20px;     float: left;    text-align:center;    ackground:#666;    padding-top: 10px;      border-top:2px solid #dcdcdc;}/*  ========リンク ======== */a {  color:#999;	text-decoration:none;}a:hover,a:active {  color:#666;}