@charset "UTF-8";
/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, li, dl, ul, pre, form, caption
blockquote, fieldset, input, address {
	font-weight:normal;
	margin:0;
	padding:0;
	text-align: left;
}
a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;
}

address {
	font-style:normal;
}

caption {
	text-align:left;
}
body  {
	background: #ffffff;
	text-align: center;
	color: #333333;
	margin:0;
	padding:0;
}
img {
	border-style: none;
}
a:link {
	color:#051DB3;
	text-decoration: none;
	}
a:hover {
	color:#E53376;
	text-decoration: none;
	}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	}
strong {
	color: #339900;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #D75164;
}
.top {
	text-align: right;
	width: 720px;
	padding-top: 3px;
}

/*-----------------------------------------------------
clear
-------------------------------------------------------*/
.clear { 
	clear:both;
}
.clearl {
	clear:none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-table;
 min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.pink {
	color: #E62870;
}
