@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.popup2 {
	background:#ffffff !important;
}

body.popup2 table {
	text-align:left;
}

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


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

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

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

		}

	/** ---- div#footer ---- */
	.popup2 div#footer { /*border:1px solid #ff0000;*/
		clear:both;
		width:770px;
		height:30px;
		margin:0;
		padding:0;
		background:none;
	}
			.popup2 div#footer .copyright img {
				vertical-align:top;
			}


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

.popup2 .section01 {
	width:710px;
}
	.popup2 .section01.first {
		padding-top:0;
	}









.popup2 .closeBox {
	clear:both;
	padding:15px 0 0 0;
	text-align:center;
	background:url(../img/pop_bg_02.jpg) repeat left bottom !important;
}

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

.popup2 .copyright {
	padding-top:5px !important;
}



/* EOF*/
