@charset "utf-8";

/* Header */
#Header
{
height: 106px;
margin: 0;
background: #FFF;
background-image: none;
overflow: hidden;
border-bottom: 1px solid #CCC;
vertical-align: top;
}

#Header a:hover
{
color: #0088BB;
text-decoration: none;
opacity:.80; /* Standard: FF gt 1.5, Opera, Safari */
filter:alpha(opacity=80); /* IE lt 8 */
-ms-filter:"alpha(opacity=80)"; /* IE 8 */
-khtml-opacity:.80; /* Safari 1.x */
-moz-opacity:.80; /* FF lt 1.5, Netscape */
}

#HeaderInner
{
width: 960px;
}

#HeaderInner ul
{
float: right;
margin-top: 23px;
}

#HeaderInner ul li
{
float: left;
margin-left: 10px;
list-style: none;
}



/* gNavi */
#main_vis #gNavi
{
width: 100%;
height: 43px;
padding: 0;
border-bottom: 1px solid #CCC;
font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 14px;
line-height: 1.5;
text-align: left;
color: #000;
}

#main_vis #gNavi ul
{
width: 958px;
margin: 0 auto;
overflow: hidden;
border-left: 1px solid #CCC;
}

#main_vis #gNavi li
{
float: left;
font-size: 13px;
line-height: 43px;
letter-spacing: -0.1em;
font-weight: bold;
margin: 0;
padding: 0 18px;
border-right: 1px solid #CCC;
}

#main_vis #gNavi li a
{
width: auto;
height: 43px;
color: #626262;
display: block;
background: none;
text-decoration: none;
}

#main_vis #gNavi li a:hover
{
width: auto;
height: 43px;
color: #626262;
display: block;
background: none;
text-decoration: underline;
}

#faq{
padding: 0 14px;
}

/* Contents */
#ContentBg
{
background: none;
}