@charset "Shift_JIS"; 

body {
	line-height:132%;
	color: black;
	background-color: #FFFFF0;
}

H1 {
	margin-top: 0em;
	margin-bottom: 0.3em;
	padding: 1ex;
	text-align: left;
	font-weight: bold;
	color: black;
	/*border-top: double 6px #FFFFE0;*/
	/*border-bottom: double 6px #FFFFE0;*/
	background-color: #22BB11;
}

H2 {
	text-decoration: underline;
	padding: 0.1em;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	margin-left: +0.2em;
	color: black;
}

H3 {
	font-style: oblique;
	margin-left: +0.1em;
}

h4 {	margin-left: +0.4em; }
h5 {	margin-left: +0.4em; }


p {
	line-height: 135%;
	margin: 0.4em;
	margin-left: +0.5em;
	margin-bottom: 0.6em;
}

ul,dl,ol {
	line-height:130%;
	margin-left: +1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	padding: 2px;
}

ul {
	list-style-type: square;
	/* list-style-image: url(i/button_R.gif); */
}

li, td {
	line-height:130%;
	margin-left: +1em;
	padding: 2px;
}

rt {
	border: 0;
	margin-bottom:  0;
	padding-bottom: 0;
	font-size: 66%;
}

a:hover, img:hover  {
	color: #22AA33;
	background-color: #FFddee;
}

a:link:active, img:active  {
	color: #33FF77;
	background-color: #FF6633;
}

SPAN.facemark {
	/* color: #306; */
	font-family: monospace;
	font-size: 80%;
	margin: 0.5em;
}

SPAN.roman {
	font-family: "Comic Sans MS", courier, pica, sans-serif;
	font-size: 0.9em;
}

.refmark {
	color: #BB0000;
	font-size: smaller;
	vertical-align: super;
	line-height:200%;	/* 方便: IE は superscriptされた部分があると、そのbaselineを基準に改行するようなので、これで次の行との行間を確保する */
}

.reftext {
	line-height:132%;
	text-align: right;
	margin-top: 0.5em;
	font-size: smaller;
}

.ref {
	background-color: #FFFF88;
}

.heading {
	background-color: #FF9933;
}


UL UL UL  { 
	list-style-type: disc;
}

UL UL { 
	list-style-type: circle;
}

dl dt {
	font-weight:bolder;
}

.loc {
	background-color: #FFFFA0;
}

.alert {
	color: yellow;
}

.incredible { color:red; font-weight:bold; }

.noticeDate { 
	margin-top: -0.2em;
	margin-left: +3em;
	margin-bottom: 1em;
	font-size: smaller;
	font-style: italic; 
}

.attrib {
	font-size: smaller;
	color: #668866;
}

div.updateDate {
	margin-top: 0;
	text-align: right;
	width: 100%;
}

/* 演目 */

.title {
	font-weight:bold;
}

span[class=title]:after {
}

.preface {
	line-height:140%;
	background-color:palegreen; 
	margin: 1em;
	margin-top: 1em;
	margin-bottom: 1.2em;
}

/*-------- imagelist ------------*/

table.imagelist {
	border: 0px;
	background-color: transparent;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	margin-left: +0.5em;
	
}

table.imagelist caption {
	/* border-left: 1px solid  #CCA;*/
	background-color: #E93;
	padding: 0.2em;
	font-weight: bold;
}

table.imagelist td {
	vertical-align: top;
	background-color: #EED;
}


ul.imagelist { 
	float: left;
	margin: 0;
	padding: 0;
}

ul.imagelist li { 
	border: 1px solid  #CCA;
	float: left;
	background-color: #EED;
	margin: 0;
	padding: 0;
	width: 172px;
	min-width: 90px;
	max-width: 200px;
}

/*-------- menu ------------*/

div.floatmenu {
	margin-top: 1em;
	background-color: #DEE;
}

.floatmenu {
	float: right;
	width: 30%;
}

.floatmenu ul,ol {
	/* border: 1px dashed green; */
	margin-top: 0;
	margin-left: 0.9em;
	margin-bottom: 0.1em;
	padding: 0;
}

.floatmenu li {
	/* border: 1px dotted yellow; */
	margin-top: 0;
	margin-left: 0.4em;
	margin-bottom: 0.1em;
	padding: 0;
}

/*--- table (footer) ---*/

table.footer {
	border: 0px;
	background-color: transparent;
}

table.footer td {
	border: 0px;
	background-color: #FFFFF0;
}

/*--- interview ---*/

hr.paragraph {
	width: 60%;
}

.int {	/* interviewer */
	color:#BB6000;
	font-weight:bold;
	line-height:150%;
}

.vwee {	/* interviewee */
	font-weight:bold;
}

.i-note {color:#DD7733; font-style:oblique}

.note  {color:gray; font-style:oblique}

/*--- table (generic) ---*/

table {
	background-color: #AAAA60;
}

tr {
	background-color: #FFFFD0;
}

table.eulang td ruby {
	font-family:Verdana, Helvetica, Arial;
	/* font-weight:bold; */
}

table.eulang caption {
	background-color: #EEEEC0;
}

table caption {
	background-color: #F73;
}

/* Doesn't FireFox recognize col ? */

/*col*/
.date {
	background-color: #99CCFF;
	white-space: nowrap;
	vertical-align: baseline; /*top;*/
}

col.date {
	background-color: #99CCFF;
	white-space: nowrap;
	vertical-align: baseline; /*top;*/
}

/*col*/
col.place, .place {
	white-space: nowrap;
	vertical-align: baseline;
}

/*col*/
.description {
	vertical-align: top;
}

th.date {
	font-size: 80%;
	white-space: nowrap;
}


/*--- footer ---*/

address:before {
}

address {
	width: 100%;
	text-align: right;
}

