@charset "Shift_JIS";
/*-----------------------------------------*/
/*  ファイル名： window_open.css           */
/*  作成日    ： 2009/07/02                */
/*  作成者    ： trust                     */
/*-----------------------------------------*/
/* ポップアップ */
#popupwindow01 {
	margin: 0px auto;
	background-color: #ffffff;
	display: block;
	z-index: 2;
}
#popupwindow01 img { margin: 4px;}
}
/*-----------------------------------------*/
/* 非表示(none) */
.contents-none { display: none;}
/* 非表示(hidden) */
.contents-hidden { visibility: hidden;}
/*-----------------------------------------*/
