<style type="text/css"><!--
* { margin: 0 auto; padding: 0;}

/* 全体の設定 */
body {
font-size: 80%;
font-family: "メイリオ", sans-serif;
background-color: #ffffff;
color: #666666;
}

/* リンクの設定 */
a {
color: #7b5544;
font-family: "Josefin Slab";
text-decoration: none;
}

/*行間、余白、文字位置*/
.info-layout {
display: block;
align-items: center;
margin:10% 10%;
letter-spacing: 3px;
line-height: 1.5;
}

/*見出しの設定*/
.contents {
color:#0086a2;
font-size: 200%; 
font-family: "Josefin Slab";
}

/*支援サイトの設定*/
.thanks {
li-style: none;
}
.thanks li {
display: inline;
}
.thanks li a {
text-decoration: none;
border-bottom: 1px dashed;
}

--></style>