@charset "utf-8";/*使用する文字コード*/




/* メインメニュー */

UL#mainMenu {
	clear: both;
	position: relative;
	width: 839px;
	margin:0 0 3px 0;
	padding: 0;
	background-color: #fff;
}
UL#mainMenu,
UL#mainMenu LI,
UL#mainMenu LI A {
	height:45px;/* 高さはUL,LI,Aそれぞれに設定 */
}
UL#mainMenu LI {
	position: absolute;/* liを横に並べるために、絶対的に位置を設定できるように設定 */
	top: 0;/* liを横に並べるため、全ての高さを揃える */
	list-style-type: none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
	font-size: 0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
}
UL#mainMenu A {
	overflow: hidden;
	display: block;
	text-indent: -999em;/* 文字を表示エリア外に移動 */
	text-decoration: none;/* firefoxでは下線がされてしまう問題を修正 */
	background-position: center;
	width: 160px;/* ボタンの幅のデフォルト値 */
}

/* 背景画像読込 */


UL#mainMenu LI#mainMenu1 {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_01.gif");
	width: 167px;/* ボタンの幅 */
	left: 0px;/*ボタンの位置を指定*/
}
UL#mainMenu LI#mainMenu1 A {
	width: 167px;/* ボタンの幅 */
}
UL#mainMenu LI#mainMenu1 A:hover {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_over_01.gif");
}


UL#mainMenu LI#mainMenu2 {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_04.gif");
	width: 168px;/* ボタンの幅 */
	left: 167px;/*ボタンの位置を指定*/
}
UL#mainMenu LI#mainMenu2 A {
	width: 168px;/* ボタンの幅 */
}
UL#mainMenu LI#mainMenu2 A:hover {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_over_04.gif");
}


UL#mainMenu LI#mainMenu3 {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_03.gif");
	width: 168px;/* ボタンの幅 */
	left: 335px;/*ボタンの位置を指定*/
}
UL#mainMenu LI#mainMenu3 A {
	width: 168px;/* ボタンの幅 */
}
UL#mainMenu LI#mainMenu3 A:hover {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_over_03.gif");
}


UL#mainMenu LI#mainMenu4 {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_02.gif");
	width: 168px;/* ボタンの幅 */
	left: 503px;/*ボタンの位置を指定*/
}
UL#mainMenu LI#mainMenu4 A {
	width: 168px;/* ボタンの幅 */
}
UL#mainMenu LI#mainMenu4 A:hover {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_over_02.gif");
}


UL#mainMenu LI#mainMenu5 {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_05.gif");
	width: 168px;/* ボタンの幅 */
	left: 671px;/*ボタンの位置を指定*/
}
UL#mainMenu LI#mainMenu5 A {
	width: 168px;/* ボタンの幅 */
}
UL#mainMenu LI#mainMenu5 A:hover {
	background-image: url("http://www.wrb.co.jp/cmn/images/main_menu/img_upload/menu_over_05.gif");
}

