﻿@charset "utf-8";
/* =formatting style
----------------------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-color: #F5FBF8;
}
/* =link style
--------------------------------------------------------------*/
a img {
	border: none;
}
a:link,a:visited {
	color: #5e8eab;
}
a:hover {
	background: #e6ffe8;
	color: #666666;
	text-decoration: none;
}
a:active {
	top: 1px;
	left: 1px;
	position: relative;
}
/* =layout style
----------------------------------------------------------------*/
#wrapper {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#6CC49F;
	scrollbar-3dlight-color:#6CC49F;
	scrollbar-darkshadow-color:#6CC49F;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/base/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 111px;
}
#contents {
	height: 390px;
	overflow: auto;
}
#contents #main1 {
	float: left;
	width: 397px;
	height: 390px;
}
#contents #main2 {
	float: right;
	width: 385px;
	height: 390px;
}
#menu {
	clear: both;
	background-image: url(../images/base/menu.gif);
	background-repeat: no-repeat;
	height: 77px;
}
/* =basic style
--------------------------------------------------------------*/
.komidashi {
	font-weight: bold;
	color: #519579;
	padding: 3px 0px 3px 5px;
	text-align: left;
	background: #DEEDE7 url(../images/base/bg_komidashi.gif);
	letter-spacing: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #BEDBCF;
	border-right: 1px solid #849A92;
	border-bottom: 1px solid #849A92;
	border-left: 12px solid #5CA586;
	font-size: 1em;
}
.komidashi2 {
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #D68585;
	background: #F5E0E0;
	border-top: 1px solid #EBC2C2;
	border-right: 1px solid #A48889;
	border-bottom: 1px solid #A48889;
	border-left: 12px solid #C96363;
	letter-spacing: 0.3em;
	font-size: 1em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#contents h2 {
	margin: 10px 10px 25px;
	font-size: 1em;
}
#contents h3 {
	margin: 10px;
	font-size: 1em;
}
#contents h4 {
	margin: 10px;
	font-size: 1em;
}
#contents h5 {
	margin: 0px 0px 0px 15px;
	color: #4666AD;
	font-size: 1em;
}
p.pagetop {
	clear: both;
	text-align: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
em {
	color: #ff3366;
	font-weight: bold;
}
.imgbox {
	float: right;
	padding: 5px;
}
.imgspace {
	margin-left: 15px;
}
p.honbun1 {
	margin: 10px 33px 10px 15px;
}
address {
	text-align: center;
	color: #999999;
}
h1 {
	padding-top: 6px;
}

p#lead {
	position: absolute;
	top: 30px;
	left: 375px;
	font-size: 1em;
}

/* =menu style
--------------------------------------------------------------*/
#menu ul {
	margin-left: 71px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu li a {
	display: block;
	height: 56px;
	width: 56px;
	float: left;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 24px;
	overflow: hidden;
	text-indent: -9999px;
}
#menu li#mblog a {
}

/*HOMEのボタンリンクとロールオーバー*/
#menu li#mhome a {
	background: url(../images/base/HOME.gif) no-repeat;
}
#menu li#mhome a:hover {
	background-image: url(../images/base/HOME_hover.gif);
	background-repeat: no-repeat;
}
/*PRのボタンリンクとロールオーバー*/
#menu li#mpr a {
	background-image: url(../images/base/PR.gif);
	background-repeat: no-repeat;
}
#menu li#mpr a:hover {
	background-image: url(../images/base/PR_hover.gif);
	background-repeat: no-repeat;
}
/*NEWSのボタンリンクとロールオーバー*/
#menu li#mnews a {
	background-image: url(../images/base/NEWS.gif);
	background-repeat: no-repeat;
}
#menu li#mnews a:hover {
	background-image: url(../images/base/NEWS_hover.gif);
}
/*PRICEのボタンリンクとロールオーバー*/
#menu li#mprice a {
	background: url(../images/base/PRICE.gif) no-repeat;
}
#menu #mprice a:hover {
	background: url(../images/base/PRICE_hover.gif);
}
/*EVENTのボタンリンクとロールオーバー*/
#menu li#mevent a {
	background: url(../images/base/EVENT.gif) no-repeat;
}
#menu #mevent a:hover {
	background: url(../images/base/EVENT_hover.gif);
}
/*MAPのボタンリンクとロールオーバー*/
#menu li#mmap a {
	background: url(../images/base/MAP.gif) no-repeat;
}
#menu li#mmap a:hover {
	background: url(../images/base/MAP_hover.gif);
}
/*LINKのボタンリンクとロールオーバー*/
#menu li#mlink a {
	background: url(../images/base/LINK.gif) no-repeat;
}
#menu li#mlink a:hover {
	background: url(../images/base/LINK_hover.gif);
}
/*COSMETICSのボタンリンクとロールオーバー*/
#menu li#mcosme a {
	background: url(../images/base/COSME.gif) no-repeat;
}
#menu li#mcosme a:hover {
	background: url(../images/base/COSMETICS_hover.gif);
}
/*COSMETICSのボタンリンクとロールオーバー*/
#menu li#mblog a {
	background-image: url(../images/base/BLOG.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}
#menu li#mblog a:hover {
	background-image: url(../images/base/BLOG_hover.gif);
}
/* selected button */
#home #menu li#mhome a {
	background-image: url(../images/base/HOME_active.gif);
	background-repeat: no-repeat;
}
#pr #menu li#mpr a {
	background-image: url(../images/base/PR_active.gif);
	background-repeat: no-repeat;
}
#news #menu li#mnews a {
	background-image: url(../images/base/NEWS_active.gif);
	background-repeat: no-repeat;
}
#price #menu li#mprice a {
	background-image: url(../images/base/PRICE_active.gif);
	background-repeat: no-repeat;
}
#event #menu li#mevent a {
	background-image: url(../images/base/EVENT_active.gif);
	background-repeat: no-repeat;
}
#map #menu li#mmap a {
	background-image: url(../images/base/MAP_active.gif);
	background-repeat: no-repeat;
}
#links #menu li#mlink a {
	background-image: url(../images/base/LINK_active.gif);
	background-repeat: no-repeat;
}
#cosmetics #menu li#mcosme a {
	background-image: url(../images/base/COSMETICS_active.gif);
	background-repeat: no-repeat;
}
/* =home style
--------------------------------------------------------------*/
#home #contents #main1 {
	background-image: url(../images/index/bg_main1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 406px;
}
#home #contents #main2 {
	background-image: url(../images/index/bg_main2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 394px;
}
#home #contents #main2 h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
dl#news-box {
	height: 150px;
	background: url(../images/w-new/bg_w-new.gif);
	margin: 0px;
	padding: 0px;
	width: 350px;
	overflow: auto;
	border: 1px solid #6CC49F;
	text-align: center;
}
dl#news-box dt {
	margin: 5px;
	padding: 0px;
	text-align: center;
}
dl#news-box dd {
	margin: 0px;
	padding: 5px 5px 5px 12px;
	text-align: left;
}
/* =news style
--------------------------------------------------------------*/
table.annai {
	margin: 0px 0px 20px 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}
table.annai caption {
	display: none;
}
.annai th {
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	border-right: 1px solid #6666FF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.annai td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #6666FF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 270px;
}
ul#yoyaku {
	list-style: none;
	margin-left: 15px;
	color: #FF0033;
}
/* =price style
----------------------------------------------------------------*/
table.price {
	border-style: none;
	margin: 0px 0px 15px 8px;
	border-collapse: collapse;;
	width: 180px;
}
.price caption {
	color: #CC6666;
	font-weight: bold;
	text-align: center;
}
.price th {
	margin: 0px;
	padding: 2px 0px;
	width: 115px;
	border-style: none;
	font-weight: normal;
	text-align: left;
}
.price td {
	margin: 0px;
	padding: 2px 0px;
	width: 65px;
	border-style: none;
	text-align: right;
}

.cell_color {
	background: #FAEFEF;
}
#price #main1 #price1 {
	float: left;
	width: 190px;
}
#price #main1 #price2 {
	float: right;
	width: 190px;
}
/* =links style
--------------------------------------------------------------*/
.link_box {
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 15px;
	float: left;
	width: 340px;
	border-bottom: 1px solid #DEEDE7;
}
.link_box img {
	margin: 0px;
	padding: 5px 15px 5px 5px;
	float: left;
}

p.link_lead {
	margin: 5px;
	padding: 0px;
}
/* =event style
--------------------------------------------------------------*/
#event ul#campaign {
	margin-left: 20px;
	list-style: none;
	color: #009933;
}
iframe {
	border-style: none;
	height: 100%;
	width: 100%;
}
