@charset "UTF-8";

/* =================================================================================

 for number STYLE 

================================================================================= */


/* //////////////////////////////////////////////////////////////// index */

div#contents.number{
	padding-bottom:0 !important;
}

div#contents.number div#main{
	background:url(img/bg_number_body.gif) no-repeat right bottom;
	padding-bottom:16px;
}

div#contents.number h1{
	margin-bottom:30px;
}

ul#numberList{
	margin-top:52px;
	margin-bottom:14px;
}

	ul#numberList li{
		width:345px;
		background:url(../../eng/common/css/img/dot_x.gif) repeat-x left bottom;
		padding-bottom:20px;
	}
	
	ul#numberList li.color{
		background-color:#f7f7f7;
	}
	
		ul#numberList li dl dd{
			padding-left:10px;
			margin-top:18px;
		}