/* 全体設定 */


body {
 background-color: #FFFFFF;
 font-size: 14px;
 line-height: 1.6;
}

h2 {
 font-size: 16px;
 text-align: center;
}

p {
 margin: 0;
}


a:link { color: rgb(0, 41, 253); }
a:visited { color: #000080; }
a:hover { color: #FFFF00; }
a:active { color: #ff8000; }



/* ヘッダー */
.header-bg {
 line-height: 45px;
 background-color: #FFCC00;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF03EB), to(white));
}

/* ヘッダーテキスト */
.header-text {
 margin: 0;
 color: #ffffff;
 font-size: 16px;
 text-align: center;
 text-shadow: 1px 1px 3px #977070;
}


/* テキストボックス */

.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(#FFF), to(#FF03EB));
 font-size: 12px;
 text-align: center;

}
