/* ---------------------------------------------------------------------- */
/* ヘッダー部 */
#header {
  margin : 10px auto 0px auto;				/* 外側余白（上下/左右） */
  padding : 0px;
  width : 640px;							/* 幅 */
  height : 35px;							/* 高さ */
  text-align : right;						/* 水平方向配置 */
  color : #333333;							/* 文字の色 */
  border-bottom : 1px solid #000000;		/* 下部のライン */
  background : #ffffff						/* 背景色 */
}
/* ヘッダー部のリンク */
#header LI{
  padding : 0px 5px;
  list-style-type : none;					/* リストのマーカの種類 なし */
  display : inline;							/* 表示形式　一列 */  
  font-size : x-small;						/* 文字サイズ　相対的に一つ小さく */
}
/* ---------------------------------------------------------------------- */
/* メインメニュー部 */
#mein {
  margin : 10px auto;						/* 外側余白（上下/左右） */
  width : 640px;							/* 幅 */
  text-align : left;						/* 配置 */
  color : #333333;							/* 文字の色 */
}
/* トップ画像 */
#top_img{
  float :left;
  margin : 0px;								/* 外側余白（上下左右） */
  width : 640px;							/* 幅 */
  height : 250px;							/* 高さ */
  text-align : left;						/* 配置 */
  color : #333333;							/* 文字の色 */
  background : #ffffff
               url(../img/top_img.gif)
               no-repeat;					/* 背景色 背景画像 */
}
/* メニュー */
#menu {
  float :left;
  width : 640px;
  text-align:left;
  background-color: #ffffff;
}
#menu LI{
  margin : 0px;								/* 外側余白（上下左右） */
  padding : 0px 0px 10px 0px;				/* 内側余白（上/右/下/左） */
  list-style-type : none;					/* リストのマーカの種類 なし */
}
/* メニュー */
#menu TD{
  font-size : x-small;						/* 文字サイズ　相対的に一つ小さく */
}
#comment{
  margin : 10px auto;						/* 外側余白（上下/左右） */
  padding : 0px;							/* 内側余白（上下左右） */
  width : 640px;							/* 幅 */
  text-align : left;						/* 水平方向配置 */
}
