@charset "utf-8";

BODY {
	margin: 0;		/* ブラウザ余白無くし */
	padding: 0;	/* ブラウザ余白無くし */
	background-image : url(http://www.kikuchionsen.jp/img_index/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td {
  font-size: 0.9em;           /* フォントの大きさ */
  line-height: 1.4;         /* 行間17px */
  color:#333;	/* フォントのカラー灰色 */
  font-family:Arial, sans-serif;		/* 設定 */
margin: 0;		/* ブラウザ余白無くし */
padding: 0;	/* ブラウザ余白無くし */
}

.btbl {border:1px dotted #666666;} 

A:link { color: #000000;      /* リンク */
  text-decoration: none     /* 下線を消す */
;}

A:visited { color: #000000;  /* 既に見たリンク */
  text-decoration: none     /* 下線を消す */
;}
A:active { color: #ff8000 ;}    /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff8000;
}

.inline_box  {
width: 670px;
height: 250px;
border: 1px #c0c0c0 solid;
overflow: auto;
}

h1{
font-weight:normal;   /* 太字かノーマルか */
display:inline;
white-space:nowrap;
margin-bottom:bottom;   /* 行間スぺース詰め */
font-size:0.9em;   /* 文字のサイズ */
text-align: ;　  /* 文字の位置 */
}

h2{
font-weight:normal;   /* 太字かノーマルか */
display:inline;
white-space:nowrap;
font-size:0.9em;   /* 文字のサイズ */
text-align: ;　  /* 文字の位置 */
}

h3{
font-weight:normal;   /* 太字かノーマルか */
display:inline;
white-space:nowrap;
font-size:0.9em;   /* 文字のサイズ */
text-align: ;　  /* 文字の位置 */
}

h4{
font-weight:normal;   /* 太字かノーマルか */
display:inline;
white-space:nowrap;
font-size:0.9em;   /* 文字のサイズ */
text-align: ;　  /* 文字の位置 */
}

-->
</STYLE>