@charset "UTF-8";
/* CSS Document */

/* =====各タグ設定===== */

/* body */
#newwindow{
	background-image:none;
}

/* =====フレームワーク設定===== */
/* ヘッダ */
#newwindow h1{
	height:70px;
	background:url("../images/header_bg2.png") no-repeat 10px 5px #007C36;
	padding:0;
	text-indent:-9999px;
}
/* コンテンツ */
#newwindow #contents{
	background-image:none;
	padding:0;
}
/* メイン */
#newwindow #main{
	width:auto;
	float:none;
	margin:10px;
}
#newwindow .close{
	display:block;
	margin:10px 0 5px 0;
	text-align:center;
	font-size:12px;
	line-height:18px;
}