<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body  {
	background: #666666;
	margin: auto; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	width: 800px;
}
.twoColFixLtHdr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 180px;
	width: 800px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 230px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB;
	margin: 0px;
	overflow: hidden;
	top: 0px;
}
.twoColFixLtHdr #sidebar2 {
	width: 230px;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}
.twoColFixLtHdr #sidebar3 {
	width: 160px;
	clear: right;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContentTopimg {
	background-image: url(images/toei_si_top_img_2.jpg);
	height: 222px;
	width: 560px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContentTop {
	width: 570px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	clear: left;
	float: left;
}
.twoColFixLtHdr #mainContent {
	width: 535px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent_midashi_1 {
	height: 15px;
	width: 560px;
	background-image: url(images/toei_si_top_midashi.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#mainContentTopics {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#mainContent_midashi_2 {
	height: 15px;
	width: 150px;
	background-image: url(images/toei_si_top_tenjikai.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
}
#mainContentTenji {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContentKochira {
	font-size: 10px;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent_midashi_3 {
	height: 15px;
	width: 525px;
	background-image: url(images/toei_si_top_midashi_3.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#mainContentHonmon {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#mainContent_midashi_4 {
	height: 15px;
	width: 525px;
	background-image: url(images/toei_si_top_midashi_3.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#mainContent_sochimei_jik {
	height: 23px;
	width: 518px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #69F;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #66C;
}
#mainContent_sochimei_zai {
	height: 23px;
	width: 518px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #b4d185;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #88ba61;
}
#mainContentHonmon_2 {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
#mainContentHonmon_3 {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#mainContentVSM {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#mainContentHonmon_5 {
	font-size: 18px;
	line-height: 22px;
	color: #7288bb;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}
#mainContentLink {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#mainContentContacts {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#mainContentHonmon_4 {
	font-size: 18px;
	line-height: 22px;
	color: #7288bb;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7288bb;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	width: 800px;
	padding: 0;
	height: 50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	width: 800px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #navi  {
	font-size: 11px;
	color: #999;
	width: 760px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 15px;
}
.kikanname {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.caption {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#mainContentTopimg2 {
	background-image: url(images/toei_si_top_img_3.jpg);
	height: 222px;
	width: 560px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContentKochira2 {
	font-size: 10px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
</pre></body></html>