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

div#updatecontents_layout {
	position: relative; 
	float: left; 
	width: 550px; 
	height: auto;
	margin: 0;
	}

div#updatecontents_top {
	position: relative;
	float: left;
	width: 550px;
	height: 30px;
	background: url(/images/update_contents.jpg) no-repeat top;
	}

div#updatecontents_layer {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	/* background-color: #eee; */
	padding: 20px 0 0 0;
	}

div.updatecontents_layer_out {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	margin: 0 0 15px 0;
	}

div.updatecontents_layer_out2 {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	padding: 15px 0 10px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px solid #555;
	}

div#updatecontents_layer_ {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
	}
	
div#updatecontents_img_ {
	position: relative;
	float: left;
	width: 116px;
	height: 96px;
	
	border: 1px #999999 solid;
	padding: 1px;
	background: #fff;
	}
	
/* 업데이트 내용 */

ul#updatecontents_ul {
	margin: 0 0 0 10px;
	display: block;
	float: left;
	width: 140px;
	height: auto;
	padding: 5px 0 0 0;
	}
	
ul#updatecontents_ul li {
	list-style-type: none;
	width: 140px;
	height: 12px;
	overflow: hidden;
	display: block;
	margin: 0 0 8px 0;
	
	font-family: "굴림";
	font-size: 12px;
	color: #666;
	text-align: justify;
	}
	
	
div#updatecontents_imgbox {
	position: relative;
	width: 540px;
	height: auto;
	margin: 0 auto;
	}
	
div#updatecontents_img {
	position: relative;
	width: 96px;
	height: 76px;
	border: 1px #888 solid;
	padding: 1px;
	margin: 0 10px 0 0;
	float: left;
	}
	
