@charset "utf-8";
/* formatting style
--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height:1.3;
	color: #666666;
	background-color: #ffffff;
	margin: 0;
	padding: 0px;
}
hr {
	display: none;
}
/* link style
--------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* basic layout
--------------------------------*/
#wrap {
	background-color: #FFFFFF;
    text-align: center;
}
#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}

.clear-float {
	clear: both
}
