@charset "UTF-8";
/* CSS Document */

#mainContent ul {
	color: #0e9b9b;
	list-style-image: url(../image/list_head.gif);
	font-size: 105%;
	margin-bottom: 15px;
}

#mainContent ul ul {
	font-size: 90%;
	line-height: 150%;
	color: #5a5a5a;
	list-style-type: disc;
	list-style-image: none;
}

#mainContent ul ul ul {
	font-size: 100%;
	list-style-image: none;
	list-style-type: none;
}

#mainContent ul ul ul ul {
	font-size: 90%;
	margin-left: 40px;
	list-style-type: none;
	font-size: 100%;
}

#mainContent ul ul ul ul ul {
	font-size: 90%;
	list-style-type: none;
	font-size: 100%;
	margin-left: 5px;
}
