body {
 background-color: #FFFFFF;
 font-size: 14px;
 line-height: 1.6;
}

h2 {
 font-size: 16px;
 text-align: center;
}

p {
 margin: 0;
}

.header-bg {
 line-height: 45px;
 background-color: #FFCC00;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#7A7A7A), to(#EEE));
}

.header-text {
 margin: 0;
 color: #ffffff;
 font-size: 16px;
 text-align: center;
 text-shadow: 1px 1px 3px #333333;
}


/* テキストボックス */

.text-box {
 margin: 10px 10px;
 padding: 5px 10px;
 background-color: #FFF39D;	
 font-size: 12px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.footer-bg {
 line-height: 45px;
 color: #ffffff;
 background-color: #BBBBBB;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#7A7A7A));
 font-size: 12px;
 text-align: center;

}
