/* ボディに関するCSS */
body {
    text-align: center;
	font-size: 12px;
	line-height: 130%;
	background-color: #000;
}
#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 */

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

h2 {
   font-size: 100%;
　line-height: 100%;
   margin-top: 0px;
　font-family: "arial";
}
h6 {
   font-size: 80%;
   line-height: 100%;
   font-family:"arial";
   margin-top: 0px;
}




