/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }

/* SET */
body {
	font-family:"Helvetica","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Osaka","ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color:#fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style-type: none;
}
hr {
	display: none;
}
img {
	border: 0px;	
}
a:link { 
	color: #000000;
	text-decoration: underline;
}
a:active { 
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000;
	text-decoration: underline;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}

	
	
#pageTop {
	background: none !important;
	height: auto !important;
	background-color:#ffffff !important;
}