@charset "utf-8";
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width:950px;
	height:42px;
	margin:10px auto;
	position:relative;
	text-align:right;
}

#header a img {
	margin-bottom:5px;
}

#header_logo {
	position:absolute;
	left:0;
	top:0;
}

#header_00th {/*00周年*/
	position:absolute;
	left:214px;
	top:0;
}

/*-----------------------------------------------
 __gmenu（グローバルメニュー）
-----------------------------------------------*/
#gmenu {
	width:970px;
	height:38px;
	margin:0px auto 5px auto;
	background:url(../images/bg_gnavi.jpg) no-repeat;
}

#gmenu li {
	float:left;
}

#gmenu li a {
	display:block;
	text-indent:-9999px;
}

#gmenu_home {
	width:69px;
	height:38px;
	background:url(../images/home_bt.jpg) no-repeat;
}

a#gmenu_home:hover,body#home a#gmenu_home {
	background:url(../images/home_bt_over.jpg) no-repeat;
}

#gmenu_solution {
	width:132px;
	height:38px;
	background:url(../images/bt_solution.jpg) no-repeat;
}

a#gmenu_solution:hover,body#solution a#gmenu_solution {
		background:url(../images/bt_solution_over.jpg) no-repeat;
}

#gmenu_safety {
	width:132px;
	height:38px;
	background:url(../images/bt_safety.jpg) no-repeat;
}

a#gmenu_safety:hover,body#safety a#gmenu_safety {
	background:url(../images/bt_safety_over.jpg) no-repeat;
}

#gmenu_maker {
	width:132px;
	height:38px;
	background:url(../images/bt_maker.jpg) no-repeat;
}

a#gmenu_maker:hover,body#maker a#gmenu_maker {
	background:url(../images/bt_maker_over.jpg) no-repeat;
}

#gmenu_technology {
	width:132px;
	height:38px;
	background:url(../images/bt_technology.jpg) no-repeat;
}

a#gmenu_technology:hover,body#technology a#gmenu_technology {
	background:url(../images/bt_technology_over.jpg) no-repeat;
}

#gmenu_oemodm {
	width:132px;
	height:38px;
	background:url(../images/bt_oemodm.jpg) no-repeat;
}

a#gmenu_oemodm:hover,body#oemodm a#gmenu_oemodm {
	background:url(../images/bt_oemodm_over.jpg) no-repeat;
}

#gmenu_hometown {
	width:132px;
	height:38px;
	background:url(../images/bt_hometown.jpg) no-repeat;
}

a#gmenu_hometown:hover,body#hometown a#gmenu_hometown {
	background:url(../images/bt_hometown_over.jpg) no-repeat;
}

#gmenu_products {
	width:132px;
	height:38px;
	background:url(../images/bt_products.jpg) no-repeat;
}

a#gmenu_products:hover,body#products a#gmenu_products {
		background:url(../images/bt_products_over.jpg) no-repeat;
}

#gmenu_products_en {
	width:200px;
	height:38px;
	background:url(../images/bt_products_en.jpg) no-repeat;
}

a#gmenu_products_en:hover,body#products a#gmenu_products_en {
		background:url(../images/bt_products_over_en.jpg) no-repeat;
}

#gmenu_company {
	width:132px;
	height:38px;
	background:url(../images/bt_company.jpg) no-repeat;
}

a#gmenu_company:hover,body#company a#gmenu_company {
	background:url(../images/bt_company_over.jpg) no-repeat;
}

#gmenu_info {
	width:132px;
	height:38px;
	background:url(../images/bt_info.jpg) no-repeat;
}

a#gmenu_info:hover,body#info a#gmenu_info {
	background:url(../images/bt_info_over.jpg) no-repeat;
}

#header_company1 {
    /*会社案内*/
    position: absolute;
    right: 483px;
    top: 20px;
    color: #ce0037;
    font-size: smaller;
}

#header_company2 {
    /*お問い合わせ*/
    position: absolute;
    right: 380px;
    top: 20px;
    color: #ce0037;
    font-size: smaller;
}

#header_company3 {
    /*製品保証について*/
    position: absolute;
    right: 253px;
    top: 20px;
    color: #ce0037;
    font-size: smaller;
}

#header_company4 {
    /*採用情報*/
    position: absolute;
    right: 180px;
    top: 20px;
    color: #ce0037;
    font-size: smaller;
}
/* __検索フォーム
------------------------------------------*/
/*
#gmenu_search {
	width:241px;
	text-align:right;
	background:url(../images/navi_bg.jpg) repeat-x;
}

#input_search {
	vertical-align:top;
	width:140px;
	margin:6px 10px 0px 10px;
	border:1px solid #ccc;
}
*/
