@charset "Shift_JIS";
*{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	background-repeat: no-repeat;
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

strong {
  color: #e60033;
}


#wrapper {
  width: 800px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc; 
}

/* リンク
---------------------------------------------------- */
a{
 text-decoration : none;
}
a:hover{
 text-decoration : none;
 background-color: #feeeed;
 color:#CC0000;
}

/* ヘッダ
---------------------------------------------------- */
#header{
  width:800px;
  height:61px;
  border-bottom: 1px solid #000000;
  background-color:#fab27b;
}

#header img {
  left: 0;
  float: left;
}

#header h1 {
  text-align: right;
  font-size: 14px;
  color: #ffffff;
  margin: 3 8 -5;
  padding: 1em;
}

#menu{
  margin: 0;
  line-height: 1.0;
  background-color:#fedcbd;
  width: 800px;
  border-bottom: 1px solid #000000;
}

#menu ul {
  margin: 0;
  padding: 5px;
  width: 760px;
  list-style: none;
  text-align: center;
  font-size: 11px;
  line-height: 1.0;
}

#menu li {
  display: inline;
  padding-left: 40px;
  text-transform: uppercase;
  vertical-align: top;
}

#menu li a {
   color:#000000;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  float: right;
  width: 550px;
  padding-left:30px;
  padding-bottom:30px;
  background-color:#ffffff;
  border-left: 1px solid #cccccc;
}

#content img {
　margin-bottom:20px;
}

#content img.top{
  margin: 1em 0 0 0;
}

#content img.right{
  float:right;
  margin: 0px 0px 15px 15px;
}

#content img.left{
  float:left;
  margin: 0px 15px 15px 0px;
}

.basec {
  float: left;
  margin-left: 0px;
  width: 500px;
margin-top:10px;
}

.basec p {
  margin-left: 1em;
  margin-top: 1em;
  line-height: 160%;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#content h2 {
  font-size: 14px;
  padding: 10px 0 4px 18px;
  background-image:url(images/item_beauty/h2.gif);
  background-position: left bottom;
  clear:both;
  margin-top:30px;
  color: #ffffff;
}

#content h3 {
  font-size: 14px;
  padding: 10px 0 4px 18px;
  background-image:url(images/item_beauty/h3.gif);
  background-position: left bottom;
  clear:both;
  margin-top:30px;
  color: #583822;
;
}

#content h4 {
  font-size: 14px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: -10px;
  background-image:url(images/item_beauty/h4.gif);
  clear:both;
  color: #ffffff;
}
#content ul {
  margin: 1em 2em;
  padding: 2;
  list-style: outoside;
  width: 450px;
}

#content li {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 22px;
  font-size: 13px;
}

.hr {
 size=1px
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 180px;
  padding-left: 10px;
  margin-top:10px;
  border-top: 13px solid #fab27b;
}

#navigation h3 {
  margin: 1em 0 0.3em;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: transparent;
  padding: 5px;
  border-left: 5px solid #fab27b;
}

#navigation ul {
  margin: 0 0 1em;
  padding: 2px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  list-style: none;
}

#navigation li {
margin: 0;
padding: 3px;
text-align: left;
line-height: 16px;
font-size: 12px;
color: #000000;
}


#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
}

#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: x-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation div {
  margin: 0.7em 0 0 5px;
}

/* フッタ
---------------------------------------------------- */
#footer {
  width:800px;
  clear: both;
  background-color:#fab27b;
}

#footer ul {
  margin: 0;
  padding: 15px 0;
  width: 742px;
  list-style: none;
  text-align: right;
  font-size: 13px;
}

#footer li {
  display: inline;
  padding-left: 1.7em;
  text-transform: uppercase;
}
#footer li a {
  padding: 11px 0;
  vertical-align: middle;
  text-decoration: none;
}

#footer p {
  margin: 0;
  padding: 1em 35px 1em 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}

