@charset "utf-8";
/* CSS Document */



#wrap{
width:700px;
height:auto;
margin:20px auto;
padding:0px;
}

#header{
width:700px;
height:80px;
margin:0px;
padding:0px;
border-style:solid none solid none;
border-width:1px;
border-color:#000000;
}

#logo{
width:120px;
height:45px;
margin:30px 0px 0px 0px;
float:left;
}

#url{
width:108px;
height:7px;
margin:65px 0px 0px 0px;
float:right;
}

#contents{
width:700px;
height:700px;
border-style:dotted none dotted none;
border-width:1px;
border-color:#000000;
margin:40px 0px;
padding:30px 0px;
}


.colors{
width:100px;
height:100px;
display:block;
float:left;
margin:0px;
padding:0px;
}

.colors_img{
margin:25px;
cursor:pointer;
}

#footer{
width:700px;
height:30px;
border-style:solid none none none;
border-width:1px;
border-color:#000000;
text-align:right;
font-size:8pt;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-style:italic;
margin:0px 0px 0px 0px;
padding:20px 0px 0px 0px;
}