@charset "utf-8";
/* CSS Document */
/* /nenga/premium.XX のみスタイル */

div.wrapDesign {	
	
}

div.wrapHistoryBtn {	
	display: inline;
	float: left;
	width: 230px;
	height: 310px;
	padding: 45px 5px 5px 5px;
	background: url(/nenga/premium/images/bg_history.gif) no-repeat center top;
}

div.wrapDesignBtn {	
	display: inline;
	float: right;
	width: 480px;
}

div.wrapHistoryBtn img.rollOver {
	display: block;
	margin: 0 auto 10px auto;
}






div.wrapDesign:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html div.wrapDesign {
	display: inline-block;
}

/* for IE7 */
*+html div.wrapDesign {
	display: inline-block;
}




