@charset "utf-8";


/* content */

#content dl dt {
	margin-bottom: 15px !Important;
	font-weight: bold;
}

#content dl dt a { color: #000; text-decoration: none; }
#content dl dt a:hover { text-decoration: underline; }

#content dl dd {
	margin-bottom: 20px !Important;
	font-size: 93%;
}

#content dl dd a {
	display: inline-block;
	color: #0F659C;
	text-decoration: none;
	background: url(/common_image/icon_sidebar_arrow01.png) no-repeat left center;
	padding-left: 18px;
}

#content dl dd a:hover { text-decoration: underline; }


/* sidebar */

#sidebar h2 {
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	background: url(/common_image/line_01.gif) repeat-x left bottom;
}

