/* http://www.yl.is.s.u-tokyo.ac.jp/  style sheet */
/* $Id: yl.css,v 1.18 2003/05/19 13:48:40 ganat Exp $ */

/* The default style for body is the simplest version. */

/*
 * ===========================
 *  Global Style 
 * ===========================
 */
body { 
	background-color : #efefff;
	color : black ;
  	padding : 10px;
}
a { }
a:link { color : blue; }
a:visited { color : #993366;}
a:active { color : red; }
a:hover { text-decoration : underline; } 

h1 {
	border-style : none;
	border-width : 3px;
	padding : 5px;
	background-color : transparent;
	color : #222266;
	margin-bottom : 0px;
	font-family : sans-serif;
	font-size : 48px;
}
h1 img {
	vertical-align : middle;
	margin-right : 4px;
}

h2 {
	border-style : none ;
	padding : 5px;
        background-image : url("/yl/img/yl-back.gif");
	color : white;
	margin-bottom : 0px;
        font-family : sans-serif;
        font-weight : bold;
        font-style : italic;
}
div.page-footer {
	text-align : center;
}


div.page-header img {
	vertical-align : bottom;
}

/* use this if title is too long */
h1.narrow { font-family: "Arial Narrow", "Helvetica Narrow", sans-serif; }


/* Variation one: with background image: for top pages. */
/* Consider use of div.home for clear reading. */
/* 
 * =================================
   * for Top Page
 * =================================
 */
body.variation1 {
        padding-left : 40px;
        padding-right : 40px;
}
div.notice {
	border-style : solid;
	border-width : 1px;
	border-color : red;
	background-color : white;
	padding : 5px;
	margin : 10px;
	margin-right : 5%;
	margin-left : 5%;
}
h1.homeja {
	margin-top : 0px;
        font-size : 96px;
}
h1.home img {
	vertical-align : bottom;
	margin-right : 4px;
}
h1.homeja img {
	margin-right : 4px;
}



div.home { 
        line-height : 1.2em ; 
	background-color : transparent;
	margin-top:  3em;
	padding : 0px;
	margin-bottom : 10px;
}

h2.home { 
  padding : 10px;
}



/* 
 * ===============================
 *  for theses list 
 * =============================== 
 */
ul.thesis { list-style-image : url(/members/moriwaki/dot3.gif);}
ul.thesis ul{ list-style-image : url(/members/moriwaki/dot2.gif);}




/* 
 * ===============================
 *  misc
 * =============================== 
 */
.center { text-align : center;  }
.right, .page-header { text-align : right;  }
.small, .rcsid { font-size : small; }

hr.phantom { width : 0pt ; display : none ; border-width : 0pt; }

