/* pop */
.pop {
	position: absolute;
	background: none;
	text-align: justify;
}

.popf_top {
	position: absolute;
	top: 0;
	left: 9px;
	height: 9px;
	background-image: url("img/popwin2_02.png");
	background-repeat: repeat-x;
}
.popf_bottom {
	position: absolute;
	left: 16px;
	bottom: 0;
	height: 16px;
	background-image: url("img/popwin2_08.png");
	background-repeat: repeat-x;
}
.popf_right {
	position: absolute;
	top: 15px;
	right: 0;
	width: 17px;
	background-image: url("img/popwin2_06.png");
	background-repeat: repeat-y;
}
.popf_left {
	position: absolute;
	top: 9px;
	left: 0;
	width: 9px;
	background-image: url("img/popwin2_04.png");
	background-repeat: repeat-y;
}
.popf_tr {
	position: absolute;
	top: 0;
	right: 0;
	height: 15px;
	width: 17px;
	background-image: url("img/popwin2_03.png");
	background-repeat: no-repeat;
}
.popf_tl {
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 9px;
	background-image: url("img/popwin2_01.png");
	background-repeat: no-repeat;
}
.popf_br {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 16px;
	width: 17px;
	background-image: url("img/popwin2_09.png");
	background-repeat: no-repeat;
}
.popf_bl {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-image: url("img/popwin2_07.png");
	background-repeat: no-repeat;
}

.pop_content {
	margin: 9px 17px 16px 9px;
	padding: 5px 0 5px 0;
	background-color: white;
/*	border: solid 1px green;*/
}

.pop_content ul {
	list-style-position: inside;
}

.popmidasi 
{
	border-bottom: solid 1px gray;
	padding: 0 0 2px 2px;
	margin: 0 0 3px 0;
	line-height: 110%;
}
.popclosebutton
{
	position: absolute;
	top: 10px;
	right: 17px;
	cursor: pointer;
}
.popsearchbutton
{
	padding: 0 1px 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

.poplink-default {
	background-image: url("img/link-b.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	cursor: pointer;
}
.poplink-auto {
	background-image: url("img/link-b.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	cursor: pointer;
}

.popkaisetu {
	font-size: 86%;
}
.popkaisetu a:link { color: #CB5644; }
.popkaisetu a:visited { color: #CB5644; }
.popkaisetu a:hover { color: red; background-color: yellow; }
.popkaisetu a:active { color: red; }

.popkaisetu img {
	cursor: pointer;
}
