html{
	font-size: 62.5%;
}
body,ul,ol,li,dt,dd{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
.article-title{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
p{
	text-indent: 1em;
	text-indent: 1rem;
}
.article-no-indent{
	text-indent: 0;
	margin: 5px 0; 
	margin: 0.5rem 0;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}
li{
	text-indent: 1em; 
}
ol li{
	padding: 5px 0;
	list-style: none;
}
ul li{
	list-style: none;
}
.banish-info{
	margin: 0; 
}
.banish-info dd{
	text-indent: 2em;
	text-indent: 2rem;
}
ul.commen-ul{
	padding: 0;
}
.commen-ul li{
	list-style: none;
	text-indent: 1em;
}
.commen-ul li:first-child{
	text-indent: 0;
}
.footer{
	text-align: center;
	color: #888888;
	font-size: 14px;
	font-size: 1.4rem;
}