@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(../img/bg.gif) no-repeat left top;
	font-family:Verdana, "lr oSVbN", sans-serif;
	font-size:80%;
}
html {
	overflow-y:scroll;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
	font-size: 80%;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px;
	color: #00FFFF;
}
.clear {
	clear:both;
}
/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#078D00;
	text-decoration:none;
}
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}
