﻿/*-------------サイト全体-----------*/
html,body,header,footer,p,h1,h2,h3,h4,ul,li,{
 margin: 0;
 padding: 0;
}

/*--------------ボディ全体指定------------*/
body{
 background-color: #fdccff;
 font-family: メイリオ;
}

/*--------------h1～フッタまで個別指定---------*/
h1{
 margin: 0;
 line-height: 40px;
 background-color: #b3e7ff;
 font-size: 18px;
 color: #ffffff;
 text-align: center;
}

h2{
 font-size: 16px;
 text-align: center;
 color: #b3e7ff ;
}

h3{
 font-size: 14px;
 background-color: #c2e5ff;
 color: #5b5b5b;
 text-align: center;
 }

.text-box{
 margin: 10px;
 padding: 10px;
 background-color: #c2e5ff;
 font-size: 10px;
 color: #ffffff;
 text-align: left;
}

p{
 margin: 5px;
 text-align: center;
 font-size: 14px;
}

footer{
 line-height: 35px;
 background-color: #c2e5ff;
 font-size: 12px;
 color: #ffffff;
 text-align: center;
}
/*------------------END-----------------*/

