@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */
html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family:"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 14px;
  font-weight: normal;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

caption {
  text-align: left;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 14px;
  font-family:"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

address,cite,dfn,em,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

fieldset {
  border: none;
}

/* ---------- /1:reset  ---------- */

/* ----------  2:clearfix ---------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix{
  zoom:100%;
}
/* ---------- /2:clearfix ---------- */

/* ---------- 2:layout  ---------- */
#wrapper {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  background-color:#ffffff;
  padding:10px 0 20px 0;
}

#header {
  width: 800px;
  margin-bottom:32px;
}

#header h1{
  width:800px;
  position:relative;
}

#header h1 .support{
  position:absolute;
  right:0;
  top:0;
}

#header div{
  margin-bottom:8px;
  width:798px;
  border:1px solid #bfbfb4;
}

#header p{
  margin-bottom:8px;
  padding:0 4px;
  font-size:12px;
}

#header ul{
  width:798px;
  margin:0 auto;
}

#header li{
  width:154px;
  padding-left:7px;
  float:left;
}

#header li img{
  vertical-align:bottom;
}

#header li.left{
  padding-left:0px;
}

#main {
  width: 730px;
  margin:0 auto;
  padding-bottom:20px;
}

#footer {
  border-top:1px solid #bfbfb4;
  font-size:11px;
  text-align:center;
  padding-top:10px;
  font-family:Verdana;
}

