@charset "shift-jis";

/*
=========================================================
Editor			 : CLSTK
Version		 : 1.3.2
Since			 : 2007-10-02
Last Up Date	 : 2007-10-30
=========================================================

[TOC]
-[001] Outline

---------------------------------------------------------
*/
/* [001] Outline
-------------------------------------------------------*/
/* ---- body ---- */
body.popup {
	background:#ffffff !important;
}

/* ---- div#container ---- */
.popup div#container { /*border:1px solid #ff0000;*/
	width:550px;
	margin: 0 auto;
	background:none;
	text-align:center;
}


	/** ---- div#header ---- */
	.popup div#header { /*border:1px solid #ff0000;*/
		width:550px;
	}

	/** ---- div#article ---- */
	.popup div#article {/*border:1px solid #ff0000;*/
		float:left;
		width:550px;
		background: url(../img/pop_bg_01.jpg) repeat-y top left !important;
	}

		/*** ---- div#contentBlock ---- */
		.popup div#contentBlock { /*border:1px solid #ff0000;*/
			float:left;
			width:550px;
/*			background:url(../img/pop_bg_02.jpg) repeat-y bottom left !important;*/
			background:none;

		}

	/** ---- div#footer ---- */
	.popup div#footer { /*border:1px solid #ff0000;*/
		clear:both;
		width:550px;
		height:30px;
		margin:0;
		padding:0;
		background:none;
	}
		.popup div#footer .copyright {
			float:none;
			margin:0;
			padding:5px 10px;
			text-align:right;
		}
			.popup div#footer .copyright img {
				vertical-align:top;
			}


/* [002] section
-------------------------------------------------------*/
.popup .section { 
	width:490px;
	padding:40px 30px 0 30px;
}

.popup .section01 {/*border:1px solid #ff0000;*/
	width:490px;
	margin:0;
	padding:40px 0 0 0;
}
	.popup .section01.first {
		padding-top:0;
	}









.popup .closeBox { 
	clear:both;
	text-align:center;
	background:url(../img/pop_bg_02.jpg) repeat-y bottom left !important;
}

.popup .closeBox p {
	margin:0;
	padding:7px 0 20px 0;
}




/* EOF*/