@charset "UTF-8";

div#stage {
	width: 790px;
	height: 22px;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #343434;
	border-left-color: #343434;
	background-color: #000;
	font-size: 12px;
	
	/*margin: 10px auto;
	width: 448px;
	background-color: #262626;
	border: 1px solid #aaa;
	color: #ccc;
	font-size: 12px;*/
}

div#stage * {
	margin: 0;
	padding: 0;
}

div#cm_01,
div#cm_02,
div#cm_03,
div#cm_04,
div#cm_05 {
	margin: 0px 0px;
}

/*======================================================================
	03 div#cm_02 - scrollLeft & scrollBack
======================================================================*/

div#cm_02 div.inner {
/* step1 */
	position: relative;
/* step2 */
	width: 790px;
	height: 22px;
/* step3 */
	overflow: hidden;
/* option */
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
}

div#cm_02 div.inner ul {
/* step4 */
	position: absolute;
	top: 0;
	left: 0;
/* step5 */
	width: 10000px;
/* option */
	list-style-type: none;
	list-style-position: outside;
}

div#cm_02 div.inner ul li {
/* step6 */
	padding: 0 10px;
/* step7 */
	float: left;
	width: 770px;
/* step8 */
	height: 22px;
	line-height: 22px;
/* step9 */
	overflow: hidden;
}


