@charset "UTF-8";

/*======================================== Sakura Exhibition CSS ====================*/



/*===== NOTICE =====*/
#notice {
	width: 660px;
	margin: 24px auto 40px;
	background: url(/images/notice_frame.jpg) repeat-y center center;
}
#notice_head {
	width: 660px;
	height: 64px;
	background: url(/images/notice_head.jpg) no-repeat top center;
	text-indent:-9999px;
}
#notice_body {
	padding: 8px 40px 32px;
	background: url(/images/notice_bottom.jpg) no-repeat bottom center;
}
#notice_body .line_th {
	color: #999999;
	font-size: 10px;
	text-decoration: line-through;
}
.entry_deadline, .data_deadline {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 128px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.entry_deadline {
	background: url(/images/deadline_entry.jpg) no-repeat center left;
}
.data_deadline {
	background: url(/images/deadline_data.jpg) no-repeat center left;
}
.deadline_details {
	float: right;
	text-align: right;
}
.deadline_details a {
	padding: 0px 16px 0px 0px;
	color: #FB8367;
	background: url(/images/link_arow.jpg) no-repeat center right;
	line-height: 28px;
	font-size: 10px;
	text-decoration: none;
}
.deadline_caution {
	padding: 8px 0px;
	color: #ff0000;
	font-size: 10px;
}
