@charset "utf-8";
#popup_container {
	background: #FFFFFF;
	width: 544px;
	position: absolute;
	z-index: 100;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #70BC1F;
	left: 20px;
	top: 20px;
}
.popup_article_body {
	background: #FFFFFF;
	width: 544px;
	position: absolute;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #70BC1F;
	margin-top: 50px;
	margin-left: 50px;
}
#article_01 {
	z-index: 110;
}
#article_02 {
	z-index: 111;
}
#article_03 {
	z-index: 112;
}
#article_04 {
	z-index: 112;
}
.popup_wrapper {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#popup_header {
	background: #FFFFFF;
	height: 65px;
}
.popup_article_header {
	background: #FFFFFF;
	height: 65px;
	font: bold 12px/15px Helvetica, Arial, Verdana, sans-serif;
	padding-left: 30px;
}
.popup_article_header p {
	margin: 0px;
	padding: 10px 0px 0px;
}
.popup_article_header h1 {
	font-size: 24px;
	font-weight: normal;
	color: #384265;
	margin: 15px 0px 0px;
	padding: 0px;
}
.popup_close {
	text-align: right;
	position: absolute;
	z-index: 101;
	width: 538px;
	padding-top: 2px;
	display: block;
}
.popup_close img {
	cursor: pointer;
	/*border: 1px solid #FFFFFF;*/
}
.popup_content {
	background: #384265 url(popup_content_bg.gif) no-repeat right bottom;
	color: #FFFFFF;
	font: bold 12px/15px Helvetica, Arial, Verdana, sans-serif;
	padding: 20px 130px 20px 30px;
}
.popup_content p {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px;
}
.popup_article_body .popup_content p {
	padding: 0px 10px 20px 0px;
}
.popup_content_scroll {
	overflow: auto;
	position: relative;
	height: 290px;
	margin-bottom: 20px;
}
.popup_content_images {
	text-align: right;
	padding-top: 20px;
}
.popup_content_images img {
	border: 1px solid #FFFFFF;
	margin-left: 5px;
}
a.green {
	color: #70BC1F;
	text-decoration: none;
}
a.green:hover {
	color: #FFFFFF;
}
.popup_content h1 {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding: 40px 0px 10px;
}
.greentext {
	color: #70BC1F;
}
.popup_right_illu {
	float: right;
	width: 104px;
}
.popup_right_illu a {
	font-size: 10px;
}
.popup_content .actu {
	font-size: 10px;
	line-height: 12px;
	width: 250px;
}
.popup_content .actu strong {
	font-size: 11px;
	font-weight: bolder;
	color: #70BC1F;
}
