
@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
-----------------------------------------------*/

#title_english {
  margin: 10px;
  _margin: 5px;
  padding: 65px 5px 5px 55px;
  width: 720px;
  font-size: 10pt;
  line-height: 1.4;
  text-justify: distribute;
  background: url(../image/english/english_title.gif) top center no-repeat;
}

#service_content {
  margin: 10px 10px 10px 65px;
  _margin: 5px 5px 5px 32px;
  width: 725px;
}

table#pack {
  width: 723px;
  border: none;
}

table#pack td {
  padding: 9px;
  border: none;
  border-spacing: 0;
  vertical-align: top;
}

.toptext {
  margin: 10px 0 10px 0;
  padding: 0;
  width: 330px;
  font-size: 10pt;
  color: #004D9F;
  line-height: 1.4;
  text-justify: distribute;
}

.flowtext {
  margin: 0 0 10px 0;
  padding: 0;
  width: 330px;
  font-size: 10pt;
  line-height: 1.4;
  text-justify: distribute;
}

.listtext {
  margin: 0 0 10px 0;
  padding: 0;
  width: 330px;
  font-size: 9pt;
  line-height: 1.3;
  text-justify: distribute;
}

.listtext ul {
	padding-left: 17px;
}

.listtext li {
	list-style-image: circle;
}

.bar {
  margin: 10px 0 0 0;
  padding: 0;
  width: 725px;
  text-align: center;
}
/*-----------------------------------------------
 __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; 
}
