/* ヘッダーを上に配置するCSS */
.header {
        background-color: #02B359;
	background-image: url(pic01.gif);
        background-repeat: no-repeat;
	height: 110px;
        background-position: top right;
        border-bottom:solid 1px #666666;
        text-align:left; 
        margin:0px;
        padding-top:20px;
        padding-left:20px;
        padding-bottom:0px;
}
.header h1 {
	font-size: 40px;
	padding-left:10px;
        color:#ffffff
        position:relative;
}
.header h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 100%;
        color:#ffffff;
	text-align:right;
        padding-right:20px;
        padding-top:10px;
        margin:0px;
        position:relative;
}
