@charset "utf-8";

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

	[terms.css]

	1. page title
	2. content

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

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

	1. page title

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

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

	2. content

------------------------------------------------------------*/
ul.browsers {
	list-style: none;
}

ul.browsers li {
	min-height: 16px;
	margin: 6px 0 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
* html ul.browsers li {
	height: 16px;
}

ul.browsers li.firefox {
	background-image: url(../img/content/bullet_browser_firefox.png);
}

ul.browsers li.chrome {
	background-image: url(../img/content/bullet_browser_chrome.png);
}

ul.browsers li.safari {
	background-image: url(../img/content/bullet_browser_safari.png);
}

ul.browsers li.ie {
	background-image: url(../img/content/bullet_browser_internet-explorer.png);
}

