@charset "utf-8";

* {
	background: transparent;

	}

a:link,a:visited,a:active,a:hover {
	color: #dc2722;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
}	
img {
	vertical-align: bottom;
	}

div p {
	margin-bottom:1em;
	}

hr {
	height: 0;
	margin: 7px 0;
	border: none;
	/*border-top: 1px solid #000;*/
	}
	
.clear {
	clear: both;
	}

div.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div.clearfix {
	display: inline-block;
	}
*html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}