@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-color: #ffffe7;
  color: #333333;
}

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: 12px;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 12px;
}

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: none;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #0000ef;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  width: 900px;
  margin: 0 auto;
  background-color:#ffffff;
}

#header {
  width: 900px;
  background-color: #ffffe7;
  padding-bottom:6px;
}

#header img{
  vertical-align:top;
}

#header div#logo{
  width:221px;
  float:left;
}

#header div#company{
  width:670px;
  padding-top:26px;
  float:right;
  line-height:160%;
  text-align:right;
}

#header div#company strong{
  font-weight:bold;
  font-size:14px;
}

#header ul#global{
  clear:both;
  width:904px;
  margin-left:-4px;
}

#header ul#global li{
  float:left;
  width:221px;
  padding-left:5px;
}

#contents {
  width: 900px;
  padding-bottom: 10px;
  clear:both;
}

#contents #main {
  float: right;
  width: 646px;
}

#contents #sub {
  float: left;
  width: 236px;
  background-color: #e0e0e0;
}

#footer {
  width: 900px;
  padding:20px 0;
  text-align:center;
  font-family:Verdana;
  font-size:12px;
  clear:both;
}

#footer img{
  vertical-align:top;
}

#footer p#textLink{
  border-bottom:1px solid #707070;
  margin-bottom:18px;
  padding-bottom:14px;
  letter-spacing:1px;
}

#footer p#textLink a{
  color:#333333;
  text-decoration:none;
}

#footer p#textLink a:hover{
  color:#5a81c2;
  text-decoration:underline;
}

#footer p#copy{
  margin-top:16px;
}
