@charset "utf-8";

/***************************************************
	LUNASIA スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.5;
	color: #505050;
	background-color: #f5f0f0;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}

#wrap {
	width: 998px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #ffffff url(../img/temp/container_bg.jpg) repeat-y;
}
#container {
	width: 998px!important;
	background: url(../img/temp/footer_bg.jpg) left bottom no-repeat;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #646464;
	text-decoration: underline;
}
a:visited {
	color: #848484;
	text-decoration: underline;
}
a:hover {
	color: #be5a5a;
	text-decoration: none;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----header-----*/
#header {
	position: relative;
	width: 998px;
	background: url(../img/temp/header_bg.jpg) 0 0 repeat-x;
}
#header h1 {
	position: absolute;
	font-size: 11px;
	top: 7px;
	right: 10px;
	z-index: 1;
}

#header p.contact {
	padding: 7px 0 8px 18px;
}
#header p.contact a {	padding-right: 1px;}

#header #top_navi {
	position: absolute;
	top: 26px;
	right: -5px;
}
#header #top_navi li {	display: inline;}
#header #top_navi li a {
	padding: 0 15px;
	font-size: 91%;
	color: #787878;
	text-decoration: none;
}
#header #top_navi li a:hover {
	color: #a02828;
	text-decoration: underline;
}

#header h2.logo {
	float: left;
	width: 120px;
}
#header h2.logo a {
	display: block;
	width: 120px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/temp/logo.jpg) 0 0 no-repeat;
}
#header h2.logo a:hover {	background-position: 0 -50px;}

/*-----gnavi-----*/
#gnavi {
	float: left;
	width: 878px;
}

#gnavi #nav {
	position: relative;
	height: 50px;
	background: url(../img/temp/gnavi_bg.jpg) right top no-repeat;
	z-index: 10;
}
#gnavi #nav li {
	position: relative;
	float: left;
	width: 145px;
}
#gnavi #nav li.n06 {	width: 143px;}
#gnavi #nav a {
	display: block;
	height: 50px;
	text-indent: -9999px;
}
#gnavi li.n01 a {	background: url(../img/temp/gnavi01.jpg) 0 0 no-repeat;}
#gnavi li.n02 a {	background: url(../img/temp/gnavi02.jpg) 0 0 no-repeat;}
#gnavi li.n03 a {	background: url(../img/temp/gnavi03.jpg) 0 0 no-repeat;}
#gnavi li.n04 a {	background: url(../img/temp/gnavi04.jpg) 0 0 no-repeat;}
#gnavi li.n05 a {	background: url(../img/temp/gnavi05.jpg) 0 0 no-repeat;}
#gnavi li.n06 a {	background: url(../img/temp/gnavi06s.jpg) 0 0 no-repeat;}

#gnavi li.n01 a:hover,
#gnavi li.n02 a:hover,
#gnavi li.n03 a:hover,
#gnavi li.n04 a:hover,
#gnavi li.n05 a:hover,
#gnavi li.n06 a:hover {	background-position: 0 -50px;}

#gnavi #nav ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 5px;
	width: 134px;
}
* html #gnavi #nav ul { line-height: 0;} /* IE6 "fix" */
#gnavi #nav ul li {
	float: none;
	width: 134px;
	padding-bottom: 1px;
	background: url(../img/temp/border01.gif) center bottom no-repeat;
	font-size: 0;
}
#gnavi #nav ul li.n03-6,
#gnavi #nav ul li.n04-6,
#gnavi #nav ul li.n05-7 {	background-image: none;}
#gnavi #nav ul a {
	height: auto;
	margin: 0;
	padding: 5px 0 3px 13px;
	background-color: #e4c0c0;
	background-image: none;
	font-size: 11px;
	color: #7e1616;
	text-decoration: none;
	text-indent: 0;
	line-height: 1;
	zoom: 1;
}
#gnavi #nav ul a.hover {
	background: #edd3d3 url(../img/temp/ico01.gif) 5px center no-repeat;
}
#gnavi #nav ul a {border-bottom: none;opacity: 0.9; filter: alpha(opacity=90);}

/*#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; }*/
/*#nav li.hover a { background-color: #e1b9b9;}*/


#location {
	padding-right: 14px;
	font-size: 83%;
	text-align: right;
}
#location a:link, #location a:visited {	color: #323232;}
#location dfn {	color: #a02828;}

/*-----contents-----*/
#contents {	padding: 8px 0 20px;}

#SalonMenu, #HomepageMenu {
	width: 958px;
	margin-left: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c39191;
	border-left: 1px solid #c39191;
}
#HomepageMenu {	margin-top: 10px;}
#SalonMenu li, #HomepageMenu li {
	display: inline;
	padding-left: 15px;
	color: #a02828;
	white-space: nowrap;
}
#SalonMenu li a, #HomepageMenu li a {	padding-left: 2px;}

#contents #snavi #bn_navi {	padding-bottom: 10px}
#contents #snavi #bn_navi li {	padding-bottom: 10px;}
#contents #snavi #bn_navi li a dfn {
	display: block;
	padding-top: 1px;
	padding-left: 10px;
	background: url(../img/temp/ico02.gif) left center no-repeat;
	font-size: 83%;
	color: #505050;
	text-decoration: underline;
}
#contents #snavi #bn_navi li a:hover dfn {	color: #be5a5a;}
#contents #snavi #bn_navi li a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#contents #snavi #shop_navi {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: #f5ebeb;
}
#contents #snavi #shop_navi dl {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../img/temp/border02.gif) left bottom repeat-x;
}
#contents #snavi #shop_navi dl.end {
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: none;
}
#contents #snavi #shop_navi dt {
	margin-bottom: 5px;
	padding: 1px 3px;
	background-color: #e6c3c3;
	font-size: 83%;
	color: #a02828;
	line-height: 1.2;
}
#contents #snavi #shop_navi dt#cute {
	color: #fff;
	background-color: #e43c87;
}
#contents #snavi #shop_navi dd.image {
	float: left;
	width: 95px;
}
#contents #snavi #shop_navi dd.image a:hover img,
#contents .right_snavi_bn_area p a:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#contents #snavi #shop_navi dd.text {
	float: right;
	width: 153px;
	font-size: 91%;
	color: #323232;
	line-height: 1.1;
}
#contents #snavi #shop_navi dd.text a {
	padding-left: 7px;
	background: url(../img/temp/ico01.gif) left center no-repeat;
	color: #a02828;
}
#contents #snavi #shop_navi dd.text a:hover {	text-decoration: none;}
#contents .right_snavi_bn_area p {
	padding-top:10px;
}
/*-----footer-----*/
#footer {
	clear: both;
	min-height: 460px;
	_height: 460px;
	padding: 0 300px 0 31px;
}
#footer ul.btm_navi {
	margin: 17px 0 15px 15px;
}
#footer dl {	margin-left: 15px;	margin-bottom: 6px;}
#footer dl.n01 {	margin-top: 16px;}
#footer dl.n04 {	margin-bottom: 15px;}
#footer dt {
	display: inline;
	padding-right: 12px;
	white-space: nowrap;
	color: #a02828;
	font-weight: bold;
}
#footer ul.btm_navi li,
#footer dd {
	display: inline;
	white-space: nowrap;
	color: #a02828;
	font-size: 91%;
}
#footer ul.btm_navi li a,
#footer dd a {
	padding: 0 16px 0 3px;
	font-size: 91%;
	color: #787878;
	text-decoration: none;
}
#footer ul.btm_navi li a:hover,
#footer dd a:hover {
	color: #a02828;
	text-decoration: underline;
}

#footer h4 {
	padding: 8px 0 4px;
	color: #323232;
	font-size: 91%;
}

/*-----copyright-----*/
#copy {
	width: 988px;
	margin: 0 auto;
	padding: 10px 20px 10px 10px;
	background: #f5f0f0 url(../img/temp/copy_bg.jpg) 0 0 no-repeat;
/*	text-align: right;*/
	line-height: 1.3;
}
#copy .copyright {
	float: right;
	width: 252px;
/*	color: #c39191;
	font-size: 11px;
	letter-spacing: 1.1px;*/
}
#copy .shopmedia {
/*	display: none;*/
	text-align: left;
}
#copy .shopmedia a {
	font-size: 11px;
	text-decoration: none;
	color: #787878;
}
#copy .shopmedia a:hover {	color: #ff9900;}


