body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	font-family:"MS Sans Serif";
	background:url(../images/bg_language.jpg);
}

a:link { color: #6F6F00; text-decoration: none }
a:visited { color: #6F6F00; text-decoration: none }
a:active { color: #6F6F00; text-decoration: none }
a:hover { color: #6F6F00; text-decoration: underline }

form {
	margin:0;
}

img {
	border: 0px;
}



#body-frame {
	position:relative;
	float:none;
	/* margin: 0 auto; */
	margin: 0;
	width: 1000px;
	overflow: hidden;
}

#body-frame-center {
	position:relative;
	float:left;
	margin: 0;
	width: 850px;
	background:#FFFFFF;
}

#body-frame-right {
	position:relative;
	float:left;
	margin: 0;
	width: 150px;
}

#body-header {
	position:relative;
	float:left;
	margin: 0;
	width: 850px;
	height: 90px;
	background: url(../images/top_logo_language.jpg);
}

#body-header h1{
	display:none;
}

#body-header ul.link-menu{
	width:850px;
	margin: 0;
	display:block;
	padding: 0;
	margin-top: 65px;
}

#body-header ul.link-menu li{
	float:right;
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
}

#body-header ul.link-menu li a{
	float:left;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	padding: 0 5px 0 5px;
	background: url(../images/top_menu1_language.jpg);
}

#body-header ul.link-menu li a:hover{
	float:left;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	padding: 0 5px 0 5px;
	background: url(../images/top_menu2_language.jpg);
}

#table-list {
	width: 830px;
	border-collapse:collapse;
}

#table-list .header {
	background:#666666;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	height:25px;
}

#table-list .detail {
	height:100px;
	vertical-align:top;
}

#table-list .detail-center {
	height:100px;
	vertical-align:top;
	text-align:center;
}



.search-input {
	width:460px;
	height:35px;
	text-align:center;
	background:url(../images/search_02.jpg) no-repeat left top;
}

.search-input input {
	width:400px;
	border:none;
	background:url(../images/blank.jpg);
}

.search-box {
	width:100%;
	height:65px;
	vertical-align:top;
	padding: 0 15px 0 15px;
	background-image:url(../images/search_01_new.jpg);
}

.search-box-text {
	float:left;
	width:100%;
	height:20px;
	padding-top:5px;
	text-align:center;
}

.search-box-select {
	float:left;
	width:100%;
	height:20px;
	padding-top:5px;
	text-align:center;
}

.search-box-select input {
	width:120px;
	border:none;
	background-color:#e0d157;
}

.search-box-select select {
	border:none;
	background-color:#e0d157;
}

.search-submit {
	width:460px;
	height:40px;
	text-align:center;
}

.search-submit input {
	width:90px;
	height:35px;
	background:url(../images/search_button.jpg);
	cursor:pointer;
	border:none;
}

