@charset "utf-8";
html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, table, td, th, div, p, img, form, address {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #515151;
}
html, body, th, td {
  font-size: 12px;
  line-height: 1.5em;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html, body{
  height:100%;
  text-align:center;
  background: #fff url('../img/body_bg.jpg');
  background-repeat:repeat-x;
  background-position:left top;
}
input, select, textarea {
  vertical-align: middle;
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
a {
  color: #0063b2;
  text-decoration:none;
}
a:hover {
  color: #0063b2;
  text-decoration:underline;
}
ul, ol, dl, dt, dd, address {
  list-style-type: none;
  font-style:normal;
}

/* ************************************************** */
#contents {
  width: 950px;
  margin: 0 auto;
  text-align:center;
  background: #fff url('../img/content_bg.gif')  repeat-y;

}
#footer {
  width:950px;
  float:left;
  text-align: center;
  padding:0;
  background: #fff url('../img/footer_bg.gif')  repeat-y;
}
/* *********************** header *************************** */
#header h1 {
  position : absolute;
  left: 0px;
  top: 8px;
}
#header h1 img {
  width: 200px;
  height:45px;
}
#header .hdr_mlt {
  position : absolute;
  left: 810px;
  top: 2px;
}
#header .hdr_mlt img {
  width: 120px;
  height:11px;
  position:absolute;
  left:0;
  top:0;
}
/* *********************** footer *************************** */
.ftr_nav {
  width: 936px;
  height:23px;
  margin: 0 auto;
  border-top:1px solid #fff;
  text-align: left;
  background: #0f5b95 url('../img/footer_nav.gif')  no-repeat;
  position:relative;
}
.ftr_im1 {
  width:110px;
  height:14px;
  position:absolute;
  left:4px;
  top:4px;
}
.ftr_im2 {
  width:110px;
  height:14px;
  position:absolute;
  left:120px;
  top:4px;
}
.ftr_ebx {
  width:950px;
  font-size:10px;
  float:left;
  background: transparent url('../img/ebx_bg.gif');
  background-position:left bottom;
  background-repeat:no-repeat;
}
.ftr_ebx address {
  width:930px;
  padding:5px 10px 0;
  float:left;
  margin-left:0px;
  text-align:left;
}
a.ftr_ink, .a.ftr_ink:hover {
  color:#515151;
  font-weight:bold;
  text-decoration:none;
}
.ftr_ebx p {
  width:930px;
  padding:0 10px 25px;
  color:#939393;
  float:right;
  margin:-15px 0 0 0;
  text-align:right;
}

/* *********************** second *************************** */
#second_content h3 {
  width:200px;
  height:44px;
  margin:0 0 15px;
  background:transparent url('../img/fst_tmg.gif') no-repeat;
  position:relative;
}
#second_content h3 img {
  width:200px;
  height:44px;
  position:absolute;
  left:0;
  top:0;
}
#second_content h4 {
  width:189px;
  margin:0 auto 10px;
}
#second_content h4 img {
  width:189px;
  height:13px;
  display:block;
}

#second_content p {
  width:169px;
  text-align:left;
  font-size:10px;
  line-height:180%;
  margin:0 auto 10px;
  background:#eee;
}
#second_content p img {
  width:166px;
  height:40px;
  border:1px solid #fff;
}
.p_m {
  width:166px;
  height:85px !important;
  border:none !important;
}.clear {
	clear: both;
}
