/* ボディに関するCSS */
body {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  font-family: MS P明朝, arial;
}

#wrapper {
  margin-top: 20px;
  margin-left: auto;
  margin-light: auto;
  width: 850px;
  text-align: left;
}

/* ページ構造に関するCSS */

#nav {
  margin: 5px 0px;
  padding: 0px;
  list-style: none;
  float:left;
  width : 750px;
  font-size: 85%;
  font-family: "arial","HGｺﾞｼｯｸM";
  
} 

#navi {
  margin: 5px 0px;
  padding: 0px;
  list-style: none;
  float:left;
  width : 750px;
  
}

#wrapper {
  width: 850px;
} 

#content {
  clear: left;
  padding: 10px;
}

#footer {
  clear: left;
  text-align: center;
  margin-top: 15px;
  border-top: solid 1px #000;
  
}

.object {
  width:320px;
  height:240px;
  margin:0px;
  padding:0px;
  border:solid 1px #FFFFFF;
   
}



/* ナビゲーションに関するCSS */

#nav li {
  float: right;
  margin-right: 3px;
  margin-left: 0px;
  background-color: #f0f0f0;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  font-family: "arial","HGｺﾞｼｯｸM";
  width: 120px;
  height: 20px;
}

#nav a{
  color: #000;
  display: block;
  width: 120px;
  height: 20px;
}

#nav a:hover {
  color: #fff;
  background-color: #455576;
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}

/* ヘッダーに関するCSS */
h1 {
   font-size: 10p;
   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;
	font-family: arial, HGｺﾞｼｯｸM;
	line-height: 110%;
	padding: 10px;
	margin-top: 0px;

}

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

h3 {
    font-size: 90%;
    font-family: arial, HGｺﾞｼｯｸM;
    font-weight: normal;
    color: #fff000;

}

h4 {
    font-size: 90%;
    font-family: arial, HGｺﾞｼｯｸM;
    font-weight: normal;
    color: #fff;

}

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

.top
{
   display: block;
   width: 50px;
   height: 16px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
}



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


