body {
  width: 760px;
  margin: 0 auto 0;
  background : url(bg.gif) repeat-x;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  }

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  }

dt, dd {
  margin: 0;
  padding: 0;
  }

/*  link 
----------------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #0b58b4;
  }

a:visited {
  text-decoration: none;
  color: #0b58b4;
  }

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

a:active {
  color: #5b95db;
  }

a img {
  border: 0;
  }

/*  font 
-----------------------------------------------------------------------------*/
.txt10 {
  font-size: 10px;
  line-height: 14px;
  }

.txt12 {
  font-size: 12px;
  line-height: 18px;
  }

.txt14 {
  font-size: 14px;
  line-height: 20px;
  }

.txt_b {
  font-weight: bold;
  }

/*  color 
-----------------------------------------------------------------------------*/
.orenge {
  color: #e55c00;
  }

.red {
  color: #f14747;
  }

.green {
  color: #336800;
  }

.orenge_blown {
  color: #e26000;
  }

.pink_purple {
  color: #d826ac;
  }

/*  margin padding 
-----------------------------------------------------------------------------*/
.ma_auto {
  margin: 0 auto 0;
  }

.ma_b8 {
  margin-bottom: 8px;
  }
.ma_b9 {
  margin-bottom: 9px;
  }

.ma_r4{
  margin-right: 4px;
  }

.ma_t18{
  margin-top: 18px;
  }

/*  float 
-----------------------------------------------------------------------------*/
.fl {
  float: left;
  }

.fr {
  float: right;
  clear: right;
  }

.bc {
  clear: both;
  }

.fl_img {
  margin: 0 10px 10px 0;
  float: left;
  }

.fr_img {
  margin: 0 0 10px 10px;
  float: right;
  }

/*  text align
-----------------------------------------------------------------------------*/
.align_c {
  text-align: center;
  }

.align_r {
  text-align: right;
  }

.align_l {
  text-align: left;
  }

.valign_b{
    vertical-align:bottom;
}

/*  width
-----------------------------------------------------------------------------*/
/*  line 
-----------------------------------------------------------------------------*/
/*  common 
-----------------------------------------------------------------------------*/
/*header*/
#header {
  width: 727px;
  margin: 30px 0 20px 0;
  }

#header:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

#header img {
  float: left;
  }

#header p {
  float: right;
  width: 515px;
  font-weight: bold;
  color: #984800;
  padding: 10px;
  }

/*menu*/
#menu {
  margin-bottom: 8px;
  clear: both;
  }

/*main*/
#mainimage {
  background : url(main_bg.jpg) no-repeat;
  height: 192px;
  margin-bottom: 17px;
  }

#mainimage_txt {
  margin: 0 0 0 525px;
  width: 222px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  }

#mainimage_txt img {
  margin: 4px 0 12px 0;
  }

/*footer*/
#footer {
  color: #484848;
  border-top: solid 1px #d6d6d6;
  clear: both;
  margin: 40px 0 6px 0;
  }

#footer p {
  border-bottom: solid 1px #d6d6d6;
  padding: 6px;
  }

#footer span {
  font-size: 10px;
  line-height: 19px;
  }

#copy div {
  color: #484848;
  width: 360px;
  float: left;
  }

#copy p {
  width: 100px;
  float: right;
  text-align: right;
  }

#acc {
  clear: both;
  padding: 40px;
  }

/*-----------------------------------------------------------------------------
  toppage 
-----------------------------------------------------------------------------*/
/*  left
-----------------------------------------------------------------------------*/
#leftbase {
  width: 540px;
  float: left;
  }

/*whats new*/
#wnew_title {
  background : url(wnew_bg.gif) no-repeat;
  }

#wnew_title h2 {
  color: #26488c;
  padding: 5px 0 0 8px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  }

#wnew_title table {
  width: 517px;
  margin: 0 auto 20px;
  }

#wnew_title th {
  width: 65px;
  padding: 4px 0 4px 0;
  text-align: center;
  border-bottom: dotted 1px #9d9d9d;
  font-weight: normal;
  color: #575757;
  }

#wnew_title td {
  width: 452px;
  padding: 4px 0 4px 0;
  border-bottom: dotted 1px #9d9d9d;
  }

/*kubokan no tanoshimi*/
.tanoshimi_beige {
  background-color: #fffdf1;
  border: solid 1px #d4cb9c;
  padding: 8px;
  margin-bottom: 3px;
  zoom: 100%;
  }

.tanoshimi_beige:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

.tanoshimi_white {
  border: solid 1px #d4cb9c;
  padding: 8px;
  margin-bottom: 3px;
  zoom: 100%;
  }

.tanoshimi_white:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

.tanoshimi_left {
  width: 108px;
  float: left;
  }

.tanoshimi_left img {
  border: solid 1px #d5cc9e;
  }

.tanoshimi_right {
  width: 410px;
  float: right;
  text-align: left;
  }

.tanoshimi_right h3 {
  color: #479000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  }

.tanoshimi_right span{
    font-size:10px;
    letter-spacing:1px;
    font-weight:normal;
    color:#484848;
}

.tanoshimi_right th {
  font-weight: normal;
  padding-top: 5px;
  }
.tanoshimi_right td {
  padding-top: 5px;
  }

.tanoshimi_right th img {
  margin-right: 3px;
  }

/*left bottom contents*/
.title {
  clear: both;
  margin: 32px 0 10px 0;
  }
.lbc_base{
    zoom:100%;
}
.lbc_base:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }
.lbc_tow {
  width: 263px;
  border: solid 1px #d6d6d6;
    padding-bottom:8px;
  }
.lbc_tow table{
    width:247px;
    margin-bottom:6px;
}
.lbctow_txt{
    width:247px;
    margin:0 auto 0;
}

.lbc_tow hr {
color:#d6d6d6;
border: 0;
height: 1px;
background-color:#d6d6d6;
}

.lbc_one {
  border: solid 1px #d6d6d6;
  }
.lbcone_txt{
    width:513px;
    margin:10px auto 10px;
}   
.border_w {
  border: solid 1px #fff;
  }

.lbc_title {
  background-color: #fffbe0;
  padding: 2px 2px 2px 4px;
  font-weight: bold;
  margin-bottom: 1px;
  }

.lbc_note {
  background-color: #f5f3ef;
  font-size: 10px;
  color: #4d4d4d;
  margin-bottom: 9px;
    text-align:right;
    padding-right:4px;
  }

.bane_hare{
    width:200px;
    margin:10px auto 7px;
   text-align:right;
}

.lbc_contact{
    padding:0 10px 10px 10px;
    font-size:14px;
}
.lbc_contact span{
    font-weight:bold;
    color:#f14747;
}

/*  right
-----------------------------------------------------------------------------*/
#rightbase {
  width: 200px;
  float: right;
  }

#time{
    background-color:#f4ffd3;
    border:solid 1px #d0ec7d;
    padding:9px 8px 8px 9px;
    margin-bottom:10px;
    font-size:10px;
}
#time img{
    margin-right:3px;
}

#wellcome{
    background-color:#f4ffd3;
    border-left:solid 1px #d0ec7d;
    border-right:solid 1px #d0ec7d;
    border-bottom:solid 1px #d0ec7d;
    margin-bottom:10px;
    font-size:10px;
    line-height:14px;
    padding-bottom:6px;
}

#farm{
    background-color:#fffdf1;
    border-left:solid 1px #e8cf96;
    border-right:solid 1px #e8cf96;
    border-bottom:solid 1px #e8cf96;
    margin-bottom:11px;
    font-size:10px;
    line-height:14px;
    padding-bottom:6px;
}

.right184{
    width:184px;
    margin:0 auto 0;
}
.right184 p{
    margin-top:4px;
}

.right_note{
    color:#694e36;
    text-align:right;
    margin:0 6px 4px 0;
}
#present{
    background : url(present_mds.gif) no-repeat;
    }

#present div{
    border-bottom:solid 1px #ff7e92;
    border-left:solid 1px #ff7e92;
    border-right:solid 1px #ff7e92;
    padding:6px 0 6px 0;
    margin-bottom:11px;
}
#present table{
    width:182px;
    margin:0 auto 0;
}

#ippin{
    background : url(zui_mds.gif) no-repeat;
    }

#ippin div{
    border-bottom:solid 1px #95c63a;
    border-left:solid 1px #95c63a;
    border-right:solid 1px #95c63a;
    padding:0 0 6px 0;
    margin-bottom:11px;
}
#ippin table{
    width:186px;
    margin:0 auto 0;
}
#ippin th{
    width:77px;
    padding:8px 0 9px 0;
    vertical-align:top;
    text-align:left;
}
#ippin td{
    padding:8px 0 9px 0;
    vertical-align:top;
    text-align:left;
}
#ippin .line{
    border-bottom:solid 1px #c6c6c6;
}
#ippin .icon{
    padding-top:13px;
}

.right_title{
    padding:4px 0 3px 7px;
}
.right_title a:link {
  text-decoration: none;
  color: #fff;
    font-weight:bold;
  }

.right_title a:visited {
  text-decoration: none;
  color: #fff;
    font-weight:bold;
  }

.right_title a:hover {
  text-decoration: underline;
  color: #fff;
    font-weight:bold;
  }

.right_title a:active {
  color: #fff;
    font-weight:bold;
  }

#qr{
    background : url(mobile_mds.gif) no-repeat;
    }

#qr div{
    border-bottom:solid 1px #989898;
    border-left:solid 1px #989898;
    border-right:solid 1px #989898;
    padding:6px 0 6px 0;
    margin-bottom:11px;
    zoom:100%;
}
#qr p{
    width:186px;
    margin:0 auto 0;
}
#qr img{
    float:left;
    margin-right:10px;
}

#qr div:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

#mmaga{
    background-color:#fffdf1;
    border-left:solid 1px #e8cf96;
    border-right:solid 1px #e8cf96;
    border-bottom:solid 1px #e8cf96;
    padding-bottom:6px;
}

#mmaga div{
    width:170px;
    margin: 0 auto 0;
}
#mmaga img{
    margin-right:5px;
}
