@charset "UTF-8";

/* title
------------------------------------------------*/
#title {
	background: url(img/topimg.jpg) no-repeat right top;
}


/* main
------------------------------------------------*/
#main h3 {
	margin-bottom: 10px;
}

#main dl {}
#main dl dt {
	background: url(../img/ya01.gif) no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 116%;
}
#main dl dd {
	margin-bottom: 15px;
	font-size: 108%;
}
#main dl dd.url {
	margin-bottom: 0;
	font-size: 85%;
	color: #777;
}
