body {
margin: 0px;
padding: 0px;
color: #5a5a5a;
font-family: メイリオ,helvetica, sans-serif;
font-size: 13px;
background-color: #ffffff;
}
.menu {
width: 100%;
height: 90px;
position: fixed;
z-index: 99999;
background-image: url("images/1_1.gif");
background-repeat: repeat-x;
}
#menu_container {
width: 960px;
margin-right: auto;
margin-left: auto;
}
#menu_container #logo {
width: 250px;
height: 65px;
margin-top: 10px;
margin-left: 0px;
float: left;
background-image: url("images/rogo.png");
}
#menu_container #navi {
width: 700px;
height: 80px;
margin-top: 10px;
margin-left: 10px;
float: left;
}
.cover {
width: auto;
height: 120px;
padding-top: 80px;
background-color: #000000;
clear:both;
}
#cover_container {
width: 100%;
height: 130px;
margin-right: auto;
margin-left: auto;
clear:both;
background-color: #000000;
}
#cover_container #history {
top: 19px;
width: 900px;
height: 100px;
margin-right: auto;
margin-left: auto;
position: relative;
clear:both;
}
#cover_container #history #diary {
width: 200px;
height: 100px;
float: left;
background-image: url("images/diary.png");
clear:both;
}
#cover_container #history #photostudio {
width: 200px;
height: 100px;
margin-left: 20px;
float: left;
background-image: url("images/photostudio.png");
}
#cover_container #history #offphotostudio {
width: 200px;
height: 100px;
margin-left: 20px;
float: left;
background-image: url("images/offstage.png");
}
#cover_container #history #animation {
width: 200px;
height: 100px;
margin-left: 20px;
float: left; background-image: url("images/animation.png");
}
.content {
width: 960px;
margin-top:0;
margin-right: auto;
margin-left: auto;
background-color:#f5f5f5;
}
.content #footer {
width: 960px;
text-align: center;
padding-top: 100px;
clear: both;
margin-right: auto;
margin-left: auto;
}