@charset "UTF-8";
/*global_navigation*/
#toc_container{
width: 340px;
height: 25px;
float: right;
margin: 25px 0px 0px 0px;
font-size: 80%;
}
#toc_container ul,#toc_container li{
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#root_toc li, #root_toc li a {
width: 160px;
height: 25px;
}
#root_toc li {
width: 160px;
height: 25px;
float:left;
}
#root_toc li.plist ul{
display:none;
position:absolute;
}
#root_toc li.plist:hover  > a{
background-color:#f60;
}
#root_toc li.plist:hover ul {
display: block;
}
#root_toc li.plist li {
float:none;
display:list-item;
}
#root_toc li a{
display: block;
text-indent: 0.3em;
line-height: 1.8em;
color: #a58b69;
background-color: #fcfcfc;
text-decoration: none;
text-align: center;
}
/*list_menuに画像適用*/
#root_toc li a.navi_01 {
text-indent: -9999px;
background: url("../images/navigation_01_off.gif") no-repeat;
}
#root_toc li a.navi_02 {
text-indent: -9999px;
background: url("../images/navigation_02_off.gif") no-repeat;
margin-left: 20px;
}
#root_toc li a:hover {
color: #ffffff;
background-color: #a58b69;
}

/*footer_navigation*/
#footer_navi {
width: 340px;
height: 25px;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}
#footer_navi li {
list-style: none;
float: left;
margin-top: 0;
margin-right: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
text-indent: -9999px;
}
#footer_navi li a {
height: 25px;
display: block;
position: relative;
text-decoration: none;
margin: 0px 0px 0px 0px;
z-index: 100;
}
#footer_navi li.fnavi_01 a {
width: 100px;
background: url("../images/gaiyou_btn.gif") no-repeat;
}
#footer_navi li.fnavi_01 a:hover {
width: 100px;
background: url("../images/gaiyou_btn_on.gif") no-repeat;
}
#footer_navi li.fnavi_02 a {
width: 75px;
background: url("../images/qa_btn.gif") no-repeat;
}
#footer_navi li.fnavi_02 a:hover {
width: 75px;
background: url("../images/qa_btn_on.gif") no-repeat;
}
#footer_navi li.fnavi_03 a {
width: 135px;
background: url("../images/contact_btn.gif") no-repeat;
}
#footer_navi li.fnavi_03 a:hover {
width: 135px;
background: url("../images/contact_btn_on.gif") no-repeat;
}
