/*
	LayerObject Style
*/
@charset "Shift_JIS";

.LayWin {
	width: 450px;		/* レイヤーウィンドウの幅 */
/*	height:250px;		レイヤーウィンドウの高さ */
	position: absolute;
	visibility: hidden;
	z-index:100;
}
.LayWinPopup {
	position: absolute;
	visibility: hidden;
	z-index:100;
}
/* タイトルバー */
div.topbar {
	width: 435px;		/* タイトルバーの幅（レイヤーウィンドウ幅-closeボタン幅） */
	height: 15px;		/* タイトルバーの高さ */
	clip: rect(0px,435px,15px,0px);		/* タイトルバーの表示範囲 */
	position: absolute;
	top: 0px;		/* タイトルバーの表示位置（レイヤーウィンドウの上から） */
	left: 0px;		/* タイトルバーの表示位置（レイヤーウィンドウの左から） */
	border: 1px solid #000000;		/* タイトルバーのボーダー */
	border-right-style: hidden;		/* タイトルバーのボーダー */
	background-color: #666666;		/* タイトルバーの背景色 */
	layer-background-color: #666666;		/* タイトルバーの背景色 */
	margin : 0px;
	padding : 0px;
}

/* closeボタン */
div.close {
	top: 0px;			/* closeボタンの表示位置（レイヤーウィンドウの上から） */
	left: 435px;		/* closeボタンの表示位置（レイヤーウィンドウの左から） */
	position: absolute;
	width: 15px;		/* closeボタンの幅 */
	height:15px;		/* closeボタンの高さ */
	margin : 0px;
	padding : 0px;
}

/* レイヤーウィンドウ本文スペース */
div.cont {
	width: 448px;		/* 本文スペースの幅 */
/* 	height: 185px;		本文スペースの高さ（レイヤーウィンドウ高さ-タイトルバー高さ） */
	position: absolute;
	top: 15px;		/* 本文スペースの表示位置（レイヤーウィンドウの上から） */
	left: 0px;		/* 本文スペースの表示位置（レイヤーウィンドウの左から） */
	border: 1px solid #333333;		/* 本文スペースのボーダー */
	border-top-style: hidden;		/* 本文スペースのボーダー */
	background-color: #FFFFFF;		/* 本文スペースの背景色 */
/*	background-image: url(../img/child_bk.gif);*/
	layer-background-color: #FFFFFF;		/* 本文スペースの背景色 */
/*
	layer-background-image: url(../img/child_bk.gif);
	background-position : right bottom;
	background-repeat : no-repeat;
*/
	margin : 0px;
	padding: 0px;
}
div.contPopup {
	position: absolute;
	border: 1px solid #333333;			/* 本文スペースのボーダー */
	background-color: #FFFFFF;			/* 本文スペースの背景色 */
	layer-background-color: #FFFFFF;	/* 本文スペースの背景色 */
	margin : 0px;
	padding: 5px;
	white-space: nowrap;				/* 自動改行の禁止 */
	line-height:1.4em;
	letter-spacing: 1px;
}

div.cont p{
	font-size : small;
	line-height : 1.4em;
	text-align : center;
	color: #333333;
	letter-spacing : 1px;
	margin : 10px 5px;
	padding : 0px;
}
