/*デフォルトCSSクリア*/

* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}
hr {
	margin: 0px;
	padding: 0px;
}


ul,li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
dd,dl,dt {
	margin: 0px;
	padding: 0px;
}
table,tr,td,th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th{
	text-align: left;
}
