body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-user-select: 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 {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 22px; line-height: 45px;
	padding-top: 1px;
}
#top_bar_glossy {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/twitter.png);
	font-size:20px; line-height:25px;
}
.ads_google {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; top:345px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;	color: #CCC;
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; top: 395px; height: 16px;
	text-align: center;
	z-index: 0;
	padding-top: 5px;
}


/* main content */
#menu_frame {
	position: absolute; left: 50%; margin-left: -160px; width: 320px; top: 45px; height: 46px;
	z-index:6; overflow:hidden;
}
#menu_frame #menu {
	position: absolute; left: 0px; width: 320px; top: 0px; height: 41px; background-color:#eee;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#menu_frame #menu .menu_item {
	position: absolute; width: 80px; height: 40px;  color:#333;
	line-height:40px; text-align:center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px;
}

#cnt_list_frame #cnt_list {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; background-color: #FFF;
	position: absolute;	width: 320px; left: 0px; top: 0px;	height: auto;
	z-index: 0;
}
#cnt_list_frame {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000; background-color: #ccc;
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; top: 86px;	height: 260px;
	z-index: 0;
	overflow:hidden;
}
#cnt_result {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px;	color: #000;	background-color: #FFF;
	position: absolute;	width: 320px; left: 0px; top: 86px;	height: auto;
	z-index: 1;
}
.listitem {
	height: 40px; width: 320px; line-height: 40px; text-indent:10px;
	border-bottom: 1px solid #ccc;
	position: relative; left: 0px; top: 0px; cursor: pointer;
	background-image: url(../img/listitem_bgd.png);	background-repeat: no-repeat; background-position:right center;
} 

#index {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;	color: #eee;
	position: absolute;	width: 300px; left: 50%; margin-left: -150px; top:95px; height: 155px; text-align: center;
	padding-top: 10px;
	bottom: 0px;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
}
.key {
	width: 21px; height:21px; line-height: 21px; text-align: center;
	display:inline-block; 
	margin-left: 8px; margin-right:8px; margin-bottom:15px;
	background-color:#666;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
.result_maintitle {
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.result_title {
	font-size: 17px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.result_subtitle {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.result_box {
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background-color: #D7EBFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #99CCFF;
}
.result_code_box {
	font-size: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background-color: #D7EBFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #99CCFF;
}
.ads{
	padding: 3px;
	font-size:14px;
	background-color:#EEEEEE;
	width: 314px;
	text-align:center;
}
.ads-link{
	font-size:14px;
	color:#666666;
}

