
/*背景*/
	div.popback{
		background: url(../images/popup/backimage.jpg);
		position: absolute; top: 0px; left: 0px;
		z-index: 1000;
	}
/*本体*/
	div.popHolder{
		position: absolute; z-index: 1100;
		width: 100px;
	}
	div.popHolderborder{
		background-color:#FFF;
		border:3px solid #44230E;
		padding:20px 0;
	}
	/*NEXT*/
	div.popHolderimg{
		background: url(../images/popup/z_backimg.gif);
		border:3px solid #44230E;
		padding:20px;
	}
/*本体中*/
	div.popcontent{	
		position: relative;
		text-align: left;
		width: 100%; height: 40px;
	}
	div.popcontentnor{
		background-color:#FFF;
	}
/*ロードアイコン*/
	div.poploader{
		background: url(../images/popup/loader.gif) center center no-repeat;
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 37px;
		height: 39px;
		margin: -20px 0 0 -18px;
	}
/*画像・SWF*/
	div.popContainer{
		padding:0px 20px;
	}
/*コントロール・本文*/
	div.popdetails{
		display: none;
	}
	div.popdetailsnom{
		margin:0 20px 0 20px;
	}
	div.popdetailsimg{
		margin: 5px 20px 0 20px;
	}
/*次ボタン前ボタンページ数*/
	div.popnav{
		position: relative;
		margin: 5px 0 0 0;
		left:50%;
		width:100%;
	}
	/*IE6*/
		* html div.popnav{padding-bottom:8px;}
/*ページ数*/
	p.popText{
		float: left;
		margin: 8px 14px;
		font-size:16px;
	}
/*次前*/
	a.popprev{
		background: url(../images/popup/button_prev.gif) top left no-repeat;
		float: left;
		width: 73px; height: 30px;
	}
	a.popnext{
		background: url(../images/popup/button_next.gif) top left no-repeat;
		float:left;
		width: 73px; height: 30px;
	}
/*次前隠し*/
	a.popdisabled{
		background-position: 0 -32px;
		cursor: default;
	}
/*次回予告ヘッダー*/
	div.popnexttop{
		background:url(../images/popup/next_1.gif);
		height:44px;
		width:400px;
		padding:0px;
		margin:0px;
	}
/*次回予告フッター*/
	div.popnextbtm{
		background:url(../images/popup/w_2.gif);
		height:23px;
		padding:0px;
		width:400px;
		margin:0px;
	}
/*テキストエリア*/
	p.popdescription{
		clear:both;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size:12px;
		line-height:16px;
		letter-spacing:0.1em;
	}
	p.popdescriptionnom{
		background: url(../images/popup/r_backimg.jpg);
		margin: 10px 0 0 0;
		padding:4px 10px;
	}
	p.popdescriptionback{
		width:335px;
		height:240px;
		overflow:auto;
		margin:0 20px 0 20px;
		padding:0px 10px 0px 15px;
		background-color:#FFFBFC;
	}
/*閉じるボタン*/
	a.popclose{
		background: url(../images/popup/btnClose.gif) center left no-repeat; cursor: pointer;
		position: relative;
		clear:both;
		display: block;
		margin: 10px 0 0 -47px;
		left:50%;
		width: 95px; height: 30px;
	}
/*タイトル*/
/*本体*/
	div.popTitle{
		display: none;
		position: absolute;
		top: 0; left: 0;
		height:23px;
		z-index: 1000;
		color: #fff; font-size: 13px;
	}
/*左*/
	div.popTitleLeft{
		background: url(../images/popup/ttl.gif);
		float: left; width: 19px; height: 23px;
	}
/*中*/
	div.popTitleContent{
		background: url(../images/popup/ttp.gif) top left repeat-x;
		float: left; line-height: 21px;
		padding-top:2px;
	}
/*右*/
	div.popTitleRight{
		background: url(../images/popup/ttr.gif);
		float: left; width: 19px; height: 23px;
	}
/*角丸にする場合*/
/*上*/
	div.poptop{
		position: relative;
		height: 20px;
	}
	/*IE6*/
		* html div.poptop{padding: 0 20px;}
/*左上角丸*/
	div.poptopleft{
		background: url(../images/popup/tl.gif) top left no-repeat;
		position: absolute;
		left: 0;
		width: 20px; height: 20px;
	}
/*中上角丸*/
	div.poptopmiddle{
		background: #fff;
		position: absolute;
		left: 20px; right: 20px;
		height: 20px;
	}
	/*IE6*/
		* html div.poptopmiddle{ position: static; }
/*右上角丸*/
	div.poptopright{
		background: url(../images/popup/tr.gif) top left no-repeat;
		position: absolute;
		top: 0; left: auto; right: 0;
		width: 20px; height: 20px;
	}
/*下*/
	div.popbottom{
		position: relative;
		height: 20px;
	}
	/*IE6*/
		* html div.popbottom{ padding: 0 20px; }
/*左下*/
	div.popbottomleft{
		background: url(../images/popup/bl.gif) top left no-repeat;
		position: absolute;
		left: 0;
		width: 20px; height: 20px;
	}
/*中下*/
	div.popbottommiddle{
		background: #fff;
		position: absolute;
		left: 20px; right: 20px;
		height: 20px;
	}
	/*IE6*/
		* html div.popbottommiddle{ position: static; }
/*右下*/
	div.popbottomright{
		background: url(../images/popup/br.gif) top left no-repeat;
		position: absolute;
		top: 0; left: auto; right: 0;
		width: 20px; height: 20px;
	}
