@charset "UTF-8";
/* CSS Document */

a{text-decoration:none;}

body{
text-align:center;
margin-top:0px;
padding:0px;
background-color:#000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#border{
width:900px;
margin:0 auto;
margin-top:0px;
background-image:url(images/back.jpg);
background-repeat:no-repeat;
}

#container{
margin:0px;
width:900px;
height:650px;
margin:0 auto;
margin-top:0px;
}

/*-------ヘッダー-------*/

#header{
margin:0 auto;
margin-top:0px;
width:900px;
height:110px;
}

#tittle{
margin:0 auto;
width:900px;
height:100px;
margin-top:10px;
margin-bottom:5px;
background-image:url(images/logo.png);
background-position:center;
background-repeat:no-repeat;
}

/*-------ナビゲーション-------*/

#menu{
width:900px;
height:45px;
margin-top:0px;
padding-top:5px;
padding-bottom:5px;
}

/* リスト全体 */
	ul#navigation
	   {
 	   width:750px;          /* リスト全体の幅 */
 	   height:35px;          /* リスト全体の高さ */
	    list-style:none;      /* リストマークを無しにする */
		margin:auto;
		font-family:"Times New Roman", Times, serif;
	    text-align:center;    /* 文字を中央 */
		text-valign:middle;
	    font-size:100%;       /* 文字を大きく */
	    /*font-weight:bold;     /* 文字を太く */
		/*line-height:150%;     /* 行の高さを調整 */
	   }

	/* 各項目 */
	ul#navigation li
	   {
	    width:150px;          /* 項目の幅 */
	    height:35px;          /* 項目の高さ */
		float:left;           /* 各項目を左側から回り込み */
		margin:0px;
 	  }

	/* リンク部分 */
	ul#navigation a
 	  {
	display:block;          /* リンク範囲をブロックに変換 */
	text-decoration:none;
	color:#a37e39;                    /* リンク文字色 */
 	  }

	#navigation a:link
  	 {color:#a37e39;}                 /* まだ見ていないリンク色 */

	#navigation a:visited
 	  {color:#a37e39;}                 /* 既に見たリンク色 */
 
	#navigation a:hover
 	  {
  	  color:#ffb237;                  /* マウスが上に来た時の文字色 */
 	  }

	/* リンク部分 */
	img
 	  {display:none;}                  /* 画像２を表示しない */ 
	  

/*-------本体-------*/

#content{
width:900px;
height:480px;
background-image:url(images/back_top.png);
}



/*-------フッター-------*/

#footer{
width:900px;
font-family:"Times New Roman", Times, serif;
color:#a37e39;
margin-top:0px;
font-size:smaller;
}

#footer address{
	float:right;
	margin-top:0px;
	color:#a37e39;
	font-style:normal;
}

#footer address a{color:#a37e39;}

#footer p{
 float:none;
 margin-top:0px;
}