@charset "shift_jis";

/* 全体 */
#header                {width:100%; height:70px; min-width:950px; text-align:center; margin:0; padding:0;}
#header img            {margin:0; padding:0;}

/* ヘッダー部分 */
#header-box            {width:950px; margin:0 auto; padding:0; overflow:hidden;}
#header-box:after      {height:1px; content:""; display:block; clear:both; overflow:hidden;}
* html header-box      {height:1em; overflow:visible;}

/* ロゴ */
#header #header-box h1 {width:195px; height:70px; margin:0; padding:0 10px 0 0; float:left;}

/* メニュー部分 */
#header #header-box #header-navi {width:745px; height:70px; margin:0; padding:0; float:left; overflow:hidden;}
#header-navi:after {height:1px; content:""; display:block; clear:both; overflow:hidden;}
* html header-navi {height:1em; overflow:visible;}

/* サブメニュー部分 */
#sub-menu        {width:745px; height:33px; margin:0; padding:0; overflow:hidden;}
#sub-menu:after  {height:1px; content:""; display:block; clear:both; overflow:hidden;}
* html sub-menu  {height:1em; overflow:visible;}

/* サブメニュー画像 */
#sub-menu ul     {margin:0; padding:0; float:right;}
#sub-menu ul li  {list-style:none; vertical-align:bottom; margin:0; padding:0; float:left;}
.sub-menu01      {padding:10px 15px 0 10px;}
.sub-menu02      {padding:10px 25px 0 0;}
.sub-menu03, 
.sub-menu04,
.sub-menu05,
.sub-menu06      {padding:10px 15px 0 0;}
.sub-menu07      {padding:10px 20px 0 0;}

/* 検索 */
.search-box form               {height:20px; margin:7px 0 0 0; padding:0; float:left;}
.search-box form input.keyword {width:110px; height:16px; border:1px solid #cccccc; vertical-align:top; margin:1px 5px 0 0; padding:0;}
.search-box form input.btn     {width:55px; height:20px; background-image:url(../images/header-black/btn_search.gif); margin:0; padding:0;}

/* メインメニュー部分 */
#main-menu       {width:745px; height:33px; margin:0; padding:0; overflow:hidden;}
#main-menu:after {height:1px; content:""; display:block; clear:both; overflow:hidden;}
* html main-menu {height:1em; overflow:visible;}
#main-menu ul li {list-style:none; float:left; margin:0; padding:0;}
			
/* 背景色 */
.bk-black {background:#000000;}
.bk-white {background:#ffffff;}
.bk-red   {background:#ffc3c3;}
.bk-blue  {background:#bff2ff;}
.bk-green {background:#8ce6b4;}

