@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Meiryo, メイリオ,  MS PGothic,  ＭＳ Ｐゴシック, sans-serif;
	font-size: 16px;
	background-image: url(../gif_jpg/haikeilong.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-width: 1036px;
}

h1 {
	margin: 18px 18px 0px 18px;
	text-align: left;
	color: #F09;
	background-color: #ffc;
	font-size: 18px;
	font-weight: normal; /* ブラウザでh1が勝手に太字にされてしまうのを防ぐ為の記述らしい */
	text-indent: 10px;
	padding: 3px;
}

/* pタグで変による変な行間を押さえる為の記述 */
p {
	margin-top: 0em;
	margin-bottom: 1.625em;
}

.hr-margin {
	margin: 0px 18px 0px 18px;
}

.navi {
	font-size: 13px;
	text-align: right;
	padding-right: 7px;
	margin: 0px 18px 0px 18px;
}

table.main-table {
 /*	width: 100%; */
 /* ↑ここを有効にするとiPhoneでの表示が乱れる */
}
table.main-table td.menu {
	vertical-align: top;
	width: 367px;
	min-width: 367px;
}
table.main-table td.menu-footer {
	vertical-align: bottom;
}
table.main-table td.content {
	vertical-align: top;
	width: auto;	
}

.menu-content {
	width: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	font-size: 14px;
	line-height: 21px;
	padding: 10px;
	background-color: #a0ffd0;
	margin: 0px 15px 0px 16px;
}

.content-title {
	text-align: left;
	color: #222;
	font-size: 18px;
	padding: 3px 0 3px 10px;
	background-color: #69f;
	margin-right: 15px;
}

.main-content {
	text-align: left;
	background: #FFFFFF;
	line-height: 24px;
	padding: 10px 0px 10px 10px;
	margin: 15px 15px 0px 0px;
}
/* ページの先頭へ移動させる為のCSS */
html>body #totop {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0px 3px 0px 0px;
	width: 131px;
	height: 19px;
}
html>body #totop a {
	display: block;
	margin: 0px 3px 0px 0px;
	width: 131px;
	height: 19px;
	padding-top: 30px;
	background-image: url(img/totop.png);
	background-repeat: no-repeat;
}
html>body #totop a:hover {
    background-position: 0 -19px;
}


/* 以下リンクに関するCSS */
a:hover  {
	color: red;
	background-color: #fcf;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


/* 以下QuickTime用。クリックして再生という文字列を出す為のCSS */
/* ----------------------------------------------- */
.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}