@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body  {
	min-height:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: 00370Regular;
	font-size: 12px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;

}
img, p{
	display: block;
	margin: 0px;
	padding: 0px;
}
h2, h3, h4, h5, h6, strong {
	padding: 0px;
    font-weight: bold;
	display: block;
	margin: 0px;
	text-decoration: underline;
}
.content_center div ul li div h3 {
}

ul {
	list-style:none;
	}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
a {
	text-decoration: none;
	display:block;
	color: #666;
}
a img { 
border: none; 
}
