@charset "Shift_Jis";

/**************************************/
/*  classes for 'org.php'             */
/**************************************/

/* ---------------------------------- */
/*   classes for paragraph            */
/* ---------------------------------- */
p.next-program-explanation
{
	font-weight: normal;
	font-size: 90%;
	margin: 10px 10px 5px 100px;
	color: #006633;
	display: block;
}

/* ---------------------------------- */
/*   classes for definition list      */
/* ---------------------------------- */
dt.history
{
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
	width: 120px;
	text-align: right;
	font-size: 90%;
	color: #339966;
	margin: 0px 10px 0px 20px;
}

dd.history
{
	display: block;
	text-align: left;
	font-size: 100%;
	color: #006633;
	margin: 10px 10px 10px 160px;
}

/* ---------------------------------- */
/*   classes for image                */
/* ---------------------------------- */
img.org-chart							/* organization chart: upper organization */
{
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

