@charset 'EUC-JP';
@import './top_new_style.css';
@import './clearfix.css';
/*------------------------------------
  /service/
  
  Coder: macky
  Date : 2007/12/05
  Msg  : 全体の基礎部分の構成が書いてあります。
------------------------------------*/
body{
  text-align:center;
  font-size:14px;
  color:#2d2d2d;
}
* html{
  filter: expression(document.execCommand('BackgroundImageCache', false, true));
}
#vs_wrapper{
  width:100%;
}

#vs_header {
  position:relative;
  height:192px;
  background:#c7e6ff url('/service/common/images/bg_header.gif') repeat-x top left;
  text-align:left;
}

  #vs_header #vsOtherService ,
  #vs_header #vsPRlink {
    width:100%;
    font-size:11px;
    text-align:center;
  }
  #vs_header #vsOtherService {
    height:2.5em;
    line-height:2.5em;
    background:#fff url('/service/common/images/bg_otherservice.gif') repeat-x bottom left;
  }
    #vs_header #vsOtherService a {
      color:#3479be;
    }
    #vs_header #vsOtherService span{
      padding:0 0.2em;
      color:#ccc;
    }
  #vs_header .fLeft{
    float:left;
    width:502px;
  }
  #vs_header .fRight{
    float:right;
    position:relative;
    width:498px;
  }
  #vs_wrapper #vs_header h1{
    font-size:11px;
    color:#8ca2b2;
    margin-top:-1px;
  }
  #vs_header h2#vsLogo a{
    display:block;
    width: 182px;
    height: 54px;
    margin-top:-3px;
    z-index:999;
    background:url('/service/common/images/vs_logo.png') no-repeat top left;
    text-indent:-9999pt;
    overflow:hidden;
  }
  #vs_header h2#vsLogo img{ display:none;}
  #vsNavigation {
    clear:both;
  }
  #usersAction {
    float:right;
    width:498px;
  }
    #usersAction li{
      float:left;
      height:30px;
      }
    #usersAction li#vs_loginArea{}
    #vs_userid{
      position:absolute;
      top:30px;
      right:5px;
      display:block;
      text-align:right;
      font-size:12px;
    }
    #vs_userid b{
      padding:0 5px;
    }
    #vs_vpass dt{
      display:none;
    }
/*
  #mainCategory{
    position:absolute;
    top:91px;
    left:5px;
  }
  #mainCategory ul li{
    float:left;
    width: 38px;
    height: 20px;
    background:#aaa;
  }
  #mainCategory ul li a{
    display:block;
    padding-top:2px;
    color:#fff;
    text-decoration:none;
  }

    #mainCategory li.thisWin,
    #mainCategory li.thisMac,
    #mainCategory li.thisOther{
      display:block ;
      text-align:center;
      font-size:12px;
      border:1px solid #fff;
      border-right:none;
    }
    #mainCategory li.thisWin{ background:#397cbd url('/service/common/images/tab_win.jpg') repeat-x bottom left;}
    #mainCategory li.thisMac{ background:#57923a url('/service/common/images/tab_mac.jpg') repeat-x bottom left;}
    #mainCategory li.thisOther{
      width:98px;
      line-height:1.5 ;
      font-size:11px;
       background:#928d3a url('/service/common/images/tab_other.jpg') repeat-x bottom left;
    }
    #mainCategory li.thisWin a:hover{ background:#397cbd;}
    #mainCategory li.thisMac a:hover{ background:#57923a;}
    #mainCategory li.thisOther a:hover{background:#928d3a;}
*/
  .subCategory{
    position:absolute;
    top:113px;
    left:0px;
    width:100%;
    min-width:1000px;
    height:30px;
  }
    .subCategory dt,
    .subCategory dd,
    .subCategory ul li{
      float:left;
    }
    .subCategory a{
      color:#fff !important;
    }
    .subCategory dt a{
      display:block;
      padding:8px 20px 0px;
      font-size:11px;
    }
      .subCategory ul li{
        padding-top:1px;
      }
      .subCategory ul li a{
        float:left;
        display:block;
        height:28px;
      }
      .subCategory ul li a:hover{
        background:#0297ff;
      }
      .subCategory ul li a span{
        display:block;
        padding:5px 4px 0px;
        font-size:13px;
      }
  #vsPRlink{
    position:absolute;
    bottom:3px;
    left:0px;
  }
  #vsPRlink p{
    margin:0 auto;
    min-width:1000px;
  }
  #vs_searchform{
    width:100%;
    position:absolute;
    top:145px;
    left:0;
    text-align:center;
  }
    #vs_searchform p{
      min-width:1000px;
    }
    #vs_searchform #query{
      width:250px;
      height:20px;
      font-size:12px;
      color:#ccc;
      text-indent:3px;
      line-height:1.8;
    }
    #vs_searchform #vs_search{
      width:50px;
      height:20px;
      line-height:1.1;
      margin-top:2px;
      vertical-align:top;
    }

#vs_footer {
  clear:both;
  width:100%;
  padding-top:9px;
  background:url('/service/common/images/bg_header.gif') repeat-x 0 -105px;
}
  #vs_footer #vs_footer_middle {
    width: 550px;
    margin:0 auto;
  }
  #vs_footer #vs_footer_middle a{
    display:block;
    float:left;
    width: auto;
    height:28px;
    line-height:28px;
    text-align:center;
    padding:0 10px;
    color:#fff;
    font-size:12px;
  }
  #vs_footer #vs_footer_middle a:hover{
    background:#0297ff;
  }
  #vs_footer p{
    clear:both;
    padding:10px 0 0 0;
    font-size:12px;
  }
/*------------------------------------
min,maxWidth
------------------------------------*/
* html .width1000px,
* html #vs_main ,
* html .subCategory,
* html #vs_searchform p,
* html #vsPRlink p {
  width:expression(
    (document.documentElement.clientWidth < 1002)? "1000px" :
       "auto"
  );
}
.width1000px,
#vs_main ,
.subCategory,
#vs_searchform p,
#vsPRlink p {
  min-width:1000px;
}
/*------------------------------------
pngFix
------------------------------------*/
* html #vs_header h2#vsLogo a,
* html .vsSoftList .nextSoft,
* html .vsSoftList .prevSoft{
   behavior: expression(IEPNGFIX.fix(this));
}
/*------------------------------------
------------------------------------*/
.thisNone{
  display:none;
}
.c18{
  display:none;
}

/* directory */
dl#vs_directory {
	width:99%;
	min-width:996px;
  _width:expression(
    (document.documentElement.clientWidth < 998)? "996px" :
       "auto"
  );
	margin:0;
	padding:5px 3px 4px;
	border-bottom:1px dashed #ddd;}
	dl#vs_directory dt {
		display:none;}
		dl#vs_directory dd{
		  font-size:11px;
		  text-align:left;
			text-decoration:none;
		}
hr.clear10px{
  clear:both;
  width:100%;
  height:10px;
  visibility:hidden;
}
