﻿/* ------------------------------
レイアウト
------------------------------ */
#header {border-bottom:solid 2px #604E8F;margin-bottom:10px;width:900px;}

#l { float : left ; width : 180px ;margin-right:20px;margin-bottom:10px;}


#toppic{ 
float : left ;
width:680px;
border:3px #363636 solid; 
padding:2px;
}

#contents 
{
float :left;
width:690px;
}

#footer {
width :900px;
float:left;
margin-top:0;
background-color:#6B7667;
text-align:right;
color:#FFFFFF;
}





