/* yas.css : Yasuyuki's page common style */

BODY {
	font-size: 11pt;
}
TD {
	font-size: 11pt;
}

H1 {
	color: black; 
	border-style: none;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	text-decoration: slant;
}

H3 {
	background-color: #ffdd99;
	color: red; 
	border-style: none;
	border-width: 1;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;

}

H4 {
	color: red; 
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}

A.h {
	color: #ff8866;
/*	text-decoration: none;*/
}

P {
	margin-left: 20px;
	margin-bottom: 10px;
}

