<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*popup window逕ｨ*/
body{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#pop_content {
	width:510px;
	height: 458px;/*IMG逕ｨ螟也ｽｫ(2px)縲√く繝｣繝励す繝ｧ繝ｳ縺ｮ鬮倥＆(14px)縲√く繝｣繝励す繝ｧ繝ｳ縺ｮmarginTop蛻�(2px)14px霑ｽ蜉�*/
	margin-top:30px;
	background: #ffffff;
}

#imgtable{
	width:510px;
	height: 458px;/*IMG逕ｨ螟也ｽｫ(2px)縲√く繝｣繝励す繝ｧ繝ｳ縺ｮ鬮倥＆(14px)縲√く繝｣繝励す繝ｧ繝ｳ縺ｮmarginTop蛻�(2px)14px霑ｽ蜉�*/
	text-align:center;
}

img.caption{
	margin-top:2px;
}

img.noborder{
	border-style:solid;
	border-color:#ffffff;
	border-width:1px;
}

img.borderblack{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

img.bordergray{
	border-style:solid;
	border-color:#7d7d7d;
	border-width:1px;
}
/*荳矩ΚArrow繝翫ン*/
div#pop_arrownavi{
	position:absolute;/*邨ｶ蟇ｾ驟咲ｽｮ*/
	left:20px ;/*蟾ｦ縺九ｉ20px*/
	top:520px; /*荳翫°繧�520px*/
	width:470px;
	padding:0px;
	margin:0px;
	border:none;
}

div#pop_arrowleft{
	height:15px;
	text-indent:-2000px;
	background-position:0px 0px;
	float:left;
}


div#pop_arrowright{
	height:15px;
	text-indent:-2000px;
	background-position:0px 0px;
	float:right;
}

div#closebtn{
	height:15px;
	text-indent:-2000px;
	background-position:0px 0px;
	float:left;
	padding-left:167px;
}


div#pop_arrowleft a{
	width:45px;
	display:block;
	background:url(../works/images/pop_back_btn.gif) no-repeat;
}
div#pop_arrowleft a:hover{
	width:45px;
	display:block;
	background:url(../works/images/pop_back_btn-over.gif) no-repeat;
}

div#pop_arrowright a{
	width:45px;
	display:block;
	background:url(../works/images/pop_next_btn.gif) no-repeat;
}
div#pop_arrowright a:hover{
	width:45px;
	display:block;
	background:url(../works/images/pop_next_btn-over.gif) no-repeat;
}

div#closebtn a{
	width:46px;
	display:block;
	background:url(../works/images/pop_close_btn.gif) no-repeat;
}
div#closebtn a:hover{
	width:46px;
	display:block;
	background:url(../works/images/pop_close_btn-over.gif) no-repeat;
}

/* 荳矩ΚCopyright 繧ｷ繝ｧ繝ｼ繝育沿*/
#pop_copyright{
	display:block;
	position:absolute;/*邨ｶ蟇ｾ驟咲ｽｮ*/
	top:550px; /*荳翫°繧�550px*/
	width: 510px;
	height:12px;
	font-size: 10px;
	color: ��000000;
	text-indent:-2000px;
	background:url(../images/copyright_mini.gif) no-repeat;
	background-position:50% 0px;
}</pre></body></html>