@charset "UTF-8";

/* title
------------------------------------------------*/
#title {
	background: url(img/topimg.jpg) no-repeat right top;
}
#main h3 {
	margin: 20px 0 10px;
}
#main h4 {
	margin: 30px 0 5px;
}


/* main
------------------------------------------------*/
#main ul {
	margin: 5px 0 0 25px;
	list-style: disc;
}
#main ul li {
	margin-bottom: 5px;
	font-size: 116%;
}
#main ul li span {
	font-weight: bold;
	color: #741010;
}
