@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 */
  background-color: #ffffff;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-image: url(../images/00body_top.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,"ＭＳ Ｐゴシック",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: #0090e2;
  text-decoration: underline;
}

a:hover {
  color: #ee6500;
  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 --------- */

* html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
} 

/* ---------- 2:layout  ---------- */
html,body{
  height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../images/00body_btm.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

body > #wrapper {
  height: auto;
  min-height: 100%;
}

#header {
  width: 950px;
  height:169px;
  margin:0 auto;
}

#header img{
  vertical-align:bottom;
}

#header h1{
  width:385px;
  height:132px;
  float:left;
}

#header div{
  width:560px;
  height:132px;
  float:right;
}

#header #global{
  width:935px;
  height:30px;
  clear:both;
  padding:7px 10px 0 5px;
  background-image: url(../images/00global_bck.png);
  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 82px 0;
}


#contents #tab{
	width: 930px;
	height:29px;
	margin-bottom:24px;
	padding: 6px 0 0 0;
	background-image:url(../maishima/images/tab_bck.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#contents #tab ul{
}

#contents #tab li{
  float:left;
  padding-left:10px;
}

/* --category_layout--------
#contents_inner {
  width: 930px;
  padding-bottom: 10px;
  background-color: #b2e0b8;
}

#contents_inner #main {
  float: left;
  width: 620px;
  background-color: #ffb8e3;
}

#contents_inner #sub {
  float: right;
  width: 300px;
  background-color: #a7adff;
}

#contents_footer {
  width: 928px;
  margin: 0px auto;
  background-color: #e1d6cd;
  border: 1px solid #444444;
}
---------------------------*/

#footer {
  position: relative;
  width: 950px;
  margin: -82px auto 0 auto;
  height: 82px;
  background-image: url(../images/00footer_bck.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size:11px;
}

#footer .btn_eng{
  width:930px;
  height:19px;
  padding-right:20px;
  padding-top:1px;
  text-align:right;
}

#footer p.copyright{
  width:700px;
  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 p.privacy{
  width:150px;
  float:right;
  padding:14px 45px 0 0;
  text-align:right;
  line-height:30px;
}

#footer img.pgtop{
  position:absolute;
  width:53px;
  height:83px;
  right:-64px;
  bottom:99px;
}
