﻿*{
　　margin:0;
    padding:0;
    border:none;
}

body{
 font-family:"Arial", "Helvetica", "ＭＳ Ｐゴシック","Osaka", "sans-serif";
}

img{
 border:0px;
}

#container{
  background:white url(../images/topbcwithlogo.jpg) no-repeat;
  position:relative;
  margin:0px auto;
  padding:0px;
  text-align:left;
  width:780px;
}


#pageheader h1 span{
  display:none;
}

#main{

 width:780px;
 height:550px;
 margin:0px;
 padding:0px;
}

#main p{
 padding-top:200px;
 text-align:center;
 color:white;
}

/*ナビゲーションバーの設定 */

#nav{
  width:760px;
  height:50px;  
  float:left;
  position:absolute;
  left:220px;
  top:230px;
  white-space:nowrap;
}

#nav ul{
  margin:0px; 
  padding:0px; 
  list-style-type : none; 
}

#nav a, #nav a:hover{
  display:block; 
  border:2px dotted white;
  font-size:18pt;
  font-weight:bold;
  padding:1px 0px 1px 0px;
  text-decoration:none;
  color:white;
  width:150px; 
  margin:0px 5px; 
  text-align:center;
}

#nav li {
  display : inline; 
  padding :0; 
  margin:0; 
  float:left ;
}

* html #nav a {
   height:1px;
}


/*フッターの設定*/
#footer{
 clear:both;
 width:780px;
 height:80px;
 margin:0px;
 padding:0px;
 background:white url(../images/footer.gif) no-repeat;
}

#footer p {
 padding:3px 0px 0px 30px;
 color:green;
}

*html #footer {
  margin-left:0;
}

