﻿/* ヘッダーの装飾する */

#header{

     font:left;
     text-align:center;
     width: 840px;
     height: 102px;
     margin:0px;
     
     border-top: 2px solid #004CFF;
     border-bottom: 2px solid #004CFF;
}

/* ヘッダーの上部にある線の間隔の指定 */


#header_top{
     margin-bottom:0px;
}

/*-----------------------------------------------------------------------------*/