@charset "utf-8";
/*==================================================
	各ページ固有のスタイルを記述
==================================================*/
/* 枠のマージン・パディング */
.mb { margin-bottom: 80px; }
.pt { padding-top: 80px; }
.pb { padding-bottom: 80px; }
/*--------------------------------------------------
  トップページ
--------------------------------------------------*/

#txt {
	background-color: #fff;
    font-size: 30px;
    color: brown;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    }

#img {      
	width: 60%;
    margin-left: 40px;
}

