@charset "utf-8";
/*
----------------------------------------------------------------
	This style for popupwindow.
----------------------------------------------------------------
*/
.pWindow , .pWindow table{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	font-size: 14px;
	text-align: left;
}
	.pWindow table td {
		margin: 0;
		padding: 0;
	}

	.pWindow .pwContainer {
		border-collapse: collapse;
	}

	.pWindow .titleBar {
		font-weight: bold;
		line-height: 31px;
	}
		.pWindow .titleBar .pwBarL {
	width: 8px;
	height: 31px;
	background-image:url(../lib/pw/pw_tbar_l.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
			* html .pWindow .titleBar .pwBarL {
	background-image: url(../lib/pw/forie/pw_tbar_l.png);
	background-repeat: no-repeat;
	background-position: left top;
			}

		.pWindow .titleBar .pwBarCenter {
	cursor: move;
	height: 31px;
	background-image: url(../lib/pw/pw_tbar_c.png);
	background-repeat: repeat-x;
	background-position: left top;
		}
			* html .pWindow .titleBar .pwBarCenter {
	background-image: url(../lib/pw/forie/pw_tbar_c.png);
	background-repeat: repeat-x;
	background-position: left top;
			}

		.pWindow .titleBar .pwBarR {
	width: 18px;
	height: 31px;
	background-image: url(../lib/pw/pw_tbar_r.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
			* html .pWindow .titleBar .pwBarR {
	background-image: url(../lib/pw/forie/pw_tbar_r.png);
	background-repeat: no-repeat;
	background-position: left top;
			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
	width: 8px;
	height: 100%;
	background-image: url(../lib/pw/pw_body_l.png);
	background-repeat: repeat-y;
	background-position: left top;
	}
		* html .pWindow .contentsBox .contentsL {
	background-image: url(../lib/pw/forie/pw_body_l.png);
	background-repeat: repeat-y;
	background-position: left top;
		}
	
	.pWindow .contentsBox .contentsBody {
		background-color: #fff;
		padding: 10px 5px 5px;
		overflow: auto;
		vertical-align: top;
	}
		.pWindow .contentsBox .contentsBody div.information {
	padding-left: 50px;
	min-height: 44px;
	height: auto !important;
	height: 44px;		/* for IE */
	background-image: url(../lib/pw/ico_information.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
		.pWindow .contentsBox .contentsBody div.warning {
	padding-left: 50px;
	min-height: 44px;
	height: auto !important;
	height: 44px;		/* for IE */
	background-image: url(../lib/pw/ico_warning.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
		.pWindow .contentsBox .contentsBody div.caution {
	padding-left: 50px;
	min-height: 44px;
	height: auto !important;
	height: 44px;		/* for IE */
	background-image: url(../lib/pw/ico_caution.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
	
		.pWindow .contentsBox .contentsBody.contentsMain {	/* for Opera and IE hack */
			height: 100%;
		}
		
		.pWindow .contentsBox .contentsBody iframe {
			width: 100%;
			height: 100%;
		}
		
		.pWindow .contentsBox.btnArea td {
			overflow: hidden;
			padding: 0 !important;
			vertical-align: bottom;
			height: 35px;
		}
	
	.pWindow .contentsBox .contentsR {
	width: 18px;
	height: 100%;
	background-image: url(../lib/pw/pw_body_r.png);
	background-repeat: repeat-y;
	background-position: left top;
	}
		* html .pWindow .contentsBox .contentsR {
	background-image: url(../lib/pw/forie/pw_body_r.png);
	background-repeat: repeat-y;
	background-position: left top;
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
	width: 8px;
	height: 18px;
	background-image: url(../lib/pw/pw_foot_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
		* html .pWindow .contentsFooter .cfL {
	background-image: url(../lib/pw/forie/pw_foot_l.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
	
	.pWindow .contentsFooter .cfC {
	margin: 0 9px 0 8px;
	height: 18px;
	background-image: url(../lib/pw/pw_foot_c.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
		* html .pWindow .contentsFooter .cfC {
	background-image: url(../lib/pw/forie/pw_foot_c.png);
	background-repeat: repeat-x;
	background-position: left top;
		}
	
	.pWindow .contentsFooter .cfR {
	width: 18px;
	height: 18px;
	background-image: url(../lib/pw/pw_foot_r.png);
	background-repeat: repeat-y;
	background-position: left top;
	}
		* html .pWindow .contentsFooter .cfR {
	background-image: url(../lib/pw/forie/pw_foot_r.png);
	background-repeat: repeat-y;
	background-position: left top;
		}
		
		.pWindow .contentsFooter .cfR.resizable {
	width: 18px;
	height: 18px;
	background-image: url(../lib/pw/pw_foot_r_resize.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
	background-image: url(../lib/pw/forie/pw_foot_r_resize.png);
	background-repeat: no-repeat;
	background-position: left top;
			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	outline: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-image: url(../lib/pw/btn_close.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.minimumBtn {
	outline: 0;
	position: absolute;
	right: 57px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-image: url(../lib/pw/btn_minimum.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.maximumBtn {
	outline: 0;
	position: absolute;
	right: 35px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-image: url(../lib/pw/btn_maximum.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.pwYes {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	line-height: 25px;
	width: 75px;
	height: 25px;
	/zoom: 1;
	background-image: url(../lib/pw/btn_pw_yes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	.pwYes.confirm {
		margin-right: 3px;
	}
	
	.pwYes:hover {
		background-position: left bottom;
	}

.pwNo {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	width: 75px;
	height: 25px;
	/zoom: 1;
	background-image: url(../lib/pw/btn_pw_no.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	.pwNo:hover {
		background-position: left bottom;
	}

/*
------------------------------------------------------
	モーダル表示時の背景の色と透過のスタイル
------------------------------------------------------
*/
#pwCover {
	background-color: black;
}
