@charset "Shift_JIS"
/* CSS Document */

a {
	text-decoration: none;
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #6600FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #6060FC;
	}

body {
	margin-top: 10px;
	padding: 0px;
	line-height: 0%;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-size:0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
}
p,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*ul {
	margin: 0 0 0 -15px;
}

*/
hr {
	display: none;
}
img {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0%;
	border: none;
}
a img {
	border: none;
}

a {
	text-decoration: none;
	}


.left {
	float: left;	
}
.right {
	float: right;	
}
.center {
	text-align: center;	
}
	
.clear {
	clear: both;
}
