body{
background-image: url("./img/topback.png");
background-repeat: repeat;
}

/*-----------------------------
#### page
------------------------------*/

#page {
width: 100%;
height: auto !important;
height: 100%;
}
.area {
width: 900px;
}


/*-----------------------------
#### icon
-----------------------------*/

ul.icon {
display:table;
list-style:none;
width: 650px;
margin-left:250px;
margin-top:300px;
}

ul.iconl li {
display:table-row;
height: 200px;
float: center;
}


ul.button {
display:table-row;
list-style:none;
width: 900px;
margin-left:0px;
padding-left:0px;
}

ul.button li {
height: 100px;
float: left;
}














