<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#loader {
	width: 32px;
	height: 32px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6å¯¾ç­– */
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightã®åŠåˆ†ã®ãƒžã‚¤ãƒŠã‚¹å€¤ */
	margin-left: -16px; /* widthã®åŠåˆ†ã®ãƒžã‚¤ãƒŠã‚¹å€¤ */
	z-index: 9999999999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/*============================================================
//  ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
//==========================================================*/

.infobar:after,
#sectionSalon .box:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.infobar,
#sectionSalon .box{
	zoom: 1;
}
* html .infobar {
	behavior: expression(IEPNGFIX.fix(this));
}
.infobar{
	background:url(/image/common/infoBar_bg.png) repeat-x;
	width:100%;
	height:46px;
	line-height:46px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:999999;
}
.infobar .logo{
	width:245px;
	margin:10px 60px 0 30px;
	float:left;
}
.infobar p.copy{
	width:235px;
	height:10px;
	margin:20px 20px 0 0;
	float:right;
}
.infobar ul.infoNav{
	width:210px;
	list-style:none;
	float:left;
	margin:8px 0 0 0;
}
* html .infobar ul.infoNav li.portfolio {
	behavior: expression(IEPNGFIX.fix(this));
}
.infobar ul.infoNav li.portfolio{
	width:70px;
	height:30px;
	text-indent:-9999px;
	float:left;
}
.infobar ul.infoNav li.portfolio a{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:0px 0px;
}
.infobar ul.infoNav li.portfolio a:hover{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:0px 0px;
}
* html .infobar ul.infoNav li.profile {
	behavior: expression(IEPNGFIX.fix(this));
}
.infobar ul.infoNav li.profile{
	width:70px;
	height:30px;
	text-indent:-9999px;
	float:left;
}
.infobar ul.infoNav li.profile a{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:-70px 0px;
}
.infobar ul.infoNav li.profile a:hover{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:-70px 0px;
}
* html .infobar ul.infoNav li.contact {
	behavior: expression(IEPNGFIX.fix(this));
}
.infobar ul.infoNav li.contact{
	width:70px;
	height:30px;
	text-indent:-9999px;
	float:left;
}
.infobar ul.infoNav li.contact a{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:-140px 0px;
}
.infobar ul.infoNav li.contact a:hover{
	width:70px;
	height:30px;
	display:block;
	background:url(/image/common/infoBar_nav.png) no-repeat;
	background-position:-140px 0px;
}
span#description{
	text-shadow:1px 1px 1px #000;
	display:none;
}
span#loading{
	display:none;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	background:transparent url(/image/common/loading.gif) no-repeat center right;
	font-size:0.8em;
	color:#777;
}

/*============================================================
//  ã‚µãƒ&nbsp;ãƒã‚¤ãƒ«
//==========================================================*/

#thumbsWrapper{
	overflow:hidden;
	position:fixed;
	height:100%;
	width:100%;
	left:0px;
	right:0px;
	bottom:0px;
}
#content{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
	left:0px;
	background-color:#FFF;
	overflow-y:scroll;
	display:none;
}
#content img{
	float:left;
	margin:1px;
	cursor:pointer;
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
	float:left;
	clear:both;
	width:100%;
	height:30px;
}

/*============================================================
//  æ‹¡å¤§
//==========================================================*/

#panel{
	background-color:#FFF;
	width:100%;
	height:0px;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
}
#panel img{
	cursor:pointer;
	position:relative;
	-moz-box-shadow:0px 0px 6px #999;
	-webkit-box-shadow:0px 0px 6px #999;
	box-shadow:0px 0px 6px #999;
	display:none;
}
#wrapper{
	position:relative;
	margin:25px auto 0px auto;
}
a#next,
a#prev{
	width:80px;
	height:60px;
	position:fixed;
	cursor:pointer;
	outline:none;
	display:none;
	background: url(/image/common/nav.png) no-repeat top left;
	z-index:9999;
}

a#next{
	right:0px;
	top:50%;
	margin-top:-60px;
	background-position: 0px 0px;
}
a#prev{
	left:0px;
	top:50%;
	margin-top:-60px;
	background-position: 0px -60px;
}

/*============================================================
//  ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ«
//==========================================================*/

#TB_window {
	font: 1.0em;
	color: #666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/image/common/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#666;
	display:none;
	border: 1px solid #222;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:5px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	color:#FFF;
	float:left;
	padding:7px 0 0 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#FFF
	height:30px;
}
#TB_ajaxContent{
	clear:both;
	padding:0px 30px 15px 30px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent .name{
	width:230px;
	margin-bottom:18px;
}
#TB_ajaxContent p{
	font-size:1.0em;
	color:#666;
	font-family: "å¹³æˆæ˜Žæœ","ï¼­ï¼³ æ˜Žæœ","ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", Hiragino Mincho Pro;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

</pre></body></html>