html {
  overflow-y: scroll; /* Firefox scroll-on */
  background-color: #ffffff;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma,Osaka,"‚l‚r ‚oƒSƒVƒbƒN",Arial,sans-serif;
  background-image: url(../image/bgr.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 13px;
  font-family: tahoma,Osaka,"‚l‚r ‚oƒSƒVƒbƒN",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: 0;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #3399FF;
  text-decoration: underline;
}

a:hover {
  color: ##FFCC00;
  text-decoration: underline;
}

a img {
  border: 0;
}


/* ---------- 2:layout  ---------- */
html,body{
  height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../image/bgr_b.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

body > #wrapper {
  height: auto;
  min-height: 100%;
}

#header {
  width: 950px;
  height:201px;
  margin:0 auto 6px auto;
}

#header img{
  vertical-align:bottom;
}

#header h1{
  width:950px;
  height:140px;
}

#header #global{
  width:935px;
  height:30px;
  clear:both;
  padding:12px 10px 0 5px;
  background-image: url(../image/menuback.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#header #global li{
  float:left;
  padding-left:5px;
}

#contents {
  width: 930px;
  margin: 0 auto;
  padding: 0 0 62px 0;
}

#contents_footer {
  width: 930px;
  margin: 0px auto;
  padding:0 0 16px 0;
}

#contents_footer #mobile{
  width:710px;
  margin:0 auto 20px auto;
}

#contents_footer #mobile img{
  vertical-align:top;
  margin:0 2px;
}
#footer {
  position: relative;
  width: 950px;
  margin: -62px auto 0 auto;
  height: 62px;
  background-image: url(../images/00footer_bck.gif);
  background-position: left top;
  background-repeat: repeat-x;
  font-size:11px;
}

#footer p.copyright{
  width:752px;
  float:left;
  padding:14px 0 0 45px;
}

#footer p.copyright img{
  margin-right:12px;
  vertical-align:-10px;
}

#footer p.copyright span{
  padding-left:8px;
}

#footer a.pp{
  padding-left:14px;
}

#footer p.privacy{
  width:98px;
  float:right;
  padding:27px 45px 0 0;
  text-align:right;
  line-height:30px;
}