/* メニューボックス制御 */
.conner { width: 25px; height: 26px; }
.conner_l { width: 25px; height: 26px; background-color: #FFFFFF; text-align: left; }
.conner_r { width: 25px; height: 26px; background-color: #FFFFFF; text-align: right; }
.conner_t { width: 25px; height: 26px; background-color: #FFFFFF; vertical-align: top;}
.conner_b { width: 25px; height: 26px; background-color: #FFFFFF; vertical-align: bottom; }
.conner_mid { width: 25px; height: auto; background-color: #FFFFFF; }
.conner_cet { width: auto; height: 26px; background-color: #FFFFFF; text-align: center; vertical-align: middle; }
.pop_center { padding: 6px; background-color: #FFFFFF;}

/* メニュー別位置制御 */
#pop_menu08 {
	width: auto;
	background: #FFFFFF;
	border: 1px solid #33CC66;
	padding: 1em;
	position: absolute;
	top: 458px;
}
#pop_menu08 dl { margin: 0; }
#pop_menu08 dd {
	padding-left: 15px;
	text-align: left;
	line-height: 120%;
	margin: 0;
	white-space: nowrap;
	background-image: url(../image/pointer01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pop_menu13 {
	width: auto;
	background: #FFFFFF;
	border: 1px solid #33CC66;
	padding: 1em;
	position: absolute;
	top: 716px;
}
#pop_menu13 dl { margin: 0; }
#pop_menu13 dd {
	padding-left: 15px;
	text-align: left;
	line-height: 120%;
	margin: 0;
	white-space: nowrap;
	background-image: url(../image/pointer01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
