@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[link.css]

	1. page title
	2. list

////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	1. page title

------------------------------------------------------------*/
div#body h1 {
	background: url(../img/title/link.jpg) no-repeat left top;	
}

/*------------------------------------------------------------

	2. list

------------------------------------------------------------*/
div#content div.section ul {
	list-style: none;
	margin: 0;
}

div#content div.section ul li {
	margin: 6px 0 0 24px;
	line-height: 1.2;
}
