* {
 font-size: 100%;
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

body {
 font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 75%;
 color: #242424;  /*文字色*/
 line-height: 1.5;
 text-align: center;
 padding-bottom: 20px;
}

#header {
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 margin-top: 20px;
 margin-bottom: 10px;
}

h1 {
 font-size: 100%;
 font-weight: normal;
 padding-left: 10px;
}

#noscript {
 font-size: 120%;
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 padding-top: 100px;
}

#main {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 text-align: center;
}

#flashmov {
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 height: 500px;
}

#footer {
 text-align: center;
 margin-top: 30px;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
}

#address {
 margin-top: 10px;
}

#address a {
 color: #999999;
 text-decoration: none;
}

#address a:hover {
 color: black;
}

inserted by FC2 system