/* Written by M. Fujioka, Univ. of Tsukuba */

/* general */
body{
	font-family: Verdana, Chicago, MS UI Gothic, sans-serif;
	line-height: 150%;
	color: #000000;
}

body#normal{
	background-color: #ffff99;
}

body.prtctd{
	background-color: #ccff99;
}

h1,h2{
    text-indent: 0em;
	color: #0000cc;
	line-height: 100%;
}

h3,h4,h5{
    text-indent: 0em;
	color: #0000cc;
	line-height: 100%;
	margin-top: 1ex;
	margin-bottom: 0.5ex;
}

hr.normal{
	height: 3px;
}

hr.light{
	height: 1px;
}

li{
	line-height: 140%;
}

address{
	text-align: center;
	line-height: 110%;
	font-style: normal;
	font-size: 80%;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	width: 40em;
	margin-left: 2em;
	border-color: #666666;
}

table.plain {
    border-collapse : collapse ;
    line-height : 100% ;
    font-size : 90% ;
}

/* link table on top page */
table.contents{
	line-height: 100%;
	background-color: #ffff33;
	width: 640px;
	margin-left: 0px;
	padding: 4px;
}

td.date{
	width: 80px;
	font-size: 90%;
}

td.new{
	width: 80px;
	font-size: 90%;
	color: red;
	font-weight: bold;
	font-style: italic;
}

/* questionaries */
table.quest{
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	line-height: 110%;
	width: 600px;
	margin-left: 10px;
	padding: 2px;
}

td.ans_no{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

/* photo pages */
table.album{
	line-height: 125%;
	width: 830px;
	margin-left: 5px;
	padding: 2px;
}

img.photo{
	border-width: thin;
	border-color: #008000;
	border-style: solid;
	padding: 0;
}

/* refs pages */
body#utf8{
	background-color: #ccff99;
}

.hd1{
	color: #ffffff;
	background-color: #cc3300;
	font-size: 120%;
	font-weight: bold;
	padding-top: 0.2ex;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin-bottom: 1ex;
}

.hd2{
	color: #0000ff;
	font-weight: bold;
	padding-top: 0.4ex;
}

.ref{
	font-size: 80%;
	line-height: 120%;
    text-indent: -2em;
	padding-left: 2em;
}

.pglnk{
	width: 240px;
}

.jump{
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
    font-style: italic;
	text-align: right;
}

/* general classes */
.indnt{
    text-indent: 1em;
}

.indnt_s{
    text-indent: 1em;
	font-size: 90%;
	line-height: 140%;
}

.refs{
	margin-left: 2em;
    text-indent: -2em;
	line-height: 120%;
}

.notes{
	font-size: 90%;
	line-height: 120%;
}

.cmmnt{
	text-indent: 1em;
	line-height: 140%;
	color: #993333;
	padding-top: 0.4em;
}

.photocptn{
	vertical-align: top;
	padding-bottom: 1ex;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 90%;
}

.strong
{
    font-weight: bold;
	color: red;
}

.appeal{
	color: red;
}

.question{
	font-weight: bold;
	font-size: 95%;
	line-height: 140%;
	color: #0000cc;
}

.answer{
	font-size: 95%;
	line-height: 140%;
}

.hdlink{
	font-size: small;
	color: #000000;
	line-height: 120%;
}

.box1{
	border-width : 3px;
	border-style : solid;
	border-color : #B22222;
	padding : 4px;
}

.box2{
	border-width : 3px;
	border-style : double;
	border-color : #B22222;
	padding : 4px;
	background-color : #F5DEB3;
}

.box3{
	border-width : 2px 5px 4px 2px;
	border-style : solid;
	border-color : #B22222;
	padding : 4px;
}

th.plain {
    border-style : double ;
    border-width : thick ;
    border-color : #CC6600 ;
}
td.plain {
    border-style : double ;
    border-width : thick ;
    border-color : #CC6600 ;
    background-color : #CCFFCC ;
}
