@charset "utf-8";
/**
 * 初期化
 */
*{
  margin:0;
  padding:0;
  zoom:1;
}
ul,ol{list-style-type:none;}
a{
  color:#0066cc;
  text-decoration:none;
}
a:hover{
  color:#3493e3;
  text-decoration:underline;
}
#contents a:hover{text-decoration:underline;}
img{border:0;}
/**
 * 文字サイズ可変
 */
body{
  color:#333;
  width:100%;
  font-size:10px;
  _font-size:62.5%; /* for IE6 */
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
  letter-spacing:0.1em;
  position:relative;
  background:#fff;
  overflow-x:hidden;
  text-align:center;
}
table {
    font-size:inherit;
    font:100%;
}
/**
 * 汎用パーツ文字サイズ
 */
caption,th,td,input,textarea,select,ul,ol,dl,p{
  font-size:1.2em;
  line-height:1.4em;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
}
li ul li{
  font-size:12px;
}
/**
 * p
 */ 
p{
  line-height:1.6em;
  margin:1em 1.2em 1.4em;
}
/**
 * 見出し
 */
h1{
  font-size:1.2em;
  position:absolute;
  top:5px;
  left:0;
}
#siteIdA{
  display:block;
  width:283px;
  height:41px;
  position:absolute;
  top:32px;
  left:0;
  overflow:hidden;
}
#siteIdA img{
  position:absolute;
  top:0;
  left:0;
}
#beta{
  position:absolute;
  top:29px;
  left:306px;
}
#h2_text{
  width:394px;
  height:69px;
  position:absolute;
  top:20px;
  right:12px;
}
h2{
  font-size:1.4em;
  line-height:2.7;
  color:#fff;
  width:100%;
  height:43px;
  text-indent:26px;
  position:relative;
  background:url(../images/common/h4_background.gif) no-repeat left top;
  z-index:10;
}
/*
img.h4{
  position:absolute;
  top:0;
  left:26px;
  z-index:20;
}
*/
.h4edge{
  position:absolute;
  top:0;
  right:0;
  z-index:25;
}
h5{
  font-size:1.4em;
}
/**
 * レイアウト
 */
#inbox,
#header{
  width:942px;
  margin:0 auto;
  position:relative;
  text-align:left;
}
#contents{
  width:100%;
  position:relative;
  z-index:10;
}
#header{
  height:140px;
  margin-bottom:40px;
}
#footer{
  width:100%;
  height:102px;
  background:#373737 url(../images/common/footer_background.gif) repeat-x left top;
  position:relative;
  text-align:center;
}
#gNav{
  width:942px;
  height:46px;
  position:absolute;
  bottom:0;
  background:url(../images/common/gnav_background.gif) no-repeat left top;
}
/**
 * wrapper
 */
.w456,
.w800,
.w942{
  margin-bottom:40px;
}
.w456{
  width:456px;
  background:url(../images/common/wrapper_w456_background.gif) repeat-y left top;
  position:relative;
}
.w800{
  width:800px;
  background:url(../images/common/wrapper_w800_background.gif) repeat-y left top;
  position:relative;
}
.w942{
  width:942px;
  background:url(../images/common/wrapper_w942_background.gif) repeat-y left top;
  position:relative;
}
.w456foot{
  text-align:right;
  padding:5px 10px;
  background:url(../images/common/wrapper_w456_foot.gif) no-repeat left bottom;
}
.w800foot{
  text-align:right;
  padding:5px 10px;
  background:url(../images/common/wrapper_w800_foot.gif) no-repeat left bottom;
}
.w942foot{
  text-align:right;
  padding:5px 10px;
  background:url(../images/common/wrapper_w942_foot.gif) no-repeat left bottom;
}
/**
 * global nav
 */
#gNav li{
  float:left;
  width:163px;
  height:46px;
  display:inline;
  text-indent:-9999px;
}
#gNav li a{
  display:block;
  width:163px;
  height:46px;
}
.gnav_top{ margin-left:11px; }
.gnav_top a{ background:url(../images/common/gnav_top.gif) no-repeat left top; }
.gnav_whatis a{ background:url(../images/common/gnav_whatis.gif) no-repeat left top; }
.gnav_sitemap a{ background:url(../images/common/gnav_sitemap.gif) no-repeat left top; }
.gnav_publishing a{ background:url(../images/common/gnav_publishing.gif) no-repeat left top; }
.gnav_contacts a{ background:url(../images/common/gnav_contacts.gif) no-repeat left top; }
.gnav_mobile a{ background:url(../images/common/gnav_mobile.gif) no-repeat left top; }
.gnav_mobile{
  position:absolute;
  right:11px;
}
.gnav_top a:hover,
.gnav_whatis a:hover,
.gnav_sitemap a:hover,
.gnav_publishing a:hover,
.gnav_contacts a:hover,
.gnav_mobile a:hover{
  background-position:left bottom;
}
/**
 * fNav
 */
#fNav{
  color:#999;
  line-height:2.8em;
  text-align:center;
  margin:40px 0 30px;
}
#fNav a{
  padding:0 1em;
}
/**
 * footer
 */
#footer p{
  position:relative;
  top:15px;
  z-index:20;
}
#footer img{
  position:relative;
  top:-20px;
  z-index:20;
}
/**
 * search_form
 */
.search_form{
  padding:10px 20px;
}
.search_form label{
  display:block;
}
.search_form ul li{
  display:inline;
  margin:0 10px;
}
.search_form input.keyword_text{
  width:100px;
  height:20px;
  font-size:1.4em;
  padding:3px;
}
.search_form .submit_button{
  color:#333;
  width:100px;
  font-size:1.2em;
  padding:6px 12px;
  border:2px solid #333;
  background:#fff;
  position:relative;
  top:23px;
}
#contents .search_form a:hover{
  text-decoration:none;
  background:#f50;
}
/**
 * float & clear & hr
 */
.left{ float:left; }
.right{ float:right; }
.clear{
  text-indent:-9999px;
  height:0;
  font-size:0;
  line-height:0;
  clear:both;
}
.hr{
  height:2px;
  margin:0 1px;
  background:url(../images/common/icon1x2.gif) repeat-x left top;	
}
/**
 * menu report element
 */
.menu_report{
  margin:20px 0 0 80px;
}
.menu_report li{
  position:relative;
  margin-right:10px;
}
/**
 * thmsframe
 */
.thmsframe{
  position:absolute;
  top:0;
  left:0;
  z-index:30;
}
.icon_price_plate{
  position:absolute;
  top:-8px;
  left:-8px;
  z-index:40;
}
.icon_price{
  position:absolute;
  top:-8px;
  left:-8px;
  z-index:50;
}
