/*ヘッダーの指定*----------------------------------------------------------------------------------*/
#hearder{
width:875px;
position:relative;
}

/*ヘッダー全体のサイズ*/
#headerbg{
width:875px;

background-image:url(../img/headerbg.gif);
height:73px;
}
/*スタイルシートで設定しているメインメニューです。*/

#menu{
	position:absolute;
	width:628px;
	left: 130px;
	top: 50px;
	height: 12px;
	visibility: visible;
}

#menu div{
float:left;
margin-left:11px;
text-decoration:none;
line-height:0;
text-indent:-9999px;
}
#menu div{
background-repeat:no-repeat;
}

/*TOPページ*/
#menu .menu01{
width:69px;
height:12px;
display:inline;
margin-left:35px;
}
#menu .menu01 a{
background-image:url(../img/mainmenu_03.gif);
background-position:0 0;
display:block;
height:11px;
width:69px;
}
#menu .menu01 a:hover{
background-image:url(../img/mainmenu_over_03.gif);
}
/*会社概要*/
#menu .menu02{
width:50px;
height:12px;
display:inline;
margin-left:35px;
}
#menu .menu02 a{
background-image:url(../img/mainmenu_05.gif);
display:block;
width:50px;
height:12px;
}
#menu .menu02 a:hover{
background-image:url(../img/mainmenu_over_05.gif);
}

/*商品一覧*/
#menu .menu03{
width:51px;
display:inline;
margin-left:35px;
}
#menu .menu03 a{
background-image:url(../img/mainmenu_07.gif);
display:block;
width:51px;
height:12px;
}
#menu .menu03 a:hover{
background-image:url(../img/mainmenu_over_07.gif);
height:12px;
}
/*販売サービス網*/
#menu .menu04{
width:102px;
display:inline;
margin-left:35px;
}
#menu .menu04 a{
background-image:url(../img/mainmenu_09.gif);
display:block;
width:102px;
height:12px;
}
#menu .menu04 a:hover{
background-image:url(../img/mainmenu_over_09.gif);
}
/*お問い合わせ*/
#menu .menu05{
width:76px;
display:inline;
margin-left:35px;
}
#menu .menu05 a{
background-image:url(../img/mainmenu_11.gif);
display:block;
width:76px;
height:12px;
}
#menu .menu05 a:hover{
background-image:url(../img/mainmenu_over_11.gif);
}
/*採用情報*/
#menu .menu06{
width:51px;
display:inline;
margin-left:35px;
}
#menu .menu06 a{
background-image:url(../img/mainmenu_13.gif);
display:block;
width:51px;
height:12px;
}
#menu .menu06 a:hover{
background-image:url(../img/mainmenu_over_13.gif);
}

/*余白*/
#headermenu .space{
padding-left:11px;
}
/*プルダウン・言語選択*/
.language{
	color:#FFFFFF;
	background-color:#666666;
	width: 94px;
	position:absolute;
	left: 767px;
	top: 45px;
	visibility: visible;
}


/*テキストリンクメニュー-------------------------------------------------------*/

#textlink{
width:875px;
padding:4px 0 5px 0;
background-color:#C82129;
}
#textlink p{
float:left;
display:inline;
margin-left:21px;
}

#textlink a{
color:#FFFFFF;
font-size:12px;

}
.clearall{clear:both;}

/*マウスオーバーナビゲーション*/

#navi01 {
	Z-INDEX: 1;
	LEFT: 15px;
	POSITION: absolute;
	TOP: 120px;
	height:122px;
	width: 161px;
	visibility: hidden;
}
#navi02 {
	Z-INDEX: 2;
	LEFT: 191px;
	POSITION: absolute;
	TOP: 120px;
	height:122px;
	width: 161px;
	visibility: hidden;
}

#navi03 {
	Z-INDEX: 3;
	TOP: 120px;
	LEFT: 366px;
	WIDTH: 161px;
	POSITION: absolute;
	HEIGHT:125px;
	visibility: hidden;
}
#navi04 {
	Z-INDEX: 4;
	LEFT: 540px;
	WIDTH: 161px;
	POSITION: absolute;
	TOP: 120px;
	HEIGHT:120px;
	visibility: hidden;
}
#navi05 {
	Z-INDEX: 5;
	LEFT: 715px;
	WIDTH: 161px;
	POSITION: absolute;
	TOP: 120px;
	HEIGHT: 110px;
	visibility: hidden;
}

/*プルダウン元ボタンの枠の指定*/
#pulldown{
height:25px;
width:876px;
}
#pulldown div{
float:left;
width:175px;
height:25px;

}

