@charset "UTF-8";

/****************************************************************

HeaderNavigation

*****************************************************************/

#hnavi{
width:760px;
height:29px;
margin:0;
position:relative;
}


#hnavi ul{
top:0px;
left:0px;
position:absolute;
}


#hnavi ul li{
height:29px;
float:left;
list-style:none;
}

#top_msg{
display:block;
width:127px;
height:30px;
background-image:url(../img/menu/topmsg.gif);
}
#company{
display:block;
width:127px;
height:30px;
background-image:url(../img/menu/co_info.gif);
}
#prodact{
display:block;
width:127px;
height:30px;
background-image:url(../img/menu/products.gif);
}
#ask_m{
display:block;
width:126px;
height:30px;
background-image:url(../img/menu/ask.gif);
}
#recruit{
display:block;
width:127px;
height:30px;
background-image: url(../img/menu/recruit.gif);
}
#home{
display:block;
width:126px;
height:30px;
background-image:url(../img/menu/home.gif);
}
#hnavi ul li a:hover{
	background-position:0 -30px;
}

.d_non{
display:none;
}


/****************************************************************

leftContentsMenu

*****************************************************************/

#left_menu{
width:225px;
float:left;
margin-top:10px;
margin-bottom:20px;
position:relative;
}

#left_menu{
width:225px;
margin-top:5px;
}

#left_menu ul{
width:225px;
font-size:1em;
}


#left_menu ul li a{
width:200px;
padding:6px 0 5px 40px;
background:url(../img/leftmenu1bg.jpg) left center no-repeat;
text-decoration:none;
color:#666;
display:block;
font-weight:bold;
}

#left_menu ul li a:hover{
width:200px;
padding:6px 0 5px 40px;
background:url(../img/leftmenu1bg_o2.gif) left center no-repeat;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}

/* 追加　*/
#left_menu ul .n1 a{
width:200px;
padding:6px 0 5px 53px;
background:url(../img/leftmenubg_n1.gif) left center no-repeat;
text-decoration:none;
color:#666;
/*display:block;*/
font-weight:bold;
}

#left_menu ul .n1 a:hover{
width:200px;
padding:6px 0 5px 53px;
background:url(../img/leftmenubg_o_n1_2.gif) left center no-repeat;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}

/****************************************************************

サイドバー用　追加　2009.07.08

*****************************************************************/
#leftcont .inquiry_bt{
	margin: 20px 30px 0 20px;
}
/* 2009.07.31
問い合わせボタンを一番上に出す場合 */
#leftcont .inquiry_bt.first {
	margin-top: 0px;
	margin-bottom: 10px;
}

#leftcont .forlife_bt{
	margin: 20px 30px 0 20px;
}


