﻿
/********************************************
             水平メニュー
*********************************************/

ul#menu
{
	border-top: 2px solid #DD0000;
}


ul#menu li a:hover
{
	
}

/*検索ボックスの背景*/
#searchBoxTd
{
	
	
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
}

/**********************************************
     ヘッダーの背景
***********************************************/

#headerTable
{
    background-image: url(images/headerBg.jpg);
	height:85px;
	
}

h4
{
    font-size:1.1em;
    font-weight:normal;
}
