@charset "UTF-8";

/*------------------------------------------------
#title
------------------------------------------------*/
#title {
	height: 70px;
	background: url(img/title.gif) no-repeat;
}

/*------------------------------------------------
#main
------------------------------------------------*/
#main h3 {
	width: 560px;
	height: 35px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(img/tit.gif) no-repeat;
}
#main p {
	margin-bottom: 1.3em;
}
#main ul {
	margin: 5px 0 0 5px;
}
#main ul li {
	padding-bottom: 6px;
}
#main ul li a {
	padding-left: 15px;
	background: url(img/outlink.gif) no-repeat left center;
}
