@charset="utf-8";

body {
    background-color: floralwhite;
    background-image: url('/backimg.png');
	background-repeat: no-repeat; /* 背景画像を繰り返さない */
}

img.rogo1 {
    width: 70px;
    height: 70px;
}

H1 {
   color: darkgrey;
    font-size: 32px;
    text-align: left;
margin: 5px 25px 40px 25px; /* 「上」「右」「下」「左」の指定 */	
}
H2 {
   color: darkgrey;
    font-size: 15px;
    text-align: left;
margin: 30px 25px 180px 25px; /* 「上」「右」「下」「左」の指定 */	
}
H3 {
   color: darkgrey;
    text-align: center;
}
#block {
   font-size: 12px; 
margin: 25px 200px 30px 200px; /* 「上」「右」「下」「左」の指定 */	
}