@charset "utf-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
body {
margin: 0;
font-size: 1.2em;
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", sans-serif;  
}
#main {
margin: 0 auto;
line-height: 2em;
width: 1000px;
background-image:url(top-image.jpg);
background-position: top;
background-repeat: no-repeat;
}
#content {
margin: 0 20px 30px;
padding: 200px 0 0 0;
}  
h1 {
font-size: 1.6em;
margin-bottom: 30px;
}
ul {
margin-bottom: 20px;
}
li {
list-style: none;
}
#name {
text-align: right;
margin-top: 20px;
}
#menu {
text-align: center;
margin-top: 30px;
}
@media screen and (max-width: 999px) {
#main {
margin: 0 auto;
line-height: 2em;
width: auto;
background-image:url(top-image.jpg);
background-position: top;
background-repeat: no-repeat;
}
}
