@charset "Shift_JIS";

/*==================================
　browser-reset
==================================*/

* {
  margin: 0;
  padding: 0;
}

html {   
  overflow-y:scroll;   
}  

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div,td,th{
  font-style: normal;
  font-weight: normal;
  font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
  font-size: 13px;
  line-height: 1.2em;
}

img {
  border:0;
}

body {
  background-color: #f0fdfd;
  background-image: url(images/00bg_gradation.gif);
  background-repeat: repeat-x;
  background-position: center top;
  padding-left: 1px;
}

#wrapper {
  background-image: url(images/01bg_contents.gif);
  background-repeat: repeat-y;
  background-position: center top;
  width: 100%;
  color: #333333;
}

#main {
  background-image: url(images/00bg_topside.gif);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

a,a:link,a:visited {
  color: #1d2088;
  text-decoration: underline;
}

a:hover {
  color: #f38f00;
  text-decoration: underline;
}

/* float-clear */

.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

/*==================================
　header
==================================*/

#header {
  margin: 0px auto;
  width: 900px;
  height: 136px;
}

#header #global {
  width: 900px;
}

#container {
  background-image: url(images/01bg_cnts_btm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}

#container-inner {
  margin: 0px auto;
  width: 900px;
}

/*==================================
　footer
==================================*/

#footer {
  background-image: url(images/00bg_footer.gif);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 153px;
}

#footer-inner {
  width: 812px;
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
  font-size: 12px;
}

#footer-inner p {
  color: #1d2088;
  margin-bottom: 10px;
  font-size: 12px;
}

#footer-inner td {
  font-size: 12px;
}

#footer-inner img {
  margin-right: 14px;
}

#footer-inner a,#footer-inner a:link,#footer-inner a:visited,#footer-inner a:hover {
  text-decoration: none;
  font-size: 12px;
}

