@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}
a {
	text-decoration : none;
}

a:link , a:visited {
	color : #0099CC;
}

a:hover , a:active {
	color : #FF0066;
text-decoration: underline;
}
#main{
	line-height: 140%;
	color: #333333;
	width: 720px;
	margin-left: 20px;
}
#main h3{
	line-height: 160%;
	color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 10px;
	font-size: 14px;
}
.make1 ul{
	left: 0px;
}
.make{
	left: 0px;
	font-size: 12px;
}