@charset "utf-8";

html{
	font-size:70%;
	line-height:1.4;
}

body{
	color:#333333;
	font-size:15px;
	line-height:1.6;
	letter-spacing:0.2px;
}

hr{
	display:none;
}

ul{
	list-style:none;
}

a{color:#333333;
	text-decoration:none;}
a:link{color:#000000;}
a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#870100;
	text-decoration:underline;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
}


em,
strong{
	font-weight:bold;
}

img{
	border-style:none;
	vertical-align:bottom;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }

