/*
// yasunori.css 
//      by Yasunori Kimura (yasunori@is.sci.toho-u.ac.jp)
// modified on 12/Apr/2011
//
*/

/*
// base style
*/

body {
	color:	    black;
	background: MintCream;
}

a:link {
	color: blue;
	background: MintCream;
	text-decoration: none;
}

a:visited {
	color: green;
	background: MintCream;
	text-decoration: none;
}

a:active {
	color: red;
	background: MintCream;
	text-decoration: none;
}

a:hover {
	color: red;
	background: MintCream;
	text-decoration: underline;
}



h2 {
	text-align: left;
	border-style: solid;
	border-color: #803020;
	border-width: 0 0 0 10pt;
	padding: 0 0 0 5pt;
}

address {
	text-align: right;
	font-family: monospace;
	font-style: normal;
}

img.face { 
	 float: right;
}

p.caption { 
	 text-align: right;
}

div.center {
	text-align: center;
}
span.name {
	font-weight: bolder;
	font-size: larger;
}
br.clear {
	 clear: right;
}
	 

th {
	text-align: left;
}
th.lecturecell {
	   width: 18%;
	   text-align: center;
	   background-color: white;
}
th.daycell {
	   width: 4%;
	   vertical-align: middle;
	   text-align: center;
	   background-color: white;
}
th.ma {
	   text-align: center;
	   background-color: white;
}
th.center {
	   text-align: center;
}

div.question {
	color: white;
        background-color: black;
        border-style: solid;
        border-color: black;
        border-width: thin;
        padding: 5pt;
}
div.answar {
        background-color: white;
        border-style: solid;
        border-color: black;
        border-width: thin;
        padding: 5pt;
	margin: 0 0 7pt 0;
}

pre.codelist {
        background-color: yellow;
        border-style: solid;
        border-color: black;
        border-width: thin;
        padding: 5pt;
        whitespace: pre;
}

p.abstract {
	font-size: smaller;
}	
span.notice {
	color:	    red;
}

div.widget { 
	 float: right;
}

span.del {
  text-decoration-line: line-through;
  text-decoration-style:solid;
  text-decoration-color: black;
}
