@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	font-size:12px;
	color:#555555;
}

/* HTML5
--------------------*/

article,
aside,
footer,
header,
nav,
section{
  display: block;
}

/* CSS Document */

body{
	background:#ffffff;
	text-align:center;
	font-size:12px;
	color:#000000;
	padding:0px 0 0 0;
}

a:link{color:#999999; text-decoration:none; }
a:visited{color:#999999; text-decoration:none; }
a:active{color:#555555; text-decoration:underline; }
a:hover{color:#555555; text-decoration:underline; }

p { line-height:150%; }

/* header */

header {
	background:url(../images/nav_bg.gif) repeat-x left bottom;
	width:100%;
	height:160px;
	text-align:center;
}

#header {
	text-align:left;
	width:940px;
	margin:0 auto;
	position:relative;
}

header h1 {
	background:url(../images/logo.gif) no-repeat left top;
	text-indent:-9999px;
	width:236px;
	height:41px;
	position:absolute;
	left:0;
	top:24px;
}
header h1 a {
	display:block;
	width:236px;
	height:41px;
}

header #inquiry {
	position:absolute;
	right:0;
	top:24px;
	width:199px;
}

header #search {
	position:absolute;
	right:0;
	top:131px;
	width:372px;
	overflow:hidden;
}

header #search dt {
	float:left;
	width:128px;
}
header #search dt img {
	display:block;
	padding:1px 0 0 0;
}
header #search dd {
	text-align:right;
}
header #search input.text {
	float:left;
	width:184px;
	height:17px;
	border:solid 1px #b5af98;
}




/* nav */

nav {
	text-align:left;
	width:940px;
	height:41px;
	position: absolute;
	left:0;
	top:80px;
	overflow:hidden;
}

nav ul li {
	width:188px;
	height:41px;
	float:left;
}

nav #nav01 a {
	background-image:url(../images/nav01.gif);
}
nav #nav02 a {
	background-image:url(../images/nav02.gif);
}
nav #nav03 a {
	background-image:url(../images/nav03.gif);
}
nav #nav04 a {
	background-image:url(../images/nav04.gif);
}
nav #nav05 a {
	background-image:url(../images/nav05.gif);
}

nav ul li a {
	display:block;
	text-indent:-9999px;
	width:188px;
	height:41px;
	background-position:left top;
	background-repeat:no-repeat;
}

nav ul li a:hover , nav ul li.act a {
	background-position:left bottom;
}

/* content */

#content {
	width:940px;
	margin:10px auto 0 auto;
	text-align:left;
	overflow:hidden;
}

/* swf */

#swf {
	width:940px;
	height:420px;
	margin:0 0 20px 0;
}


/* article */

article {
	width:660px;
	float:left;
}

article section {
	position:relative;
}

#salon_search {
	margin:0 0 20px 0;
}

#salon_search h2 {
	border-bottom:solid 2px #d9d4c5;
	background:url(../images/h2_salon_search.gif) no-repeat left top;
	text-indent:-9999px;
	height:20px;
	margin:0 0 11px 0;
	border-bottom:solid 2px #d9d4c5;
}

#salon_search dl {
	border-bottom:dotted 1px #cccccc;
	width:660px;
	overflow:hidden;
}
#salon_search dt {
	background:url(../images/prov.gif) no-repeat left top;
	width:88px;
	float:left;
	clear:left;
	margin:2px 0 1px 0;
}
#salon_search dt span {
	display:block;
	background:url(../images/prov_btm.gif) no-repeat left bottom;
	color:#ffffff;
	padding:2px 0 0 0;
	margin:0;
	line-height:18px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}



#salon_search dd {
	border-top:dotted 1px #cccccc;
	padding:3px 0 1px 98px;
}
#salon_search dd ul li {
	display: inline;
	padding-right:0.5em;
	margin:0;
	line-height:18px;
}


#whatsnew {
}

#whatsnew h2 {
	border-bottom:solid 2px #d9d4c5;
	background:url(../images/h2_whatsnew.gif) no-repeat left top;
	text-indent:-9999px;
	height:20px;
	margin:0 0 10px 0;
	border-bottom:solid 2px #d9d4c5;
}

#whatsnew dl {
	width:660px;
	overflow:hidden;
}
#whatsnew dl dt {
	float:left;
	clear:left;
	width:6em;
	padding:0px 0 0 0;
}
#whatsnew dl dt time {
	font-size:10px;
	color:#999999;
}
#whatsnew dl dd {
	border-bottom:dotted 1px #cccccc;
	padding:0px 0 3px 6em;
	margin:0 0 5px 0;
	line-height:120%;
}
#whatsnew dl dd p {
	line-height:120%;
}
#whatsnew dl dd img {
	vertical-align: middle;
	padding-left:5px;
}



/* aside */

aside {
	width:260px;
	float:right;
}

aside #sidebnr li {
	margin:0 0 13px 0;
}


#con_link {
	clear:both;
	padding:40px 0 7px 0;
	width:660px;
}
#con_link ul {
	clear:both;
	width:940px;
	overflow:hidden;
	margin-left:-10px;
}
#con_link ul li {
	border-left:1px solid #cccccc;
	display:inline;
	padding:0 10px;
	font-size:10px;
}
#con_link ul li a {
	font-size:10px;
}


/* footer */

footer {
	width:100%;
	overflow:hidden;
	padding:0;
	border-top:solid 1px #cccccc;
	background:#f3f2ee;
	text-align:center;
}

#footer {
	width:940px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

#foot_n_group {
	height:110px;
}
#foot_n_group dt {
	text-align:center;
	position:absolute;
	left:0;
	top:20px;
	width:940px;
}

#foot_n_group #grp01 {
	position:absolute;
	left:352px;
	top:50px;
	width:62px;
}
#foot_n_group #grp02 {
	position:absolute;
	left:424px;
	top:50px;
	width:63px;
}
#foot_n_group #grp03 {
	position:absolute;
	left:493px;
	top:52px;
	width:95px;
}
#foot_n_group #grp04 {
	position:absolute;
	left:498px;
	top:78px;
	width:88px;
}

#foot_link  {
	text-align:center;
}
#foot_link  li {
	display:inline;
	border-right:1px solid #cccccc;
	padding:0 5px;
	line-height:180%;
	font-size:10px;
}
#foot_link  li a {
	font-size:10px;
}


address {
	text-decoration:none;
	font-style: normal;
	text-align:center;
	padding:20px 0;
	font-size:10px;
}
