@charset "UTF-8";
/* CSS Document */


#main a {
color:#333333;
}

#main a:hover {
text-decoration:underline;
}

#main {
width:700px;
margin:0 50px;
}

#main dd {
margin-left:35px;
text-align:justify;
}

#main p {
margin-left:35px;
text-align:justify;
}

#main h3 {
		margin:10px 0;
		color: #1c2788;
		background: #dfdfdf;
		padding: 3px 5px 3px 5px;
		border-bottom: 1px solid #ccc;
}

.fade{
		background:url(img/fade.png) repeat-x 0 bottom;
		display: block;
		height: 200px;
		position: relative;
		margin-top: -200px;
		z-index:10;
	}

#wrap #content #main li {
		margin: 0px;
}

#wrap #content #main ul {
		list-style-position: outside;
		list-style-type: circle;
}

