/* ボディに関する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: 850px;
} 

#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:right;
  margin-right: 5px;
  margin-left: 0px;
  background-color: #f0f0f0;
  border: 0px solid #000;
  text-align: center;
  font-family: arial;
  width: 100px;
  height: 22px;
}
#nav a{
  color: #000;
  display: block;
  width: 100px;
  height: 22px;
}
#nav a:hover {
  color: #fff;
  background-color: #455576;
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}

/* ヘッダーに関するCSS */
h1 {
   margin: 0px;
   background-color: #000;
}
h1 img {
  border: solid 1px #000;
}

/* リストに関するCSS */

dl {
  margin-left: 0px;
  padding-left: 0px;
  background-color: #000;
  list-style-position: inside;
}
li {
  margin-left: 0px:
  padding-left: 0px;
  list-style-position: inside;
  font-style: Times New Roman;
  
}
ol {
  list-style-type: decimal-leading-zero;
}
ol li {
  list-style-type: decimal-leading-zero;
}
dd {
  font-size: 85%;
  font-style: Times New Roman;
  font-style: normal;
  color: #fff;
  line-height: 120%;
}

li {
  margin-left: -40px;
  
}

/* コンテンツに関するCSS */

#content {
	clear: left;
	width: 800px;
	border: 0px solid #999;
	background-color: #000;
	padding: 10px;
	margin-top: 0px;
}

h2 {
   font-size: 150%;
　line-height: 120%;
   margin-top: 0px;
　font-family: "arial","MS P明朝";
}
h6 {
   font-size: 80%;
   line-height: 100%;
   font-family:"arial";
   margin-top: 0px;
}

#col1 {
  width: 380px;
  margin-right: 40px;
  float: left;
}
#col2 {
  width: 330px;
  float: left;
}


