
@charset "utf-8";

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}
	
a:link {
  color: #0099FF;
  text-decoration: none;
}

a:visited {
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
}

a img { border: none; }


/*-----------------------------------------------
 __body
-----------------------------------------------*/
body {
  font-size: 8pt;
  _font-size: 7pt;
  color: #666666;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(../image/removal_back.gif) top center repeat-y;
}

h1 {
  font-size: 11pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  font-weight: lighter;
  color: #004D9F;
  text-align: left;
}

h2 {
  font-size: 11pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  font-weight: lighter;
  color: #004D9F;
  text-align: left;
}

h3 {
  font-size: 9pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #0099FF;
  text-align: left;
}

h4,h5,h6 {
  font-size: 8pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-----------------------------------------------
 __page layout
-----------------------------------------------*/

#page {
  text-align: left;
  margin: 0px auto;
  width: 800px;
  background-color: #FFFFFF;
}

#header {
  padding: 0;
  height:65px;
}

#headerleft {
  float: left;
  margin: 15px 0 5px 5px;
  _margin: 7px 0 2px 2px;
  width: 470px;
}

#headerright {
  float: right;
  margin: 15px 5px 5px 0;
  _margin: 7px 2px 2px 0;
  width: 320px;
  font-size: 10pt;
  line-height: 1.8;
  text-align:right;
}

#mainphoto {
  clear: both; 
  width: 800px;
}

#container {
  float: left;
  margin: 0;
  width: 800px;
}

/*-----------------------------------------------
 __editable regions
-----------------------------------------------*/

#contacttext {
  margin: 15px 0px 20px 60px;
  padding: 0;
  width: 730px;
  font-size: 11pt;
  line-height: 1.5;
}

#companytext {
  margin: 10px 60px 20px 60px;
  padding: 0;
  width: 680px;
  font-size: 9pt;
  line-height: 1.6;
  text-justify: distribute;
}

/*__hyo1--*/

table#enkaku {
  width: 598px;
  border: 1px #666666 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table#enkaku th {
  padding: 3px;
  width: 90px;
  font-weight: nomal;
  line-height:1.2;
  border: 1px #666666 solid;
  border-collapse: collapse;
  border-spacing: 0;
  background: #E5F2FC;
  text-align: center;
}

table#enkaku td {
  padding: 3px;
  width: 487px;
  font-weight: nomal;
  line-height:1.2;
  border: 1px #666666 solid;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.detail {
  float: left;
  width: 100%;
  font-size: 8pt;
  text-align: right;
}

/*-----------------------------------------------
 __end editable regions
-----------------------------------------------*/

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
  clear: both;
  padding: 5px;
  font-size: 7pt;
  line-height: 1;
  color: #ffffff;
  text-align:center;
  background: url(../image/footer.gif) top center no-repeat;
}

#footer p { 
  text-align: center; 
}