@charset "utf-8";
html{
	height:100%;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        background-color:#fff;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}
.bloc-k {
   page-break-inside: avoid;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	padding: 0px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
#container {
width:172mm !IMPORTANT;
height:251mm !IMPORTANT;
	min-width: 1175px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background-color: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#sidebar1 {
        display:none;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */

debar1 {
	float: left;
	width: 25%;
	background-image: url(images/menu-und.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
!important;
	overflow: hidden;
!important;  
	margin-bottom: 0px;
!important;  
	padding-bottom: 0px;
!important;  
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content {
	width: 100%;
	height: 100%;
　　　　 min-width:500px;
	float: left;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
/*	overflow: hidden;*/
	margin: 0px;
	padding-bottom: 300px;
}
h1 {
	text-align: left;
}
#printttl {display:block;}
.topttl  {
	background-image: url(images/headtitle.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	text-indent: -9999px;
	width: 100%;
	background-position: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
h2  {
        text-align:center;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h3  {
        font-size:12pt;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4  {
        font-size:11pt;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
        font-size:10pt;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
td,th {
        vertical-align: top;
}
/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer ul {
        display:none;
}
#footer small {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 8pt;
	color: #555;
	clear: both;
	display: block;
	text-align: center;
}
body > #footer{
	height: auto;
        background-color:#fff;
}
#footer {

        width:100%;
	overflow: hidden;
	margin: 0px;
	height: 50px;
        background-color:#fff;

	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 0px;
	clear: both;
}


#footer address {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10pt;
	color: #000;
	text-align: center;
	font-style: normal;
	padding-bottom: 50px;
}
	

#infomation h3 {
	background-image: url(images/info-ttl.gif);
	background-repeat: no-repeat;
	padding: 5px;
	text-indent: -9999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
#movie h3 {
	background-image: url(images/movie-ttl.gif);
	background-repeat: no-repeat;
	padding: 5px;
	text-indent: -9999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}

#content #topics{
	border: 2px solid #cecece;
}
#topics h3 {
	background-color: #cecece;
	background-image: url(images/topics-ttl.gif);
	background-repeat: no-repeat;
	padding: 3px;
	text-indent: -9999px;
	background-position: 10px center;
}

#inner {
        width:90%;
        height:auto;
        margin:10px auto;
        padding-bottom:20%;
　　　　 overflow:hidden;

}

table.hyou {
       /* page-break-before: always;*/
	border-collapse: collapse;
        margin-bottom:25px;
        border:solid 1px #444;

}
table.hyou th,table.hyou td {

        font-size:0.9em;
        text-align:left;
	padding: 5px;
        border:solid 1px #AAA;
}
table.hyou th {background:#e8edee;}
table.hyou2 {
　　　　 /*page-break-before: always;*/
	border-collapse: collapse;
        margin-bottom:25px;
        border:solid 1px #444;

}
table.hyou2 th,table.hyou2 td {
        font-size:0.9em;
        text-align:center;
	padding: 5px;
        border:solid 1px #AAA;
}
table.hyou2 th {background:#efede7;}
table { margin:10px auto;}
caption {
        font-size:0.8em;
        caption-side: bottom;
        text-align: right; 
} 
#inner p {
        font-size:0.9em;
        line-height:1.5em;
        text-indent:1em;
}
#inner p img {
        display:block;
        margin:10px auto;
}
#inner ul,#inner ol  {
        margin-left:40px;
}
#inner ul li {
        font-size:0.9em;
	list-style-type: none;	
        margin:5px;
        padding:0px;
        line-height:1.3em;
}
#inner ol li {
        font-size:0.9em;
        margin:5px;
        padding:0px;
        line-height:1.3em;
        list-style-position:outside;
}
#inner dt{
        text-indent:1em;
        font-size:0.9em;
        font-weight:bold;
}
#inner dd{
         margin-bottom:10px;
        font-size:0.9em;
        line-height:1.3em;
}
#inner .cate {
        clear:both;
        background-color:#EEE;
        border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
        padding:10px;
        margin:15px;
        overflow:hidden;
}
#inner .setumei {
        font-size:0.9em;
        line-height:1.3em;
        margin:10px;
        padding:10px;
}
.att { color:#b31717; }
iframe {
        display:block;
        margin:0 auto;
}