﻿@charset "utf-8";

@import url(cmn_reset.css);
@import url(cmn_style.css);


/* ============================================
	Base Layout
============================================ */
body {
	background: #ffffff;
	text-align: left;
}
	#wrapper {
		width: 634px;
	}
		#header {
			width: 634px;
			height: 70px;
			position: relative;
			overflow: hidden;
		}
			#header h1 {
				position: absolute;
				left: 0;
				bottom: 0;
			}
			.btnClose {
				position: absolute;
				bottom: 8px;
				right: 15px;
			}
		#contents {
			padding: 20px;
		}
.dl_popup {
}
	.dl_popup dt {
		clear: both;
		float: left;
	}
	.dl_popup dd {
		background: #f1f1f1;
		margin-bottom: 15px;
		padding-left: 45px;
	}
		.dl_popup dd .popupSection {
			height: 1%;
			padding: 0.75em 1em;
		}

.popupSection img {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


