/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	}
ol,ul {
	list-style: none;
	}
a {
	color: #083290;
}
a:hover,
a:active {
	color: #063190;
	text-decoration: none;
}
	
body {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
table {  
    border-collapse:collapse;   
    border-spacing:0;   
}
td, th {
	border: none;
	text-align: left;
	vertical-align: top;
}
img {
	border:0px;
	vertical-align: top;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#pageTop {
	font-size:20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #6ABFED;
	text-align:center;
	cursor: pointer;
}
#pageTop a:hover {
	color: #FFF;
}
#pageTop i {
	margin-top:14px;
}