

/* ----------------------------------------------- */


#d_cnt {

		position: relative;
		 width: 1200px; 
		height: 2050px;
		margin: auto;
		 background-color: #eee; 

}

#d_bk_middle {

		position: absolute;
		top: 70px;
		width: 100%;
		height: 1530px;
		background-color: #eee;
	


}

#d_bk_foot {

		
		position: absolute;
		top: 1600px;
		width: 100%;
		height: 450px;
		background-color: #1b1b1b;

}
/* ----------------------------------------------- */

#d_language {

		position: absolute;
		top: 0px;
		right: 20px;
			visibility: hidden;

}



/* ----------------------------------------------- */


/* w 1100 */

#d_cnt_2 {

	position: absolute;
	top: 70px;
	left: 50px; right: 50px;
	height: 1530px;
	background-color:white;


}

#d_cnt_3 {

	position: absolute;
	left: 10px;
	top: 200px;
	height: 500px;
	width: 280px;
	border: 0px solid; border-color: black;

}


#d_c_nav2 {

	/* border: 1px solid; border-color: red; */

	
}

#d_nav2_1 {

	position: absolute;
	font-size: 20px; padding: 14px;
	left: 10px;
	border: 0px solid; 
	border-color: green;
}

#d_nav2_2 {

	position: absolute;
	font-size: 20px; 
	right: 20px;

}

.d_nav2_3  {

	float: left;
	color: black;
	font-size: 20px;
	padding:15px 10px 15px 10px; 

}

.d_nav2_3:hover { cursor:pointer; background-color: white	;}


#d_c_frame {


	position: absolute;
	top: 200px;
	left: 300px;
	width: 780px;
	height: 1200px;

		border: 0px solid; 
		border-color: black;



}


#d_c_nav3 {


	position: absolute;

	bottom: 100px;
	right: 20px;
	 border: 0px solid; border-color: black; 

	
}


/* ----------------------------------------------- */

#d_footnote {

		/* 20 + 60 + 330 + 450 */
		
		position: absolute;
		bottom: 0px;
		width: 1200px;
		height: 350px;
		background-color: grey;

}



/* ----------------------------------------------- */


.c_line1 {

	position: relative;
	left: 20px;
	width: 1060px;
	height: 2px;
	background-color: #ccc;

}