@charset   "UTF-8";

*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

/* ページ全体の指定 */
body{
  background-color : #cccccc;	/* グレー色 */
  background-image : url(img/zetai_haikei.gif);
  background-repeat : repeat-y;background-position : center center;
  text-align : center;
}

#main {
	font-size: x-small;
	width: 950px;
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	background-color: white;
}

#header_top{
  color : white;
  background-color : silver;
  text-align : right;
  height : 10px;
}

#header{
  background-image : url(img/IMGP3332-80.jpg);
  background-repeat : no-repeat;
  height : 155px;
}

#site_navi{
  
  color : silver;
  background-color : #be2c6a;	/* えんじ色 */
  text-decoration : none;
  text-align : left;
  padding-top : 3px;
  padding-left : 5px;
  padding-bottom : 3px;
  margin-top : 0px;
  font-size : 14px;
}

/***** ナビゲーションのスタイル設定 ******/
/* ナビゲーション全体のスタイル設定 */
#navi {
	text-align: left;
	margin-top: 10px;
	margin-left: 3px;
	width: 120px;
	float: left;
	white-space: normal;
	margin-bottom: 10px;

}
/* タブ全体のスタイル設定 */
#navi ul{
  text-align : left;
  padding-top : 0px;
  padding-left : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}
/* タブ単体のスタイル設定 */
#navi ul li{
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  height : 30px;
  background-color : white;
  vertical-align : middle;
  margin-top : 1px;
  bottom : auto;
  font-size : 14px;
}
/* リンクのスタイル設定 */
#navi ul li a{
  text-decoration : none;
  display : block;
  padding-left : 10px;
  font-weight : normal;
  color : #282828;		/* 少し薄い黒色 */
}
/* マウスポインタを乗せた時のスタイル設定 */
#navi ul li a:hover{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  height : 22px;
  vertical-align : middle;
  margin-top : -10px;
  bottom : auto;
  font-size : 14px;
  background-color : #be2c6a;	/* えんじ色 */
  color : silver;
/*
  background-image : url(file:///C:/Users/ctoshi/Desktop/enji_btn.gif);
  background-repeat : repeat-x;
  font-weight : bold;
*/

}

#hontai{
  font-size : 12px;
  color : #4d4d4d;		/* 少し薄い黒色 */
  text-align : left;
  padding-top : 10px;
  margin-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  width : 780px;
  float : right;
}

#footer{
  color : silver;
  background-color : #be2c6a;	/* えんじ色 */
  padding-top : 3px;
  padding-bottom : 3px;
  clear : both;
  

  font-size : 12px;
}

#site_search{
  color : #282828;		/* 少し薄い黒色 */
}
