@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 */
@import url("dropdown.css"); /* menu 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;
}

#page {
  text-align: center;
	margin: 0 auto;
  padding-top: 0;
  width: 830px;
}

/* header
------------------------------------------------------------------------- */
#header {
	text-align: left;

	position: relative;
  margin-bottom: 6px;
  color: #AB9C45;
  height: 37px;
}

#header h1 {
  position: absolute;
  left: 414px;
  text-align: right;
  width: 415px;
  font-size: 100%;
  top: 29px;
}

#header p.description {
  position: absolute;
  left: 414px;
  text-align: right;
  width: 415px;
  font-size: 100%;
  top: 45px;
}

/* Logo
-------------------------------------------------------------------------------- */
#header p.logo {
  width: 600px;
  height: 210px;
  margin: 0;
  background: url(../images/common/bg/logo-back.jpg) no-repeat 0 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: -101px;
}

#header .logo a {
  padding: 135px 0 0 0;
  width: 126px;
  overflow: hidden;
  display: block;
  height: 0px!important;
  height /**/:135px;/* for ie5.x */
  line-height: 130%;
  background: url(../images/common/logo/logo.jpg) no-repeat 0 0;
  margin: 26px 0 0 141px;
}

/* General
-------------------------------------------------------------------------------- */
strong {
  font-weight: bold;
  color: #993300;
}

/* anchor
------------------------------------------------------------------------- */
a {
  color: #990000;
	text-decoration: underline;
}

a:hover {
  background: #FFEEEE;
  text-decoration: underline;
}

a:visited {
  color: #640000;
  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:left;
	padding:0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0;
}

img.left {
  float: left;
  margin: 0 20px 15px 0;
  padding: 0;
}

img.bor {
  border: 5px solid #D0CEC4;
}

p.breadcrumbs {
  margin: 0 0 10px;
}

/* main image
------------------------------------------------------------------------- */
/* top */
.mainimg {
  line-height: 150%;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

/* content
------------------------------------------------------------------------- */
#content {
  position: relative;
  margin: 0;
}

/* alpha
------------------------------------------------------------------------- */
#alpha {
  width: 600px;
  float: right;
  text-align: left;
  line-height: 170%;
  margin: 0;
  position: relative;
}

/* alpha inline style
------------------------------------------------------------------------- */
#alpha p.link {
  background: url(../images/common/icon/arrow01.gif) no-repeat 0 0.4em;
  padding: 0 0 0 17px;
  display: block;
}

#alpha .borders p span.link {
  background: url(../images/common/icon/arrow01.gif) no-repeat 0 50%;
  padding: 0 22px;
  display: inline;
}

#alpha p.attention {
  color: #FF0000;
}

#alpha p.breadcrumbs {
  margin-bottom: 5px;
}

/* alpha box style
------------------------------------------------------------------------- */
#alpha p {
  margin-bottom: 5px;
}

#alpha .pagetop {
  margin-bottom: 20px;
  clear: both;
}

#alpha .box01 {
  background: #F9F7EC;
  border: 3px solid #E7E0B4;
  padding: 15px 15px 0;
  margin: 0 0 15px;
}

#alpha .box02 {
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#alpha .box_store {
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#alpha .box h3 {
  margin-bottom: 8px;
}

#alpha .box .borders {
  border: 1px solid #D9D7D6;
  padding: 20px 20px 0;
}

/* alpha block
-------------------------------------------------------------------------------- */
#alpha .block {
  margin-bottom: 15px;
  clear: both;
}

#alpha .block .block {
  margin-bottom: 10px;
  clear: both;
  background: none;
}

/* alpha main & gamma
------------------------------------------------------------------------- */
#alpha .main {
  width: 320px;
  float: left;
  margin-bottom: 0px;
}

#alpha .gamma {
  width: 250px;
  float: right;
  margin-bottom: 0px;
}

/* alpha ul ol
-------------------------------------------------------------------------------- */
#alpha ul {
  list-style: inside circle;
  margin: 0 30px 15px;
}

#alpha ul li {
  list-style: outside circle;
  margin: 0 0 15px;
}

#alpha ul ul {
}

#alpha li li {
  font-size: 108%;
}

#alpha ol {
  list-style: decimal;
}

#alpha ol li {
  list-style: decimal;
}

/* alpha btn
-------------------------------------------------------------------------------- */
#alpha .check ul, #alpha .bn ul {
  margin: 0 0 20px;
  list-style: none;
}

#alpha .check ul li, #alpha .bn ul li {
  margin: 0;
  list-style: none;
  float: left;
}

#alpha .check {
  margin: 0;
  padding:0;
}

#alpha .bn ul li {
  margin-right: 10px;
}

#alpha .bn ul li.end {
  margin-right: 0;
}

#alpha ul.btn a {
  padding: 1px;
  background: #E6DCAE;
  display: block;
}

#alpha ul.btn a:hover {
  background: #C6AF44;
}

#alpha ul.option {
  list-style: none;
  margin: 0;
  display: block;
  padding-bottom: 15px;
}

#alpha ul.option li {
  padding: 0 15px 0 17px;
  list-style: none;
  background: url(../images/common/icon/circle01.gif) no-repeat 0 50%;
  margin-bottom: 0px;
  display: inline;
}

#alpha ul.options {
  list-style: none;
  margin: 0 0 15px;
}

#alpha ul.options li {
  padding: 0 15px 0 17px;
  list-style: none;
  background: url(../images/common/icon/circle01.gif) no-repeat 0 0.3em;
}

/* alpha hx
-------------------------------------------------------------------------------- */
#alpha h1, #alpha h2, #alpha h3, #alpha h4, #alpha h5, #alpha h6 {
  margin-bottom: 15px;
  font-weight: bold;
}

#alpha .end {
  margin: 0;
}

/* alpha box dl
------------------------------------------------------------------------- */
#alpha .news dl {
  background: #F9F7EC;
  border: 8px solid #95C65B;
}

#alpha .news dl dt {
  padding: 0;
  margin: 0 15px;
}

#alpha .news dl dd {
  padding: 0 0 10px;
  background: url(../images/common/bg/listline.gif) repeat-x 0 100%;
  margin: 0 15px 10px;
}

#alpha .block dl {
  margin-bottom: 15px;
  padding: 15px 0 5px;
}

#alpha .block dt {
  font-weight: bold;
}

#alpha .block dd {
}

#alpha dl.float-style {
  display: block;
  padding: 0;
}

#alpha dl.float-style dt {
  float: left;
  width: 8em;
}

#alpha dl.float-style dd {
  margin-left: 8em;
  margin-bottom: 10px;
}

/* #alpha blog
------------------------------------------------------------------------- */
#alpha .entry-summary {
  padding-bottom: 5px;
  margin-bottom: 35px;
}

#alpha .entry-summary-title {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url(../images/common/icon/icon01.gif) no-repeat 0 0.3em;
  padding: 3px 0 3px 22px;
  display: block;
}

#alpha .entry-title {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: url(../images/common/icon/icon01.gif) no-repeat 0 0.3em;
  padding: 3px 0 3px 22px;
  display: block;
}

#alpha .entry-summary-title a {
  font-weight: bold;
}

#alpha .entry-meta {
  padding: 0 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

#alpha .entry-body {
  margin-bottom: 15px;
}

#alpha .entry-footer dl {
  border: 3px solid #F6F4E4;
  padding: 15px 15px 0;
}

#alpha .entry-link {
  border: 3px solid #F6F4E4;
  padding: 15px 15px 0;
}

#alpha .content-nav {
  border: 3px solid #F6F4E4;
  padding: 15px;
}

/* beta
------------------------------------------------------------------------- */
#beta {
	width: 200px;
	float: left;
	text-align: left;
  line-height: 160%;
  padding-top: 160px;
}

#beta h3, #beta h4 {
  margin-bottom: 10px;
}

#beta p {
  margin-bottom: 10px;
}

/* beta block
-------------------------------------------------------------------------------- */
#beta .block {
	margin-bottom: 20px;
}

/* beta ul
-------------------------------------------------------------------------------- */
#beta ul {
  margin-bottom: 10px;
  list-style: none;
}

#beta li {
  list-style: none;
}

/* beta box dl
------------------------------------------------------------------------- */
#beta dl {
  margin-bottom: 10px;
}

#beta dt {
}

#beta dd {
}

#beta .category dl dd, 
#beta .recent-entries dl, 
#beta .category-monthly-archive dl dd {
  background: #F9F7EC;
  border: 3px solid #E7E0B4;
  padding-top: 15px;
}

#beta .category dl dd ul, 
#beta .recent-entries dl dd, 
#beta .category-monthly-archive dl dd ul {
  margin: 0 15px 0;
  padding: 0 0 10px;
}

#beta .recent-entries dl dt {
  margin: 0 15px 0;
  padding: 0;
}

#beta .category dl dd ul li, 
#beta .recent-entries dl dd, 
#beta .category-monthly-archive dl dd ul li {
  background: url(../images/common/bg/listline.gif) repeat-x 0 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* footer
------------------------------------------------------------------------- */
#footer {
  clear: both;
  color: #B1A040;
  text-align: center;
  border-top: 5px solid #F6F4E4;
  background: #F4F1DE;
  padding: 0;
}

.footer_box {
	background: #FBFAF2;
	padding: 20px 0 20px;
}

.footer_box ul {
  padding: 0;
  width: 830px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  color: #2D2012;
}

.footer_box ul li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

#footer .footer_box ul li a {
	color: #2D2012;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
  color: #B1A040;
}

#footer a:hover {
  color: #D2C782;
}

.shop_info {
  padding: 28px 0 0px;
  width: 830px;
  margin: 0 auto;
  text-align: left;
}

.footer_inner {
  background: url(../images/common/bg/footer.gif) repeat-x 0 0;
}

#footer address {
  background: url(../images/common/bg/address.gif) no-repeat 0 0;
  padding: 49px 0 0 0;
  width: 300px;
  overflow: hidden;
  display: block;
  height: 0px!important;
  height /**/:49px;/* for ie5.x */
  line-height: 130%;
}

/* copyright
-------------------------------------------------------------------------------- */
.copyright {
  padding: 15px 0 30px;
  width: 830px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}

.copyright h3 {
  display: inline;
  margin-right: 0.4em;
}

.relation {
  padding-top: 20px;
}

/* hack clearfix 荞݃nbN
-------------------------------------------------------------------------------- */
#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 */
