@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 */
@import url("print.css"); /* print 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-x 0 0;
  color: #685173;
}

#page {
  text-align: center;
	margin: 0 auto;
  padding-top: 11px;
  width: 840px;
}

/* header
------------------------------------------------------------------------- */
#header {
	text-align: left;
  background: url(/images/common/bg/header.png) no-repeat 0 0;
	position: relative;
  height: 80px;
}

#header h1 {
  position: absolute;
  left: 16px;
  width: 415px;
  font-size: 77%;
  top: 20px;
  color: #C486D4;
}

#header p.description {
  position: absolute;
  left: 424px;
  width: 415px;
  font-size: 93%;
  top: 11px;
  line-height: 140%;
}

/* Logo
-------------------------------------------------------------------------------- */
#header p.logo {
  margin: 0;
  padding: 37px 15px 0;
}

/* General
-------------------------------------------------------------------------------- */
strong {
  font-weight: bold;
  color: #685173;
}

/* anchor
------------------------------------------------------------------------- */
a {
  color: #A041B8;
	text-decoration: underline;
}

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

hr {
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 0px solid #FFF;
  height: 0;
  clear: both;
  color: #FFF;
}

/* text format
------------------------------------------------------------------------------- */
blockquote {
  margin: 0;
}

blockquote p {
  margin: 0;
}

/* image float
------------------------------------------------------------------------- */
.center {
  text-align: center;
  margin: 0 auto 15px;
}

img.right { 
  float: right;
  margin: 0 0 15px 20px;
  padding: 0;
}

img.left {
  float: left;
  margin: 0 20px 15px 0;
  padding: 0;
}

#alpha p.left {
  float: left;
  padding: 0;
}

img.bor {
  border: 5px solid #D0CEC4;
}

p.breadcrumbs {
  margin: 0 0 10px;
}

#alpha p.leftside {
  margin-left: 100px;
}

/* main image
------------------------------------------------------------------------- */
/* top */
.mainimg {
  margin-bottom: 20px;
}

/* content
------------------------------------------------------------------------- */
#content {
  position: relative;
  margin: 0;
}

/* tab
------------------------------------------------------------------------- */
.tab {
  background: url(/images/common/bg/tab.gif) no-repeat 0 0;
  height: 40px;
  position: relative;
  margin-bottom: 15px;
}

.tab ul li {
  list-style: none;
  position: absolute;
  top: 6px;
  left: 10px;
}

/* alpha
------------------------------------------------------------------------- */
#alpha {
  width: 590px;
  float: right;
  text-align: left;
  line-height: 170%;
  margin: 0 0 15px;
  position: relative;
}

/* alpha inline style
------------------------------------------------------------------------- */
#alpha p.breadcrumbs {
  margin-bottom: 5px;
}

/* alpha box style
------------------------------------------------------------------------- */
#alpha p {
  margin-bottom: 20px;
}

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

#alpha .block .block {
  margin-bottom: 10px;
  clear: both;
  background: none;
}

/* alpha ul ol
-------------------------------------------------------------------------------- */
#alpha ul {
  list-style: inside circle;
  margin: 0 30px 15px;
}

#alpha ul li {
  list-style: outside circle;
  margin: 0 0 10px;
  color: #C486D4;
  font-weight: bold;
}

#alpha ul ul {
}

#alpha li li {
  font-size: 108%;
}

#alpha ol {
  list-style: decimal inside;
}

#alpha ol li {
  list-style: decimal inside;
}

/* alpha ul.btn
-------------------------------------------------------------------------------- */
#alpha ul.btn {
  list-style: none;
  margin: 0;
}

#alpha ul.btn li {
  list-style: none;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#alpha ul.btn li.end {
  margin: 0;
}

/* alpha hx
-------------------------------------------------------------------------------- */
#alpha h1, #alpha h2, #alpha h3, #alpha h4, #alpha h5, #alpha h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

#alpha .end {
  margin: 0;
}

/* alpha box
------------------------------------------------------------------------- */
#alpha .box {
  background: #FFF8E8;
  padding: 15px 15px 1px;
  margin-bottom: 15px;
}

/* beta
------------------------------------------------------------------------- */
#beta {
	width: 220px;
	float: left;
	text-align: left;
  line-height: 160%;
  background: url(/images/common/bg/side-top.gif) no-repeat 0 0;
  padding-top: 5px;
  margin-top: -2px;
}

.beta_bottom {
  background: url(/images/common/bg/side-footer.gif) no-repeat 0 100%;
  padding-bottom: 80px;
}

.beta_inner {
  background: url(/images/common/bg/side-content.gif) repeat-y 0 0;
}

#beta h3, #beta h4 {
  margin-bottom: 10px;
}

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

/* beta block
-------------------------------------------------------------------------------- */
#beta .block {
  margin-bottom: 5px;
  padding: 0 5px 0 5px;
}

/* beta ul
-------------------------------------------------------------------------------- */
#beta ul {
  margin-bottom: 0px;
  list-style: none;
}

#beta li {
  list-style: none;
}

/* beta box dl
------------------------------------------------------------------------- */
#beta dl.information {
  margin-bottom: 10px;
  padding: 10px;
  background: #FCF6F3;
  font-size: 93%;
}

#beta dl.information dt {
  font-weight: bold;
}

#beta dl.information dd {
  margin-bottom: 10px;
}

/* blog
------------------------------------------------------------------------- */
#alpha .entry-title {
  background: url(/images/common/icon/circle01.gif) no-repeat 0 50%;
  padding-left: 20px;
}

/* footer
------------------------------------------------------------------------- */
#footer {
  background: url(/images/common/bg/footer.gif) repeat-x 0 0;
  clear: both;
  text-align: center;
  padding: 25px 0 0 0;
}

.footer_inner {
  width: 840px;
  margin: 0 auto;
  text-align: left;
}

#footer p {
	margin-bottom: 5px;
}

.shop_info {
  line-height: 170%;
  border: 1px solid #F1E2F5;
  padding: 15px 15px 10px;
  margin-bottom: 15px;
  background: url(/images/common/bg/footer-box.gif) repeat 0 0;
}

.shop_info p {
  font-size: 121.3%;
  color: #A749BE;
}

.shop_info p strong {
  color: #A749BE;
}

/* copyright
-------------------------------------------------------------------------------- */
.copyright {
  padding: 10px 0 25px;
  text-align: left;
  clear: both;
}

.copyright h3 {
  display: inline;
  margin-right: 0.4em;
}

/* #alpha map
------------------------------------------------------------------------- */
#alpha .mapback {
  margin: 0 0 20px;
  border: 1px solid #CCC;
  padding: 3px;
}

#alpha #map {
  margin: 0;
  height: 250px;
}

#alpha .mapback .map {
  margin: 0;
  height: 250px;
}

/* blog
------------------------------------------------------------------------- */
#alpha .entrytitle {
  font-size: 138.5%;
  border-left: 5px solid #C486D4;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}


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

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