@charset "utf-8";
* {
	padding:0px;
	margin:0px;
}
html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#333333;
	height:100%;
	background:#ffffff;
}
.wrap {
	width:960px;
	margin:10px auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
ul, ol, li {
	list-style:none;
}
img {
	border:none;
}
a:link {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#0078c9;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#990000;
}
