/*ページの基本レイアウト*/
A:link,A:visited,A:active,A:hover{text-decoration:none}
body{
color: #2E3F33;
background-color: #C7FCEF;
line-height: 180%;
margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 35px;
}
h1{
font-size: large;
font-family: sans-serif, serif;
font-weight: normal;
text-align: left;
}
h2{
font-size: medium;
font-family: sans-serif, serif;
font-weight: bold;
text-align: left;
margin-top: 15px;
margin-bottom: 0px;
}
p{
margin-top: 0%;
margin-bottom: 0%;
}
ul{
margin-top: 0%;
margin-bottom: 0%;
}
/*上下のマージンを0にするスタイル*/
.s00{
margin-top: 0%;
margin-bottom: 0%;
}
/*上下（top, bottom）にマージンを付けるスタイル*/
.s01{
margin-top: 15px;
margin-bottom: 15px;
}
/*上（top）にマージンを付けるスタイル*/
.s02{
margin-top: 15px;
}
/*下（bottom）にマージンを付けるスタイル*/
.s03{
margin-bottom: 15px;
}
