﻿/*english home*/
#contents_eng_box{
	width: 760px;
	height: 420px;
	background-image: url('../images/cont_bg.jpg');
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}
#contents_eng{
	width: 756px;
	height: 400px;
	position:absolute;
	
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-style: none none solid none;

	
}

/*english locations*/
#contents_loc_box{
	width: 760px;
	height: 5325px;
	background-image: url('../images/cont_bg.jpg');
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}
#contents_loc_eng{
	width: 756px;
	height: 5320px;
	position:absolute;
	
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-style: none none solid none;

	
}