@charset "UTF-8";

#big-container {
	text-align: center;
	padding-bottom: 10px;
}
#big-container p {
	margin-bottom: 1em;
}
#big-container .close-btn {
	font-weight: bold;
	display: block;
	padding: 4px;
	width: 10em;
	border: 1px dotted #CCCCCC;
	margin: 30px auto;
}
#header-big {
	background-image: url(../images/base_img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #66CC00;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
#header-big p {
	display:none
}
