body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}
#top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 45px;
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar_chem.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
#top_bar #s_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333300;
	width: 250px;
}
#top_bar #s_go {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 50px;
}
#menu {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 45px;
	height: 33px;
	background-color: #666666;
	padding-top: 7px;
	text-align: center;
}

#cnt_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	width: 320px;
	left: 0px;
	top: 85px;
	height: auto;
	z-index: 0;
	visibility:visible;
}
#cnt_result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	width: 320px;
	left: 0px;
	top: 85px;
	height: auto;
	z-index: 1;
	visibility:hidden;
}
.listitem {
	padding: 10px;
	height: 20px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(../../html5/img/listitem_bgd.png);
	background-repeat: no-repeat;
}

#index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	position: absolute;
	width: 300px;
	left: 0px;
	text-align: center;
	padding: 10px;
	bottom: 0px;
}
#index div {
	padding-bottom: 5px;
}

.result_txt {
	padding: 10px;
}
.img_audio {
	position: absolute;
	top: 5px;
	left: 260px;
}
.ads{
	padding: 3px;
	font-size:14px;
	background-color:#EEEEEE;
	width: 314px;
	text-align:center;
}
.ads-link{
	font-size:14px;
	color:#666666;
}
