body {
	border: medium none;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(img/bkimg.gif);
	background-repeat: repeat;
/* 画像ファイルの指定 */
  background-image: url(img/bk.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center bottom;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}
@media screen and (max-width: 1000px){
body {
	border: medium none;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(img/bkimg.gif);
	background-repeat: repeat;
/* 画像ファイルの指定 */
  background-image: url(img/bk.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: left bottom;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}	}

body img{
	border-style:none; 
	vertical-align:bottom;
}
body a img{
	
	border-style:none; 
	
}

body a:link {
	color : #926639;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-decoration: none;

}
body a:visited {
	color : #926639;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-decoration: none;
}
body a:hover {
	color : #B0DA1D;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-decoration: none;

}


/* TOPページ */
#topbtn {


	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0px 0px 0px 120px;
	width: 840px;
	height: 300px;

}
#topbtn ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topbtn li {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	float: left;
}

h1 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
}
.toptext {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	width: 500px;
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);/*IE7*/
	color: #FFF;
	position: absolute;
	right: 0px;
	bottom: 20px;
}


/* TOPページ */
