.ksm_container{
	min-width: 1000px;
	position: relative;
}

.ksm_navi_1 {
	position: absolute;
	width: 170px;
	background-color: #2c2c2c;
	/*height: 100%;*/
	min-height: 100%;
}
.ksm_container.shrink .ksm_navi_1{
	width: 50px;
}
.ksm_container.shrink .ksm_navi_label{
	display: none;
}
.ksm_container.shrink .ksm_navi_item_link{
	height: 50px;
}
.ksm_container.shrink .ksm_navi_item_link.logo{
	display: none;
}
.ksm_container.shrink .ksm_main_1{
	margin-left: 50px;
}

.ksm_navi_label{
	/*margin-top: 2px;*/
}

.ksm_navi_item_link.logo{background-image: url(logo.jpg);}

.ksm_main_1{
	margin-left: 170px;
	position: relative;
	background-color: #efefef;
	min-width: 1200px;
}

.ksm_top_header_1 {
	line-height: 45px;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}

.ksm_contents_wrapper_1{
}

.ksm_contents_1{
	padding: 20px;
}
.ksm_contents_body_1{
/* 	border: 1px solid black; */
	background-color: white;
}

.ksm_bids_step_navi{
	width: 200px;
}

.ksm_bids_contents{
	margin-left: 210px;
}

.ksm_contents_table{
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}

td.ksm_contents_table_step{
	background-color: #eeeeee;
	border: 1px solid black;
	width: 200px;
	vertical-align: top;
}

td.ksm_contents_table_main{
	border: 1px solid black;
	vertical-align: top;
	padding: 20px;
}

.ksm_contents_main{
	padding: 10px;
	min-height: 600px;
}

.ksm_navi_item_logo{
	padding: 40px 0;
	text-align: center;
}
.ksm_navi_ul{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #2c2c2c;
}
.ksm_navi_ul li{
	list-style: none;
	margin: 0;
	/*border-bottom: 1px solid black;*/
}
.ksm_navi_ul li:hover{
	background-color: #111111;
}
.ksm_navi_item_link{
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	/*width: 170px;*/
	/*height: 70px;*/
	font-weight: bold;
	padding: 8px 0;
}
.ksm_navi_item_link.selected{
	background-color: #ffd304;
	color: black;
}
.ksm_navi_icon{
	font-size: 2em;
	/*margin-top: 10px;*/
	width: 28px;
	height: 28px;
	display: inline-block;
}
.ksm_navi_ul a{
	color: #dddddd;
}




.ksm_footer_1{
	border-top: 1px solid #cdcdcd;
	background-color: #dddddd;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ksm_footer_link_ul a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.ksm_address{
	font-size: 13px;
}
.ksm_copyright{
	font-size: 11px;
	color: #a9a9a9;
}

/**************/


a.pre_btn{
	display: inline-block;
	vertical-align: middle;
	width: 114px;
	height: 38px;
	background: url(pre_btn.png) no-repeat left center;
}
a.next_btn{
	display: inline-block;
	vertical-align: middle;
	width: 114px;
	height: 38px;
	background: url(next_btn.png) no-repeat left center;
}

.ksm_arrow{
	background: url(arrow.png) no-repeat center right;
}
