/*ページのレイアウト用css*/
body{

	  background-image:url() ;	/*壁色と壁紙設定*/
	  background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/
	  font:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	  color: #ffffff;
	  margin:0px;
	  padding:0px;
}


/*文字の設定*/
h1{
	  font-size:0;
	  letter-spacing: 2px;
	  padding-left:10px;
	  margin: 0px;
}


h2{
      font-size:0;
	border: solid 2px #cccccc;
        color:#ffffff;
	background-image:url(topimg/menu.png);
	line-height: 35px;
	  padding-left:10px;  
	  margin-top: 5px;
	  margin-bottom: 1px;
}

p{
      font-size:85%;/*全体の文字サイズ*/
	  line-height:150%;/*全体で使う、文字と文字の行間*/
}

p img{
      float:left;
          margin-left:0px;  /*写真の左にスペースを空ける*/
	  margin-right:15px;  /:写真と文字の間隔*/
}


a{
      text-decoration:none;
}
a:hover {
	color: #FF0000;/*リンクの文字の上にマウスが来た時この色に変わる*/
	text-decoration: none;
}


h1 a{
      color:#FFFFFF;
	  font-weight:normal;
}


#contents{      
      width:960px;
	  margin:0 auto; 
	  background-image:url();/*コンテンツ内の背景(サイズをぴったりにすること）*/
	  background-repeat:no-repeat;   /*縦に繰り返し*/
      position:relative;
      font-size:90%;
}


/*ヘッダー部分の設定*/
#header{
      background-image:url(); /*ヘーダー*/
	  background-position:top right;
	  background-repeat:no-repeat;
	  height:105px; /*ヘーダーの高さ*/
}

#header p {
	font-size: 25px;
        color:#ffffff;
	padding-top: 0px;
	padding-left: 10px;
}



/*上部メニューボタンの設定*/
#navbar{
      width: 100%;
      height:60px;
      position:absolute;
      top:170px;

      }

#navbar ul{
          margin:0;
	  padding:0;
	  list-style-type:none;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 13px;
	  line-height:45px;
	  letter-spacing:2px;
}

#navbar li{
      background-image:url(topimg/nav3.gif);  /*上部メニューのボタンの背景*/
	  float:left;
	  width:160px;  /*メニューボタンの幅*/
          height:60px;
	  text-align:center;
	  padding:0;
	  }
#navbar ul a:hover{
   	background-image:url(topimg/nav2.gif);	/*メニューボタンにカーソルが来た時に背景画像をこれにする*/
	  width:160px;  /*メニューボタンの幅*/
          height:60px;
}
      
#navbar a{
      color:#ffffff;/*メニューボタンの文字の色*/
	  display:block;
	  }
#navbar a:hover{
   color:#8E0036; /*メニューの文字がカーソルが来た時、この色に変わる*/
   }




/*メイン部分の設定*/

#main{
      width:960px;
      margin-top:60px;
      margin-left:0px;
background-color="#000000"
}

#footer {
 background-color:;
 width : 960px ;

 clear: both;
 }