/* 全体設定 */

ul{
list-style:none;
padding:0;
}
li{
padding:0;
}

body {
 background-color: #FFFFFF;
 font-size: 14px;
 line-height: 1.6;
}

h2 {
 font-size: 16px;
 text-align: center;
}

p {
 margin: 0;
}


a:link { color: #2C2C2C; }
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;

}


/*---------- ナビ ----------*/

nav {
 width: 100%;
 text-decoration: none;
 background-color: #fff9f4;
}

nav h3 {
 padding: 5px 0;
 font-size: 14px;
 text-align: center;
 border-top: solid 5px;
 border-top-color: #cccccc;
 border-bottom: solid 5px;
 border-bottom-color: #cccccc;
 background-color: #eeeeee;
}

nav ul {
 width: 100%;
 border-top: solid 1px;
 border-top-color: #cccccc;
}

nav li {
 width: 100%;
 list-style: none;
 text-align: center;
}

nav li a {
 padding: 10px;
 display: block;
 color: #ee827c;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
}

nav li a:hover {
 color: #ec6d71;
 display: block;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
 background-color: #333333;
}
