@charset "utf-8";

@import url("common.css"); /* common stylesheet */
@import url("title.css"); /* title stylesheet */
@import url("fonts.css"); /* fonts stylesheet */
@import url("tab.css"); /* tab stylesheet */
@import url("table.css"); /* table stylesheet */

/*
CSS Name: style.css
Date: 2007.5
Version: 1.2
Author: Defsystem & SAP
Author URI: http://www.dweb-design.com/
http://www.salonad.com/
*/

/* main
------------------------------------------------------------------------- */
body {
  background: url(/images/common/bg/body.gif) repeat 0 0;
  text-align: center;
}

#page {
  text-align: center;
	margin: 0 auto;
  background: url(/images/common/bg/header.gif) repeat-x 0 0;
}

/* format
------------------------------------------------------------------------- */
a {
  color: #009933;
  text-decoration: underline;
}

a:hover {
  color: #32BC03;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 123.1%;
}

strong {
  font-weight: bold;
  color: #FD594D;
}

#alpha h2, #alpha h3, #alpha h4, #alpha h5, #alpha h6 {
  margin: 0 0 15px;
}

#beta h3, #beta h4, #beta h5, #beta h6 {
  margin: 0 0 10px;
}

#alpha h2.m0, #alpha h3.m0, #alpha h4.m0, #alpha h5.m0 {
  margin: 0 0 5px;
}

#alpha h2.m00, #alpha h3.m00, #alpha h4.m00, #alpha h5.m00 {
  margin: 0;
}

#alpha p, #alpha ul, #alpha ol, #alpha dl {
  font-size: 108%;
}

#alpha p {
  margin-bottom: 15px;
  line-height: 160%;
}

ul, ul ul, ol, ol ol {
  list-style: none;
  line-height: 180%;
}

ul li li {
  font-size: 93%;
}

ul li li li {
  font-size: 93%;
}

dl {
  margin-bottom: 15px;
}

#alpha ul {
  margin-bottom: 15px;
}

ul.center li {
  text-align: center;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.center img {
  margin: 0 auto;
}

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

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

img.mar {
  margin-bottom: 10px;
}

/* header
------------------------------------------------------------------------- */
#header {
  position: relative;
  width: 830px;
  margin: 0 auto;
  background: url(/images/common/bg/contact-top.png) no-repeat 574px 9px ;
}

#header h1, #header p.description {
  width: 530px;
  font-size: 77%;
}

#header h1 {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 830px;
  color: #FFF;
  text-align: left;
}

#header p.description {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 830px;
  color: #FFF;
  text-align: left;
}

#header h2 {
  padding: 50px 0 0 40px;
  text-align: left;
}

#header h2 a {
  display: block;
  width: 319px;
  background: url(../images/common/logo/h2-logo.gif) no-repeat 0 0;
  overflow: hidden;
  height: 0px!important;
  height /**/:14px;/* for ie5.x */
  padding: 14px 0 0 0;
  margin: 0;
  line-height: 150%;
}

#header h3 {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 229px;
  top: 74px;
  font-size: 77%;
  color: #009933;
}

#header p.logo {
  padding: 0;
  margin-bottom: 35px;
  text-align: left;
}

#header div.logo {
  padding: 0;
  margin-bottom: 35px;
  text-align: left;
}

#header .local {
  position: absolute;
  left: 461px;
  top: 63px;
}

/* contents
------------------------------------------------------------------------- */
#container {
  clear: both;
  width: 830px;
  margin: 0 auto;
  text-align: left;
  background: url(/images/common/bg/alpha-top.gif) no-repeat 100% 0;
}

.mainimg {
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}

.mainimg ul li a {
  position: absolute;
  left: 94px;
  top: 142px;
}

.mainimg ul li a:hover {
  background-position: -120px 0;
}

/* alpha
------------------------------------------------------------------------- */
#alpha {
  width: 615px;
  float: right;
  padding-top: 15px;
  margin-bottom: 15px;
  background: url(/images/common/bg/alpha-body.gif) repeat-y 0 0;
}

#alpha .inner {
  padding: 0 15px 10px;
  background: url(/images/common/bg/alpha-bottom.gif) no-repeat 0 100%;
}

#alpha .taiou {
  background: url(/images/top/image-back01.png) no-repeat 0 0;
  height: 110px;
  padding: 15px;
  margin-bottom: 15px;
}

/* alpha block
------------------------------------------------------------------------- */
#alpha .block {
  clear: both;
  padding-bottom: 15px;
}

/* alpha dl
------------------------------------------------------------------------- */
#alpha dl.flow {
  border: 3px solid #B4C938;
  padding: 10px;
  line-height: 150%;
}

#alpha dl.flow dt {
  background: url(/images/common/icon/arrow02.gif) no-repeat 0 0.4em;
  padding-left: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

#alpha dl.arrow {
  border: 1px solid #E1EDB8;
  margin-bottom: 15px;
  padding: 15px;
  display: block;
}

#alpha dl.arrow dt {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.4em;
  display: block;
  padding-left: 16px;
  margin-bottom: 5px;
}

/* alpha ul
------------------------------------------------------------------------- */
#alpha ul.sitemap {
  display: block;
}

#alpha ul.sitemap li {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.7em;
  display: block;
  padding-left: 16px;
}

#alpha ul.sitemap ul {
  padding-top: 2px;
}

#alpha ul.sitemap ul ul {
  margin-bottom: 10px;
}

#alpha ul.sitemap li li {
  display: block;
  margin-bottom: 0px;
}

#alpha ul.sitemap li li li {
  display: block;
  margin-bottom: 0px;
}

/* alpha icon
------------------------------------------------------------------------- */
#alpha ul.icon01 {
  margin: 0 15px 15px;
}

#alpha ul.icon01 li {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.7em;
  padding-left: 15px;
}

#alpha ul.icon02 {
  margin: 0 20px 20px;
  display: block;
  border: 1px solid #EEE;
  background: #F3F8E7;
  padding: 10px;
}

#alpha ul.icon02 li {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 50%;
  padding-left: 15px;
  display: inline;
  margin-right: 10px;
}

/* beta
------------------------------------------------------------------------- */
#beta {
  width: 200px;
  float: left;
  margin-bottom: 15px;
}

#betablog {
  width: 200px;
  float: left;
  margin-bottom: 15px;
  background: #FFF;
}

/* beta block
------------------------------------------------------------------------- */
#beta .block {
  padding-bottom: 15px;
}

#beta p {
  margin-bottom: 15px;
}

#betablog .block {
  padding: 10px;
}

/* beta navi
------------------------------------------------------------------------- */
#beta .navi {
  padding: 0;
  margin-bottom: 15px;
}

#beta .navi ul {
  margin: 0;
  padding: 0 0 0 1px;
}

#beta .navi ul li {
  background: url(../images/common/icon/icon01.gif) no-repeat 0 0.5em;
  display: block;
  padding: 0 0 0 16px;
}

.navi ul li a {
  text-decoration: none;
}

.navi ul li a:hover {
  text-decoration: underline;
}

/* beta icon
------------------------------------------------------------------------- */
#beta .icon01 {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.3em;
  padding-left: 15px;
}

/* beta ul
------------------------------------------------------------------------- */
#beta .entries ul li {
  background: url(../images/common/icon/icon01.gif) no-repeat 0 0.5em;
  padding: 0 0 0 15px;
  margin-bottom: 8px;
}

/* footer
------------------------------------------------------------------------- */
#footer {
  clear: both;
  background: #96B05E url(/images/common/bg/footer.gif) repeat-x 0 0;
  height: 150px;
  color: #FFF;
  overflow: hidden;
}

.copyright {
  text-align: center;
  padding: 20px 0 35px;
}

.copyright .inner {
  width: 830px;
  margin: 0 auto;
  text-align: left;
  line-height: 250%;
  background: url(/images/common/bg/contact-bottom.png) no-repeat 574px 0;
  height: 105px;
}

.copyright h3 {
  font-size: 108%;
  display: inline;
  margin-right: 3px;
}

#footer a {
  color: #FFF;
}

/* google map */
#alpha #map {
  width: 614px;
  height: 230px;
  padding: 0px;
}

#alpha #mapback {
	border: 1px solid #BBB;
	padding: 2px;
	margin-bottom: 1em;
}

/* title
------------------------------------------------------------------------- */
.entry-title {
  border-left: 5px solid #ACCD40;
  border-bottom: 1px solid #ACCD40;
  font-weight: bold;
  padding: 5px 10px;
}

.entries h3 {
  background: url(../images/common/bg/side-title.gif) no-repeat 0 0;
  padding: 11px 13px 15px;
  color: #FFF;
  font-weight: bold;
}

.entry-content h3 {
  border-left: 5px solid #ACCD40;
  border-bottom: 1px solid #ACCD40;
  font-weight: bold;
  padding: 5px 10px;
}

.entry-content h4 {
  border-bottom: 1px solid #ACCD40;
  font-weight: bold;
  color: #738B34;
}

.title00 {
  background: url(/images/common/bg/title01.gif) no-repeat 0 100%;
  padding-bottom: 24px;
  font-weight: bold;
}

.title01 {
  border-left: 5px solid #ACCD40;
  border-bottom: 1px solid #ACCD40;
  font-weight: bold;
  padding: 5px 10px;
}

#betablog h3 {
  color: #333;
  background: url(/images/common/icon/arrow02.gif) no-repeat 0 50%;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
  font-size: 108%;
}

/* hack clearfix
-------------------------------------------------------------------------------- */
#body:after, #header:after, .clear:after, #page:after, #alpha:after, #beta:after, ul.list:after, #alpha .block:after, .tab01:after {
  content:  ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#body, #header, .clear, #page, #alpha, #beta, ul.list, #alpha .block, .tab01 {
  zoom: 100%;
} /* ie */

