@charset "utf-8";
/* CSS Document */

/* コンテンツ */

div#content h1	{
	font-size: 2em;
	color: #005087;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
 
div#content h2	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	}
	
div#content h3	{
	color: #C00;
	padding-left: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	}	
	
div#content h4	{
	color: #005087;
	font-size: 1em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	}
	
div#content h5	{
	color: #005087;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

div#content h6	{
	color: #005087;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
