/* 回り込みのクリア
----------------------------------	*/
/* clear element */
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */


/* reset element */
.reset{
	display:block;
	clear:both;
	width:1px;
	height:1px !important;
	font-size:0%;
	background:none !important;
	overflow:hidden;
}
html>body .reset{overflow:visible;}

a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #0066CC;
}

h1 {
	margin:0px 0px 0px 0px;
	padding:2px;

	}
h2 {
	margin:0px;
	padding:0px;
	float: left;
	}
h3 {
	margin:0px;
	padding:0px;
	}
h4 {
	margin:0px;
	padding:0px;
	}
h5 {
	margin:0px;
	padding:0px;
	}

td {
	font-size: 12px;
	line-height:18px;
}

.totop {
	font-size: 10px;
	color: #0066CC;
	line-height:12px;
	text-decoration: underline;
}
