/* CSS Document */
@charset "UTF-8";
#contents {
	clear:both;
}

#main_contents {
	width: 950px;
}

#main_contents #pan_box {
	font-size: 12px;
	padding: 10px 0 15px 0;
}

#main_contents h3 {
	margin-bottom:20px;
}

.explain {
	width: 560px;
	font-size: 16px;
	line-height: 1.5em;
	padding: 30px 10px 70px 10px;
	float: left;
}

.photo {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

/* jQuery‚±‚±‚©‚ç */
#glayLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background:black;
	filter:alpha(opacity=40);
	opacity: 0.40;
}

#overLayer {
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-225px;
	margin-left:-400px;
}

#overLayer img.close{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}


