﻿/*-------- General Style -------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #f8f8f8;
}

img {
	border-width: 0px;
}

table, legend {
	background-color: transparent; 
	color: #444444;
}

body {
	font-size: 90%;
}

input, textarea, select {
	font-size: 90%;
}

table {
	font-size: 100%;
}

hr {
	margin: 8px 0 8px 0;
	_margin: 0px;
}

tt {
	font-family: monospace;
}

a:link {
	text-decoration: underline; 
	color: #444444;
}
a:visited {
	text-decoration: underline; 
	color: #444444;
}
a:active {
	text-decoration: underline; 
	color: #444444;
}
a:hover {
	text-decoration: underline; 
	color: #ee0000;
}

span.vx {
	writing-mode: tb-rl; 
    direction: ltr; 
    height: 20em;
	line-height: 150%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: left;
}

div.vx {
	writing-mode: rl-tb; 
	height: 20em; 
	direction: rtl; 
	line-break: strict;
}

.vx, .vx * { 
	font-family: 'ＭＳ 明朝','MS Mincho';
}

span.citation {
	font-size: 100%;
	vertical-align: 40%;
}

span.note {
	font-size: 100%;
	vertical-align: 40%;
}

a.citation:link {
	text-decoration: none; 
}
a.citation:visited {
	text-decoration: none; 
}
a.citation:active {
	text-decoration: none; 
}
a.citation:hover {
	text-decoration: underline; 
	color: #ee0000;
}

a.note:link {
	text-decoration: none; 
}
a.note:visited {
	text-decoration: none; 
}
a.note:active {
	text-decoration: none; 
}
a.note:hover {
	text-decoration: underline; 
	color: #ee0000;
}

div.note_box {
	font-size: 90%;
	padding: 2px;
}

div.citation_box {
	font-size: 90%;
	padding: 2px;
}

span.keyword {
	font-size: 100%;
	border-bottom: dashed 1px;
	cursor: pointer;
}

img.enlarge {
	margin-left: -24px;
	margin-bottom: 4px;
}

#bubble_tooltip {
	width: 300px;
	position: absolute;
	display: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 99;
}

#bubble_tooltip .bubble_top {
	background-image: url('image/bubble_t.gif');
	background-repeat: no-repeat;
	height: 16px;
	overflow: hidden;
}

#bubble_tooltip .bubble_middle {
	background-image: url('image/bubble_m.gif');
	background-repeat: repeat-y;	
	background-position: bottom left;
	padding-left: 10px;
	padding-right: 12px;
	text-align: left;
	font-size: 75%;
}

#bubble_tooltip .bubble_bottom {
	background-image: url('image/bubble_b.gif');
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
}

#slide_mask {
	position: fixed;
	_position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0 + 0 + 'px'
	);
	_left:expression(
		document.documentElement && document.documentElement.scrollLeft || 
		document.body && body.scrollLeft || 0 + 0 + 'px'
	);

	width: 100%;
	height: 100%;
	background: #000; 
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	display: none;
}

#slide_base {
	position: fixed;
	_position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0 + 0 + 'px'
	);
	_left:expression(
		document.documentElement && document.documentElement.scrollLeft || 
		document.body && body.scrollLeft || 0 + 0 + 'px'
	);

	width: 100%;
	height: 100%; 
	display: none;
	text-align: center;
}

#slide_descr {
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(image/round_tl.gif) top left no-repeat;
	filter: alpha(opacity=68);
	-moz-opacity: 0.68;
	opacity: 0.68;
	z-index: 9;
}

#slide_descr_top {
	display: block;
	height: 8px;
	margin-left: 5px;
	background: #000;
	overflow: hidden;
}

#slide_descr_cont {
	text-align: left;
	font-size: 90%;
	color: #fff;
	padding: 0 7px 5px 10px;
	background: #000;
}

#slide_footer {
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	z-index: 9;
}

#slide_nav_panel {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	background: url(image/round_tl.gif) top left no-repeat;
	filter: alpha(opacity=68);
	-moz-opacity: 0.68;
	opacity: 0.68;
	z-index: 9;
}

#slide_nav_panel_top {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(image/round_t.gif) top right no-repeat;
	overflow: hidden;
}

#slide_nav_panel_cont {
	padding: 2px 12px 8px 7px;
	margin-left: 5px;
	text-align: center;
	background: #000;
}

#slide_header {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align: center;
	z-index: 9;
}

#slide_progress_panel {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	background: url(image/round_bl.gif) bottom left no-repeat;
	filter: alpha(opacity=68);
	-moz-opacity: 0.68;
	opacity: 0.68;
	z-index: 9;
}

#slide_progress_panel_bottom {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(image/round_b.gif) top right no-repeat;
	overflow: hidden;
}

#slide_progress_panel_cont {
	padding: 3px 12px 2px 7px;
	margin-left: 5px;
	text-align: center;
	background: #000;
}


#slide_progress_panel table {
	border-width: 0px;
	width: 200px;
	height: 26px;
}

.slide_bar_frame {
	width: 100px!important;
	height: 20px!important;
	border-width: 1px!important;
	border-style: solid;
	border-color: #fff;
}

.slide_bar {
	height: 16px;
	background: #fff;	
}

.slide_nav_button {
	width: 40px;
	height: 26px;
	font-family: 'Arial';
	font-size: 14px;
}

#slide_canvas,
#slide_bacbuf,
#slide_hole,
#slide_message {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#slide_message {
	color: #fff;
	text-align: center;
	font-family: 'Arial';
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#slide_canvas img,
#slide_bacbuf img,
#slide_hole span {
	position: absolute;
	left: 0;
	top: 0;
}

#slide_hole span {
	display: none;
	background: #000;
}

#slide_canvas {
	z-index: 8;
}

#slide_bacbuf {
	z-index: 7;
}

#slide_message {
	z-index: 6;
}

#slide_hole {
	z-index: 5;
}

#slide_message {
	color: #fff;
}

/*---------- End -----------*/



