/*********
* Stylesheet  "Y.Hamada's home page" 
* created on 21st March, 2002
* modified on 22nd May, 2004
*                                   ******/

body {
	margin-left: 5%;
        margin-right: 5%;
	background-color: #FFFFCC;
	color	: #000000;
}

h1,h2 {
	font-family: sans-serif;
}

h1 {
	text-align: center;
	border-style: dotted;
	border-width: .2em;
	border-color: #99ffff;
	padding-top: .5em;
	padding-bottom: .5em;
}

h2 {
	border-width: 0em 0em 0.1em 1em;
	border-style: solid;
	border-color: #00CCFF;
}

h3 {
	border-width: 0em 0em 0.1em 0.3em;
	border-style: solid;
	border-color: #0099CC;
}

address {
	margin: 0.2em;
	text-align: right;
	font-family: sans-serif;
	font-style: normal;
}


div.header div.navigation {
	text-align: center;
}


div.footer {
	border-width: 0.2em 2em 0em 0em;
	border-style: solid;
	border-color: #0099FF;
}

div.validated {
/*	display: none;  */
}

div.validated a img {
	float: left; 
	margin: 0.3em;
	border-style: none;
	width: 88px;           /* from w3.org */
	height: 31px;
}

em {
	font-weight: bold;
	color: #cc6600;
}

dt {
	margin-top:	0.6em;
	margin-bottom:	0.2em;
/*	line-height: 1.5em; */
}

dd {
	line-height: 1.05em;
}
p {
	line-height: 1.05em;
}

blockquote {
/*	padding: 0.8em;  */
	padding-left:	0.8em;
	padding-right:	0.8em;
	border: 0.2em inset #339966;
}

.note {
	font-size:	0.8em;  
	color:		#9933CC;
}
