/* 全体 */
body {
 font-size: 13px;
 *font-size:small;
 *font:x-small;
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
 color: #003380;
 background-color: #8fc31f;
 line-height: 180%;
 text-align: center;
 margin: 0px;
}

body img { border: 0px; }


/* メインブロック */
#main {
 width: 950px;
 padding: 0;
 margin: 0px auto 0px auto;
 background-color: #8fc31f;
 padding-left: 10px;
 padding-right: 10px;
 border-left: 1px white dashed;
 border-right: 1px white dashed;
}

.sideinfo {
 width: 80%;
 font-size: 93%;
 color: #003380;
 line-height: 150%;
 background-color: #efefef;
 border: 1px #262626 solid;
 padding: 10px;
 margin-top: 0px;
 margin-bottom: 20px;
}

.sideinfo a { color: #ff3399; text-decoration: none; }
.sideinfo a:hover { color:  #1ab3e6; text-decoration: none; }
.sideinfo a:active { color: #ffffff; text-decoration: none; }
.sideinfo a:visited { color: #ff3399; text-decoration: none; }

.sideinfo img {
 margin: 5px;
}


/* フッター */
#footer {
 width: 100%;
 clear: both;
 padding-top: 30px;
 text-align: center;
}

.footer01 {
 font-size: 93%;
}

.footer02 {
 font-size: 77%;
 color: white;
 letter-spacing: 0.1em;
 background-color: #262626;
 padding: 1px;
 width: 100%;
 height: 25px;
}


/* 罫線 */
hr {
 border-style:solid none none none;
 border-top-width:1px;
 border-top-color:#efefef;
 height:2px;
}


/* リンク */
a { color: #b3ff33; text-decoration: none; }
a:hover { color:  #1ab3e6; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #b3ff33; text-decoration: none; }

