@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: #FFF url(/images/common/bg/body.png) repeat-x 0 0;
}

#page {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#container {
  background: url(/images/common/bg/bodys.png) no-repeat 50% 0;
}

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

a:hover {
  color: #00CE00;
  text-decoration: none;
}

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

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

.redtxt {
  color: #FF0000;
}

#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: 93%;
}

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

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 {
  text-align: center;
  margin: 0 auto;
}

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

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

.button img {
  margin-right: 5px;
}

#alpha p.date-header {
  border-bottom: 1px solid #DCD5CE;
}


/* header
------------------------------------------------------------------------- */
#header {
  background: url(/images/common/bg/header.png) no-repeat 50% 0;
  position: relative;
  padding-top: 8px;
  margin-bottom: 15px;
}

* html #header {
  background: url(/images/common/bg/header.png) no-repeat 50% 0;
  position: relative;
  padding-top: 8px;
  margin-bottom: 0;
}

#header h1, #header p.description {
  width: 385px;
  font-size: 77%;
  text-align: left;
}

#header h1 {
  position: absolute;
  left: 84px;
  top: 43px;
  text-align: left;
  color: #FFFFFF;
}

#header p.description {
  position: absolute;
  left: 84px;
  top: 62px;
  text-align: left;
  color: #FFFFFF;
}

#header h2 {
  margin-bottom: 8px;
  position: absolute;
  top: 15px;
  left: 501px;
  font-size: 77%;
  text-align: right;
}

#header h2 a {
  display: block;
  width: 400px;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
}

#header p.logo {
  padding: 0;
  margin-bottom: 26px;
}

/* alpha
------------------------------------------------------------------------- */
#alpha {
  width: 660px;
  float: right;
  margin: 0;
}

#alpha .box {
  background: url(/images/common/bg/box02.png) repeat-y 0 0;
  border: 1px solid #FAEBB8;
  padding: 10px 10px 0;
}

#alpha .box01 {
  background: url(/images/common/bg/box02.png) repeat-y 0 0;
  border: 1px solid #FAEBB8;
  padding: 0;
  margin-bottom: 15px;
}

#alpha .box02 {
  border: 5px solid #8DCF05;
  padding: 10px 10px 0;
  margin-bottom: 15px;
}

#alpha .end {
  margin: 0;
}

#alpha .newsbox {
  background: url(/images/common/bg/box01.png) repeat-x 0 0;
  border: 5px solid #66A73B;
}

#alpha .pagetop {
  margin: 0 0 15px;
}

#alpha .leftbox {
  width: 325px;
  float: left;
}

#alpha .rightbox {
  width: 325px;
  float: right;
}


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

#alpha .blockend {
  clear: both;
  margin-bottom: 0;
}

/* alpha dl
------------------------------------------------------------------------- */
dl.seven {
  padding: 5px 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #CCC;
  line-height: 130%;
}
dl.seven dt {
  padding: 3px 10px 0 0;
  margin: 0 0 5px 0;
  float: left;
  display: block;
}
dl.seven dd {
  padding: 5px 0 0;
  margin: 0;
  display: block;
  min-height: 50px;
}

dl.use {
  padding: 5px 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #CCC;
  line-height: 130%;
	clear: both;
}
dl.use dt {
  padding: 3px 10px 0 0;
  margin: 0 0 5px 0;
  float: left;
  display: block;
}
dl.use dd {
  padding: 5px 0 0;
  margin: 0;
  display: block;
  min-height: 101px;
}

/* alpha ul
------------------------------------------------------------------------- */
#alpha ul.news {
  line-height: 200%;
  padding: 10px 15px 0;
}

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

#alpha ul.icon {
  margin: 0 30px 15px;
}

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

#alpha ol.ordered-text {
  margin:0 1em 2em 2em;
  list-style-type:decimal;
  list-style-position:outside;
  line-height: 180%;
}

#alpha ol.ordered-text li {
  margin-bottom:0.5em;
}

#alpha ol.ordered-text li ul {
  padding-left:1.6em;
  text-indent:-1.6em;
}

#alpha ol.ordered-text li ul li {
  list-style-type: none;
}

#alpha .end-of-section {
  letter-spacing:1em;
}

#alpha ul.sitemap {
  display: block;
}

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

#alpha ul.sitemap li li {
  display: block;
  margin-bottom: 5px;
  font-size: 108%;
}

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

#alpha ul.list {
}

#alpha ul.list li {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.4em;
	padding-left: 15px;
}
	
/* beta
------------------------------------------------------------------------- */
#beta {
  width: 220px;
  float: left;
  margin: 0;
  font-size: 93%;
}

#beta ul {
  margin-bottom: 10px;
  line-height: 200%;
}

#beta a {
  color: #4E2E0A;
  text-decoration: none;
}

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

#beta h3 {
  margin: 0;
}

/* beta block
------------------------------------------------------------------------- */
#beta .block {
	margin: 0 0 10px;
}

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

#beta .qr {
  border: 3px solid #EAEBE7;
}

#beta .qr h3 {
  margin-bottom: 15px;
}

/* beta navi
------------------------------------------------------------------------- */


/* beta icon
------------------------------------------------------------------------- */


/* beta ul
------------------------------------------------------------------------- */
#beta ul.tab {
}

#beta ul.tab li {
  background: url(/images/common/icon/arrow01.gif) no-repeat 0 0.8em;
  display: block;
  border-bottom: 1px solid #DCD5CE;
  padding: 5px 0 5px 15px;
}


/* footer
------------------------------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	background: url(/images/common/bg/footer.png) repeat-x 0 100%;
	position: relative;
	border-top: 3px solid #EAEBE7;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 20px;
}

* html #footer {
	clear: both;
	text-align: center;
	background: url(/images/common/bg/footer.png) repeat-x 0 100%;
	position: relative;
	border-top: 3px solid #EAEBE7;
	color: #FFF;
	padding-top: 90px;
	padding-bottom: 20px;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #FFF;
  text-decoration: none;
}

#footer .inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
}

#footer p {
	padding: 0 0 3px;
}

.copyright {
	padding: 0;
}

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

#footer p.kessai {
	padding-bottom: 0px;
	position: absolute;
	top: -58px;
	left: -1px;
}

* html #footer p.kessai {
	padding-bottom: 0px;
	position: absolute;
	top: -78px;
	left: -1px;
}

.footer-left {
	width: 400px;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
	position: relative;
}

.footer-right {
	width: 200px;
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
	position: absolute;
	left: 585px;
	top: 21px;
	font-size: 77%;
}

.footer-right01 {
	width: 106px;
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
	position: absolute;
	left: 794px;
	top: 15px;
	font-size: 77%;
}

* html .footer-right {
	width: 200px;
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
	position: absolute;
	left: 585px;
	top: 11px;
	font-size: 77%;
}

* html .footer-right01 {
	width: 106px;
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
	position: absolute;
	left: 794px;
	top: 5px;
	font-size: 77%;
}

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

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

/* hack clearfix 回り込みハック
-------------------------------------------------------------------------------- */
#body:after, #header:after, .clear:after, #page:after, #alpha:after, #beta:after, ul.list:after, #alpha .block:after, .tab01:after, .contents-inner:after, .contents-footer:after, #alpha .tabBox:after {
  content:  ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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