@charset "UTF-8";

/*------------------------------------
2010ktgames 20100402
------------------------------------*/

/*--- CSS reset ---*/
@import url(/css/reset.css);


/*--- base css ---*/
@import url(/net/campaign/2010ktgames/css/common.css);


/*--- Litebox css ---*/
@import url(/net/campaign/lib/lightbox.css);



#cont_mol_header{
	float:left;
	height:120px;
	width:500px;
	background:url(/net/hangame/static/campaign/2010ktgames/images/cont_box_h3_mol.jpg) no-repeat bottom center;
}

.mid_02	{ background:url(/net/hangame/static/campaign/2010ktgames/images/cont_mid_02.jpg) repeat-y; text-align:justify; padding: 10px 10px 0;}

#cont_han_mol {
	background:url(/net/hangame/static/campaign/2010ktgames/images/cont_mol_han.jpg) no-repeat top center;
	height:546px;
	float:left;
}

.btm_02	{ background:url(/net/hangame/static/campaign/2010ktgames/images/cont_btm_02.jpg) no-repeat; height:70px; clear:both; }

/* 閉じるボタン */

#close {
	height:50px;
	width:200px;
	margin:20px auto 10px;
}

#close a {
	background:url(/net/hangame/static/campaign/2010ktgames/images/btn_han_close.gif) no-repeat scroll 0 0 transparent;
	display:block;
	height:50px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:200px;
}

#close a:hover {
	background-position:0 -50px;
}