/*モーダル用CSS*/

#modal_bg img,
#modal_window img{
	border:none;
}
#modal_bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	/* 色の設定 */
	/*background-color: #000033;*/
	background: url(bg.gif);
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

#modal_window{
	color: #000000;
	margin: 0;
	padding: 0px;
	/*position: fixed !important;*/
	position: absolute;
	text-align: left;
	z-index: 1002;
	/*background: none repeat scroll 0 0 #fff;*/
}

/*上部タイトルバー*/
#modal_window .operation{
	background:#fff url(title_bg.gif?) repeat-x left bottom;
	height:26px;
	text-align:left;
	padding:4px 5px 3px;
	border: 1px solid #991f5c;
	border-bottom:none;
}
#modal_window .operation a{
	text-decoration:none;
}
#modal_window .operation img{
	float:right;
}
#modal_window .operation a:hover img{
	border:none;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
#modal_window .operation span{
	float:left;
	line-height:1.7;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	color:#991f5c;
}
#modal_window .operation:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #modal_window .operation             { zoom: 1; } /* IE6 */
*:first-child+html #modal_window .operation { zoom: 1; } /* IE7 */



/*本体インラインフレーム*/
#modal_window .body{
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
	border:none;
	border: 1px solid #991f5c;
	border-bottom:2px solid #991f5c;
	background-color:#fff;
}
#modal_window .body iframe{
	display:block;
	width:100%;
	height:100%;
	border:none;
	margin:0;
	padding:0px;
}
