@charset "utf-8";

/* HANABUSA RESERVATION.CSS  */


/*---------------------------------------
*	
*	00.POPUP
*
*--------------------------------------*/



/**--------------------------------------
	00.POPUP
---------------------------------------**/

body
{
	background: url(../images/popup_bg.gif) repeat-x;
	text-align: center;
}

div#popupContainer
{
	margin: 0 auto;
	width: 700px;
	text-align: left;	
	color: #666666;
	line-height: 160%;
}

div#popupHeader
{
	margin: 0;
	height: 110px;
	background: url(../images/cmn_head_bk.gif) repeat-x;
}

div#popupHeader h1
{
	float: left;
	margin: 0 0 0 15px;
	padding: 39px 0 0 0;
	width: 268px;
	height: 39px;
}

div#popupContents
{
	margin: 0 20px 10px;
}

div#popupContents h3
{
	margin: 0;
	padding: 0 0 20px;
	background: url(../../reservation/images/reservation_line.gif) bottom center no-repeat;
}





