@charset "UTF-8";

body {
		background				: #eeeeee;
		padding-bottom			: 20px;
	}

h2 {
		text-align				:center;
	}

h3 {
		color					: navy;
		font-size				: large;
	}

h4 img {
		width					: 48px;
		margin-right			: 10px;
	}

h5 img {
		width					: 36px;
		margin-right			: 10px;
	}


section	{
		padding					: 0 20px;
		clear					: both;
	}
article	{
		clear					: both;
		margin					: 0 0 20px 30px;
	}
article div.block	{
		margin-left				: 30px;
	}
dl	{
		position				: relative;	
	}
dl dt	{
		clear					: both;
		float					: left;
		width					: 250px;
		margin-bottom			: 7px;
	}
dl dd	{
		margin-left				: 260px;
		margin-bottom			: 7px;
	}




img.logo	{
		width					: 147px;
		height					: 20px;
	}

