/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../css/base.css");
.content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.content ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	list-style-image: url(../../images/page_link.gif);
}
