@charset "utf-8";

/* ---------- [default] ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
html {
	font-size:62.5%;
	line-height: 1.6;
}
p {
	margin:0 0 1em 0;
}
ul,ol {
	list-style:none;
}
img,a img {
  vertical-align:bottom;
  border:0;
  background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
object,embed {
  vertical-align:top;
}
em,address,dfn {
	font-style:normal;
}
a:link {
	color:#3366FF;
	text-decoration:none;
}
a:visited {
	color:#3366FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #3366FF;
}
a:active {
	color:#3366FF;
}
.clearfix {
	 zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clear {
	clear:both;
}
.texthide {
	display: none;
}
.hidetext
{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
}

.hideanchor
{
	text-indent: -9999px;
}
.hideanchor a
{
	display: block;
	height: 100%;
}
a {
	overflow: hidden;
}

