﻿/* ------------------------------
indexレイアウト
------------------------------ */
#header { width :900px; border-bottom:solid 3px #6B7667; padding:1px;margin-bottom:2px;}
#l
 {
 float : left ; width :180px ;
 margin-top: 10px;
 margin-bottom:10px;
 }

#toppic
{
float:left;
width: 690px;
margin-bottom:10px;
 margin-left:10px;
margin-top:10px;
}

#r 
{
float :left;
width:240px;
margin-left:10px;
}


#c 
{float :left;
 width:450px;
 margin-left:10px;
}

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

ul
{list-style : none ;
margin-left:3px;
} 





