@charset "Shift_JIS";

body {
	background-color: #E9E9E3;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a:link.text {
	color: #FFF7B2;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
}

a:visited.text {
	color: #FFF7B2;
	font-weight: bold;
	text-decoration: none;
}

a:hover.text {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	background-color: #ED1C24;
}

a:link.text-gray {
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
}

a:visited.text-gray {
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}

a:hover.text-gray {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	background-color: #ED1C24;
}

img {
	border: 0px;
}

img.title {
	margin-top: 5px;
}

h1.title {
	font-size: medium;
	margin-top: 1em;
}

h1.info-title{
	font-size: large;
	text-align:center;
	margin: 0.5em 1em 1em 1em;
}

.ss-as-title p{
	font-weight:normal;
	font-size:small;
	margin:0;
}
.equip{
	font-size:80%;
	font-weight:normal;
}
h2.title {
	font-size: medium;
	margin: 1em auto 0.5em auto;
}

table p {
	margin: 0.5em 1em 0.5em 1em;
}

p.movie {
	margin-bottom: 1.5em;
	font-weight: bold;
}

/**テーブル -注目-**/
table#notice {
	font-size: 10pt;
	color: #FFFFFF;
  line-height: 1.5em;
  letter-spacing: 1px;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
}


table#notice td {
	background-image: url(../img/bg_02.gif);
}

/**テーブル -更新履歴-**/
table#update {
	font-size: 10pt;
	color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
}

table#update td {
	background-image: url(../img/bg.gif);
}

table#update p {
	margin: 0.1em 0.5em 0.1em 0.1em;
}

/**テーブル -お知らせ-**/
table#information {
	font-size: 10pt;
	color: #FFFFFF;
  line-height: 1.5em;
  letter-spacing: 1px;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
}

table#information td {
	background-image: url(../img/bg_03.gif);
}

/**テーブル -住所-**/
table#address {
	font-size: 10pt;
	color: #4D4D4D;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #4D4D4D;
}

table#address td {
	padding: 0.5em 0.5em 0.5em 1em;
}

.banner {
  margin-top: 10px;
  margin-bottom: -8px;
}

.banner-text {
  font-size: 9pt;
}

a:link.banner-text {
	color: #4D4D4D;
  font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
}

a:visited.banner-text {
	color: #4D4D4D;
  font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover.banner-text {
	color: #FFFFFF;
  font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	background-color: #ED1C24;
}

.notice {
	color: #FF3C3C;
	font-size: 12pt;
	font-weight: 900;
}

