/* * *   * * *   * * *   * * *   * * *   * * *   * * * 
	--- base
 * * *   * * *   * * *   * * *   * * *   * * *   * * */

	body{
		color:#444466;
		background:#c0e0f0;
	}

	img{
		border:none;
	}

	p{
		margin-left:0.5em;
	}

	h3{
		margin-left:0.5em;
	}

	table{
		margin-left:0.5em;
	}


	address{
		text-align:right;
	}

/* * *   * * *   * * *   * * *   * * *   * * *   * * * 
	--- context
 * * *   * * *   * * *   * * *   * * *   * * *   * * */

	div.header{
		text-align:right;
	}

	div.footer{
		text-align:right;
	}

	div.title{
		color:#106080;
		text-align:center;
	}

	div.contents{
		text-align:left;
	}

/* * *   * * *   * * *   * * *   * * *   * * *   * * *
	--- link
 * * *   * * *   * * *   * * *   * * *   * * *   * * */

	A:link{
		color:#4444aa;
	}

	A:visited{
		color:#aa44aa;
	}

	A:active{
		color:#aa6644;
	}

	A:hover{
		background:#0099ff;
		color:#000066;
	}


