@charset "utf-8";

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch; 
}
html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.artcle_content{
	width: 90%;
	margin: 0 auto;
}
.back_history{
	position: fixed;
	width: 30px;
	height: 30px;
	top: 10px;
	left: 10px;
	background: url(back.jpg) no-repeat center;
	z-index:2;
}
p{ 
	width: 100%; 
	margin:10 auto; 
	padding:0; 
	color:#ffffff; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	background-color: #333333;
}
a:link, a:visited {
	color:#7DF0FF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p.nobg{
	background-color: #000000;
}