@import url("poems.css");
/* ******************************************* */
/*                                             */
/*         Jlit Global CSS                     */
/*    Supplements the main template CSS.       */
/*                                             */
/* ******************************************* */


/* Text formatting classes. The Japanese font is the same one generated by Dreamweaver. */


.jtext {
	font-size: 1.2em; 
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.jtext-small {
	font-size: .9em;
}
td.jtext {
	font-size: 16px;
}

.news_title {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0px;
}
.news_text {
	margin-top: 0px;
}
.logo-caption {
	font-size: 16px;
	padding-left: 10px;
}

.j-author {
	font-size: 1.1em;
	font-weight:bold;
	}

.indent {
	text-indent: 30px;
}
.indent-double {
	text-indent: 60px;
	margin-top: 0px;
}
.indent-wide {
	text-indent: 120px;
}
.nomargin_top {
	margin-top: 0px;
}

.hanging-indent {
	text-indent: -35px;
	padding-left: 35px;
}

.fineprint {	
font-size: .85em;
line-height:1em;
}

.roman-numerals {
	list-style-type: upper-roman;
}
.centered-text{ 
text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

/* Structural elements formatting classes. */
/* For centered block elements like DIVs (or other generic selectors). The width property must be set, using percentages, ems or pixels, but must be set; for IE8, the Doctype must be transitional */

.centered-block {
width:95%;
margin 0 auto;
text-align:center;
}
.centered-table { 
width:95%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
}
.index-table {
	font-size: 0.9em;
	width:95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* To center an image, you should explicitly tell the browser that the image is a block element. Then you can center it as you would a block (use a fixed width). In the code, it should appear as something like <img src="image-name.jpg" alt="Image" class="centered-image">. However, also note that the PVII CSS file contains a rule for scalable images that should be used instead of this (strange things happen when two classes are assigned to scalable images). */

img.centered-image {   
display: block;   
width: 95%;
margin: 0 auto;
}


/* Classes for author biographies */
.author-name {
	margin-bottom: 0px;
	font-weight: bold;
}
.subtitle {
	font-size: 0.9em;
	font-weight: bold;
}
.author-bio {
	margin-top: 0px;
	line-height: 1.3em;
}
.author-tabpanel {
width:95%;
margin-left: auto;
margin-right: auto;
}

/* Lists and tables classes. */
.sidebar-index {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
/*The following classes are for the button table at the top of the Author Index pages
*/
.author-index-table {
	width:75%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.author-index-table td {
	margin-left: 0px
}

.first-lines {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.first-lines td {
		line-height: 1.3em;
}
.first-lines .jtext {
	font-size: 1.1em;
}
.first-lines p {
	margin-top: 0px;
}
dt {
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
dt .boldterm {
	font-weight: bold;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
dd {
	padding-bottom: 10px;
}

/*td {
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: left;
}
td p {
	margin: 0;
}
*/
td h3 {
	margin: 0;
	padding: 0;
}
td h4 {
	margin: 0;
	padding: 0;
}

/* Classes for highlighting. */

.highlight-yellow {
	background-color: #FFFF00;
}
.highlight-green {
	background-color: #80FF00;
}
.highlight-blue {
	background-color: #00FFFF;
