@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

html{
    overflow-y: scroll;
}

ul {
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 75%;
	color: #666666;
}

li {
	margin-bottom: 5px;
	background-image: url(../info/img/info_list_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left: 18px;
}
