@charset "shift-jis";
/* CSS Document */
#wrapper{
 text-align : left ;
 width : 808px ; /*幅*/
  border-left : solid 1px #f3f3f3 ;
 border-right : solid 1px #f3f3f3 ;
 overflow : hidden ;
}
#header{
 height : 63px ; /*ヘッダの高さ*/
 width : 808px ; /*ヘッダの幅*/
 background-color : #693109 ; /*背景色*/
}
#ltheader{
 height : 48px ;
 width : 400 px ;
 float : left ;
 padding : 15px 0 0 15px ;
}
#rtheader{
 height : 27px ;
 width : 400 px ;
 text-align : right ;
 float : right ;
 padding : 36px 15px 0 0 ;
}
#ltheader h6{
 font-size : 30px ; 
 font-style : bold ; 
 font-family : Arial Black ; 
 color : #ffff00 ;
}
#rtheader h6{
 font-size : 22px ;
 font-style : italic ;
 color : #ffff00 ;
 margin-bottom : 5px ;
}
