﻿html {
    /* Test用 */
    background-color:gray;
}
body {

}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    background-color: white;
}

p{
    margin:0;
}

#logo {
    height:80px;
}
.button{

}

.menu_list {

    margin-left:30px;

}
.menu_list a {
    display: block;
}


#photo_space{
   /* height:128px;*/
}
.photo {
    height:100%;
    width:100%;
}
#main{
    height:600px;
    margin:0;
    padding:0;
    list-style:none;
    display:table;
}
#main li{
    display:table-cell;
}
#side_menu{
    width:240px;
}
#main_contents{
    width:784px;
}
.side_main{
    background-color:gray;
}
.side_sub{
    background-color:white;
}
.side_sub p{
    width:95px;
    display:inline-block;
}
#changelog{
    border-style:ridge;
    /* margin:20px; */
    height:150px;
}
#footer {
    width: 100%;
    height: 120px;
    text-align: center;
    border-top:double;
}
#f_text {
    display:inline-block;
}

#top_contents{
    list-style:none;
}
#top_contents li{
    margin:30px;
    display:inline-block;
}
.privacypol {
    font-size:12px;
}