/* All Layout
-------------------------------------------------*/
@charset "utf-8";

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;
}
fieldset,img{
	border: 0;
}
abbr,acronym{
	border: 0;
}


body {
	position: absolute;
	top: 60px;
	background-color: #ffffff;
	
}

ul {
	list-style: none;
	line-height: 31px;
	color: #393939;
	font-size: 12px;
	text-align: left;

}


a:link { color: #4682b4; text-decoration: none; }
a:link { text-decoration: none; }
a:active { color: #ff1493; text-decoration: none; }
a:hover { color: #ff1493; text-decoration: none; }


