<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#layerWindowBgArea {
	z-index: 99999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../img/lw_img/layer_window_bg.png);
}

* html #layerWindowBgArea {
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/layer_window_bg.png", sizingMethod="scale");
}

#layerWindowViewArea {
	z-index: 199999;
	position: absolute;
	width: 420px;
	height: 680px;
	padding: 0px 60px;
	text-align: left;
	background-color: #9FF;
	background-image: url(../img/lw_img/layer_window_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}


#layerWindowNextArea, #layerWindowPrevArea {
	width: 70px;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow:hidden;
}

#layerWindowNextArea {
	margin: 10px 0px 0px 350px;
}

#layerWindowPrevArea {
	margin: -20px 0px 0px 0px;
}

#layerWindowNextArea a, #layerWindowPrevArea a {
	display: block;
	width: 68px;
	height: 32px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#layerWindowNextArea a {
	background-image: url(../img/lw_img/prof_next_btn.png);
	background-position:top right;
}

#layerWindowPrevArea a {
	background-image: url(../img/lw_img/prof_prev_btn.png);
}

#layerWindowNextArea a:hover, #layerWindowPrevArea a:hover {
	/*background-position: 0px -20px;*/
	opacity:0.6;
}


#layerWindowFrameArea {
	width: 420px;
	margin-left: 500px;
}


#layerWindowCloseArea {
	width: 73px;
	height: 23px;
	margin: 200px 0px 0px 348px;
	font-size: 12px;
	overflow: hidden;
}

#layerWindowCloseArea a {
	display: block;
	width: 76px;
	height: 23px;
	text-indent: -2000px;
	background-image: url(../img/lw_img/prof_close_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:contain;
}

#layerWindowCloseArea a:hover {
	/*background-position: 0px -20px;*/
	opacity:0.6;
}

#layerWindowCloseArea img {
	margin-left: 5px;
	padding-bottom: 3px;
	vertical-align: middle;
	border: none;
}

#layerWindowImageArea {
	height: 226px;
	margin: 4px 0px 0px 0px;
	padding: 8px 0 4px 0;
	text-align: center;
	background-color: #fff;
	background-image: url(../img/lw_img/prof_photo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

#layerWindowName {
	width: 420x;
	height: 41px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 18px;
	text-align: center;
	background-image: url(../img/lw_img/prof_name.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight:bold;
}


#layerWindowDataArea {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#layerWindowDataArea dt {
	width: 93px;
	height: 31px;
	margin-top: 10px;
	padding: 8px 0px 3px 12px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../img/lw_img/wing_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#layerWindowDataArea dd {
	margin: -36px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	color: #003;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	border-bottom:1px solid #FFF;
}

#layerWindowMsgArea {
	width: 400px;
	min-height: 125px;
	height: auto !important;
	height: 125px;
	margin: 20px 0px 0px 0px;
	padding: 8px 5px 0px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	background-image: url(../img/lw_img/prof_msg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	background:rgba(0,0,0,0.5);
}



/*縺ｨ繧翫≠縺医★*/

#layerWindowViewArea{
	height:640px;
}

#layerWindowDataArea{
	height:80px;
	padding:10px 0 0 0;
}

#layerWindowFrameArea{
	height:340px;
}

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