@charset "UTF-8";
/* CSS Document */

/* ヘッダー部全体構成 */
#hdr{
width:781px;
height:65px;
margin:0px;
display:block;
background-color:#ffffff;
}

.h_left{background-color:#ffffff; width:270px; height:65px; float:left;}
.h_right{background-color:#ffffff; width:498px; height:65px; float:right;}
.hdr_box{background-color:#ffffff; width:480px; height:51px; margin-top:10px;margin-right:18px;}

/* タイトルロゴ */
#hdr #titlelogo{
}
/* スポンサーテキスト */
#hdr #sponcer{
}
/* フォントサイズ大中小 */
#hdr #fontsize{
}
/* ユーザー登録 */
#hdr #register{
}
/* サブナビゲーション枠 */
#hdr #subnavigation{
}
/* サブナビゲーションListタグ */
#hdr #subnavigation ul{
}
#hdr #subnavigation li{
}
/* 検索項目 */
#hdr #search{
}
/* バナー部 */
#hdr #banner{
}
/* メインナビゲーション */
#hdr #mainnavi{
}
/* メインナビゲーションListタグ */
#hdr #mainnavi ul{
}
#hdr #mainnavi li{
}
/* トップ最上部 */
#hdr #topline{
}
