/* ヘッダー部分 */
h1 {
	margin:0px;
	display:block;
	width:auto;
	height:70px;
	text-align:left;
	background-color: #00CC00;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: serif;
	font-size: 28px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	padding-left: 20px;
	background-image: none;
	}

h1 span {
	font-size:26px;
	font-family:sans-serif;
	}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
