@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

.comp {
	clear: both;
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
.comp ul {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-left: 50px;
	line-height: 30px;
}

.comp li {
	list-style-position: outside;
	list-style-image: url(../all/g_maru.jpg);
}


img.title {
	clear: both;
	float: left;
	margin-bottom: 10px;
	height: 30px;
}




#about {
	clear: both;
	float: left;
	width: 610px;
	margin-top: 5px;
	margin-left: 30px;
}


#about li {
	list-style-position: outside;
	list-style-image: url(../all/g_maru.jpg);
	float: left;
	clear: both;
	margin-bottom: 5px;
}
