@charset "utf-8";

/****************** 全頁共通スタイル *****************/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: none;
}
div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,img,strong,em,dfn,span,address {
	margin: 0;
	padding: 0;
	color: #000;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	border: none;
}
table,caption,thead,tfoot,tbody,tr,th,td {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	border-collapse: collapse;
	border: none;
}
a {
	margin: 0;
	padding: 0;
	border: none;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:active {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/***************************************************/
