@charset "utf-8";

/* ------------------------------------------------------- *
   シンプル版(別窓コンテンツ用) CSS
 * ------------------------------------------------------- */

div#mainFrame{
/*	background-image:none;*/
}

div#contentsFrame{
	margin-top:24px;
}

div.contents{
/* IE6 背景表示具合修正 */
	_height:400px;
}

div.btnClose{
	width:100%;
	text-align:center;
	margin-top:2.5em;
}
div.btnClose img{
	cursor:pointer;
}