@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
h2 {
	font-size: 16px;
}
h4 {
	margin: 5px 0 5px 0;
	font-size: 14px;
}
h5 {
	margin: 5px 0 5px 0;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #E14277;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #E14277;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
.buttons {
	cursor: pointer;
	_cursor: hand; /* for WinIE 5,6 */
}
