@charset "utf-8";

/*
**  Active Link Co.
**
**  COMMON.CSS
**
*/

/*
**  FONT SIZE CHEAT
**
**  16px : 133.4%
**  15px : 125%
**  14px : 116.7%
**  13px : 108.4%
**  12px : 100%
**  11px : 91.7%
**  10px : 83.4%
**
*/

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@ INIT */                                                   /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

html {
	height:100%;
	margin-bottom:1px;
  font-size:75%;
  overflow-y:scroll;
}
body {
  line-height:1;
  color:#434343;
  background:url(../images/header_bg_shadow.png) repeat-x 0 1px;
}
.mac body {
  font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}
.win body {
  font-family:"ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}
* html body {
  line-height:1.1;
}

/* Link Color
------------------------------------- */
a {
  color:#515390;
  text-decoration:underline;
}
a:hover {
  color:#666;
  text-decoration:none;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@_STRUCTURE */                                              /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ------------------------------------------------------------ */
/* !@_Clearfix */
/* ------------------------------------------------------------ */

#header:after,
#footer:after,
#footer-info:after,
#footer-nav:after,
#pagebody:after,
.group:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

* html #header,
* html #footer,
* html #footer-info,
* html #footer-nav,
* html #pagebody,
* html .group
{ zoom:1; } /* Hack for ie6 */

*:first-child+html #header,
*:first-child+html #footer,
*:first-child+html #footer-info,
*:first-child+html #footer-nav,
*:first-child+html #pagebody,
*:first-child+html .group
{ zoom:1; } /* Hack for ie7 */


/* ------------------------------------------------------------ */
/* !@_Layout */
/* ------------------------------------------------------------ */

#header {
  width:100%;
  background:url(../images/header_bg_gnav.png) repeat-x 0 46px;
}
    #header-inner {
      position:relative;
      width:951px;
      height:120px;
      margin:0 auto;
    }

#pagebody {
  width:951px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:36px;
}
    #main {
      float:left;
      width:705px;
    }
        #contents {
          float:right;
          width:460px;
          line-height:2;
        }
        #sidebar {
          float:left;
          width:215px;
        }

    #aside {
      float:right;
      width:216px;
    }

#footer {
  width:951px;
  margin:0 auto;
  padding-bottom:36px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@_HEADER */                                                  /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#header-inner p.logo {
  position:absolute;
  top:37px;
}
#header-inner p.tel {
  position:absolute;
  top:15px;
  right:0;
}

/* ------------------------------------------------------------ */
/* ![header] -----  Global Navigation */
/* ------------------------------------------------------------ */

#gnav {
  position:absolute;
  top:46px;
  right:0;
  height:44px;
}
#gnav li {
  float:left;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@_FOOTER */                                                  /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ------------------------------------------------------------ */
/* ![footer] -----  Pagetop Anchor */
/* ------------------------------------------------------------ */

#pagetop {
  text-align:right;
}
#pagetop a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* ![footer] -----  Footer Info */
/* ------------------------------------------------------------ */

#footer-info {
  margin-bottom:13px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
#footer-info p.logo {
  float:left;
  width:120px;
}
#footer-info p.address {
  float:left;
  width:681px;
  padding:0 11px;
  font-size:83.4%;
  line-height:28px;
}
#footer-info p.contact {
  float:left;
  width:128px;
}
#footer-info p.contact a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* ![footer] -----  Footer Navigation */
/* ------------------------------------------------------------ */

#footer-nav ul {
  float:left;
  border-left:1px solid #e5e5e5;
}
#footer-nav ul li {
  float:left;
  border-right:1px solid #e5e5e5;
}
#footer-nav ul li a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
#footer-nav #copyright {
  float:right;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@_Sidebar */                                                /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ------------------------------------------------------------ */
/* ![sidebar] -----  Local Navigation */
/* ------------------------------------------------------------ */

#lnav {
  width:215px;
  padding-bottom:3px;
  background:#fff url(../images/snav_shadow_foot.gif) no-repeat 0 bottom;
}
#lnav ul {
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
}
#lnav ul li {
  padding:0 14px;
  line-height:1.5;
  background:#fff url(../images/snav_separater.gif) no-repeat 0 top;
}
.mac #lnav ul li span.ls {
  letter-spacing:-1px;
}

/* shadow */
#lnav ul li.first {
  background:url(../images/snav_shadow_head01.png) no-repeat 0 0;
}

/* current */
#lnav ul li.current,
#lnav ol li.current {
  background-color:#ededf3;
}
#lnav ul li.first-current {
  background:url(../images/snav_shadow_head02.png) no-repeat 0 0;
}

/* parent */
#lnav ul li div {
  padding:10px 0 8px 18px;
  background:url(../images/bullet_arrow_middle.gif) no-repeat left 1em;
}

/* child */
#lnav ol {
  margin:0 -14px;
  padding-bottom:8px;
  background-color:#fff;
}
#lnav ol li {
  padding:3px 14px;
  background-image:none;
}
#lnav ol li span {
  padding-left:18px;
  background:url(../images/bullet_dash.gif) no-repeat left 0.1em;
}


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++                                                              */
/* !@_ASIDE */                                                  /*
++                                                              ++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ------------------------------------------------------------ */
/* ![aside] -----  Banners */
/* ------------------------------------------------------------ */

#aside-banner {
  margin-bottom:23px;
}
#aside-banner ul li {
  margin-bottom:10px;
}
#aside-banner ul li a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* ![aside] -----  Group Company Links */
/* ------------------------------------------------------------ */

#aside-grouplink ul {
  margin-top:-0.3em;
  line-height:1.5;
}
#aside-grouplink ul li {
  padding:0.6em 0;
  background:url(../images/line_brokenline.gif) repeat-x 0 bottom;
}
#aside-grouplink ul li span {
  display:block;
  padding-left:18px;
  background:url(../images/bullet_arrow_middle.gif) no-repeat left 0.2em;
}
#aside-grouplink ul li a {
  padding-right:18px;
  background:url(../images/bullet_external.gif) no-repeat right 0.2em;
}


