/* ボディに関するCSS */body {    text-align: center;	font-size: 15px;	line-height: 150%;}#wrapper {   margin-left: auto;   margin-light: auto;   width: 750px;   text-align: left;}/* ページ構造に関するCSS */#wrapper {  width: 750px;}#content {  clear: left;  padding: 10px;}#nav {  margin: 5px 0px;  padding: 0px;  list-style: none;  float:left;  width : 750px;	 background:url(nav-bg.png) no-repeat bottom right;}#footer {  clear: left;  text-align: right;  margin-top: 15px;  border-top: solid 1px #000;  clear:left;}/* ナビゲーションに関するCSS */#nav li {  float:left;  margin-right: 5px;  margin-left: 0px;  background-color: #f0f0f0;  border: 1px solid #000;  text-align: center;  width: 118px;  height: 22px;}#nav a{  color: #000;  display: block;  width: 118px;  height: 22px;}#nav a:hover {  color: #fff;  background-color: #455576;  text-decoration: none;  position: relative;  top: 1px;  left: 1px;}/* ヘッダーに関するCSS */h1 {   margin: 0px;}h1 img {  border: solid 1px #000;}/* リストに関するCSS */dl {  margin-left: 0px;  padding-left: 0px;  background-color: #ddd;  list-style-position: inside;}li {  margin-left: 0px:  padding-left: 0px;  list-style-position: inside;  }ol {  list-style-type: decimal-leading-zero;}ol li {  list-style-type: decimal-leading-zero;}dd {  font-size: 85%;  font-style: italic;  color: #006;  line-height: 120%;}li {  margin-left: -20px;}/* コンテンツに関するCSS */#content {	clear:left;	width: 700px;	border: 0px solid #999;	background-color: #FFF;	padding: 10px;	margin-top: 0px;}h2 {   font-size: 150%;　line-height: 120%;   margin-top: 0px;　font-family: osaka,"Times New Roman","MS Pゴシック";}h6 {   font-size: 85%;   line-height: 95%;   font-style: italic;   margin-top: 0px;}#col1 {  width: 300px;  margin-right: 40px;  float: left;}#col2 {  width: 360px;  float: left;}