@CHARSET "UTF-8";
/*aftermarket/common/reset.css*/
h1, h2, h3, h4, h5, h6 { 
    font-weight: normal;
    font-size: 100%;
}
img, iframe, fieldset { 
    border: none;
}

/**
 * clearfix
 * http://blog.d-spica.com/entry/070307clearfix.html
 */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*aftermarket/common/base.css*/
.rfloat { float: right; }
.lfloat { float: left; }

/*aftermarket/common/dropdown.css*/
ul.dropdown li {
    float: left;
}
ul.dropdown li a {
    display: block;
}
ul.dropdown li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #333333;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
ul.dropdown li ul li {
    clear: both;
    float: none;
    border-bottom: 1px solid #666666;
}
ul.dropdown li ul li.last {
    border: none;
}
ul.dropdown li ul li a {
    display: block;
    padding: 12px;
    color: #ffffff;
    background-color: #333333;
}
ul.dropdown li ul li a:hover {
    color: #333333;
    background-color: #ffffff;
}
* html #accordion,#map {
    position: relative;
    z-index: -1;
}

/*aftermarket/default/base.css*/
/*FKS)FUKUNO作成欄のafmk_footContainer,afmk_headContainerで代用*/
/*.container {*/
/*    margin: 0px auto;*/
/*    width: 930px;*/
/*}*/

.afmk_headContainer {
	margin: 0px auto;
	width: 930px;
}

.afmk_footContainer {
    margin: 0px auto;
    width: 930px;
}

#header_fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left:0px;
    z-index: 9999;
}

#footer_fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}
#header {
    height: 92px;
    background-image: url(/eedweb/img/aftermarket/default/bg_header.png);
    background-repeat: repeat-x;
}
h1 {
    margin-top: 34px;
    float: left;
    font-weight: bold;
}
#header_menu {
    float: right;
}
#header_link {
    padding-left: 413px;
    height: 16px;
    margin-top: 3px;
    font-size: 12px;
    text-align: right;
    color: #ffffff;
}
* html #header_link {
    padding-left: 0px;
    text-align: right;
}
#header_link a {
    color: #ffffff;
    text-decoration: underline;
}
#header_link a:hover {
    text-decoration: none;
}
#header_icon {
    margin-top: 7px;

}
* html #header_icon {
    margin-left: 17px;
}
#header_title {
    margin: 2px auto 0px auto;
    width: 918px;
    height: 143px;
    background-image: url(/eedweb/img/aftermarket/default/bn_index.png);
    background-repeat: no-repeat;
    z-index: -1;
}
* html #header_title {
    margin-top: 0px;
}

* html #contents {
    position: absolute;
    z-index: -1;
}

* html #afmk_contents_footer {
    margin-left: -6px;
}
#footer {
    /*margin-top: 5px;*/
    margin-top: 5px;
    margin-top: 10px\9;
    height: 35px;
    width: 100%;
    background-image: url(/eedweb/img/aftermarket/default/bg_footer.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#footer_menu {
    padding-top: 15px;
}
#footer_menu .rfloat {
    margin-top: -3px;
}
#footer_menu a {
    color: #ffffff;
    text-decoration: underline;
}
#footer_menu a:hover {
    text-decoration: none;
}


/*FKS)FUKUNO作成 */
.title {
	/*padding-top: 35px;*/
	text-align:left;
}
#header_fixed {
    background-color: #ffffff;
    font: 14px "ＭＳ Ｐゴシック", sans-serif;
}

.rfloat{
	font: 14px "ＭＳ Ｐゴシック", sans-serif;
}
#header_icon {
    font: 14px "ＭＳ Ｐゴシック", sans-serif;
	text-align:left;
}
