@charset "utf-8";

/**************************************************
全てのページに共通されているリンクのスタイルシート
**************************************************/

a {
color: #0c5f95;
}

a:hover{
text-decoration: none;
}


/*************************
 サイトマップ　プライバシー
*************************/
#menu_s {
margin-right: 98px;
}

#menu_s li, #menu li, #sidenavi li{
display:inline;
}

#menu_s li a {
height:20px;
display:block;
float:right;
}

#menu_s li.privacy a {
background:url(../img/menu_s.gif) no-repeat;
width:114px;
}
#menu_s li.sitemap a {
background:url(../img/menu_s.gif) no-repeat -114px 0px;
width:82px;
}

#menu_s li.privacy a:hover {
background-position: 0px -20px;
}
#menu_s li.sitemap a:hover {
background-position: -114px -20px;
}


/*************************
 上部のメインメニュー
*************************/
#menu {
clear: both;
float: right;
width: 688px;
}

#menu li a {
height:54px;
display:block;
float:left;
}

/*メインメニューのその他のリンクは各ページのスタイルシートに追加*/


#menu li.home a:hover {
background-position: 0px -54px;
}
#menu li.busi a:hover {
background-position: -98px -54px;
}
#menu li.prod a:hover {
background-position: -196px -54px;
}
#menu li.rec a:hover {
background-position: -294px -54px;
}
#menu li.corpo a:hover {
background-position: -392px -54px;
}
#menu li.contact a:hover {
background-position: -490px -54px;
}


#menu li.home a:active {
background-position: 0px -108px;
}
#menu li.busi a:active {
background-position: -98px -108px;
}
#menu li.prod a:active {
background-position: -196px -108px;
}
#menu li.rec a:active {
background-position: -294px -108px;
}
#menu li.corpo a:active {
background-position: -392px -108px;
}
#menu li.contact a:active {
background-position: -490px -108px;
}


/* フッター、製品情報ページのパンくずのリンク色 */
#fotter a, #navi li a{
color: #035688;
}
