@charset "UTF-8";

/* welcome画像の設定 */
#welcome_box {
	margin:0 auto;
	width: 900px;
	position:absolute;
	top:214px;
    left:50%; 
	margin-left:-450px; 
	z-index:0;
}

/* 新着情報のモーダルウィンドウ */
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal {
	display: none;
	/*  background: #eee; */
	background: none;
	padding: 0;
	overflow: auto;
	z-index: 1001;
	position: absolute;
	width: 686px;
	/*  min-height: 300px; */
}

.modal .whats_new_modal_h {
	margin:0;
	padding:0;
	height:70px;
	background:url(../images/top/whats_new_h.png) no-repeat top center; 
	position: relative;
	top: 0;
	left: 0;
}

.modal .whats_new_modal_h .closeBtn {
	margin:0;
	padding:0;
	position: absolute;
	top: 20px; right: 10px;
	cursor: pointer;
}

.modal .whats_new_modal_d {
	margin:0;
	padding:0;
	/*  height:216px; */
	background:url(../images/top/whats_new_d.png) repeat-y top center;
}
.modal .whats_new_modal_d .modalbox {
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	width:600px;
	line-height:1.7em;
}
.modal .whats_new_modal_d .modalbox p {
	padding:0 0 5px 0;
}
.modal .whats_new_modal_d .modalbox h3 {
	padding:5px 0;
	color:#007AC0;
}
.modal .whats_new_modal_d .modalbox a {
	text-decoration:none;
	color:#007AC0;
}
.modal .whats_new_modal_d .modalbox a:hover {
	text-decoration:underline;
	color:#007AC0;
}

.modal .whats_new_modal_f {
	margin:0;
	padding:0;
	height:14px;
	background:url(../images/top/whats_new_f.png) no-repeat top center; 
	font-size:1px;
}




